diff -u wmtv-0.6.5/debian/rules wmtv-0.6.5/debian/rules --- wmtv-0.6.5/debian/rules +++ wmtv-0.6.5/debian/rules @@ -8,7 +8,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=3 +#export DH_COMPAT=3 CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) diff -u wmtv-0.6.5/debian/changelog wmtv-0.6.5/debian/changelog --- wmtv-0.6.5/debian/changelog +++ wmtv-0.6.5/debian/changelog @@ -1,3 +1,16 @@ +wmtv (0.6.5-16.2) unstable; urgency=medium + + * Non-maintainer upload. + * Migrated DH level to 9 to avoid a FTBFS. (Closes: #800217) + * debian/compat: added. + * debian/control: + - Added the ${misc:Depends} variable to provide the + right install dependencies. + - Bumped Standards-Version to 3.9.6. + * debian/rules: removed the DH_COMPAT variable. + + -- Joao Eriberto Mota Filho Sat, 26 Dec 2015 00:52:40 -0200 + wmtv (0.6.5-16.1) unstable; urgency=low * Non-maintainer upload. diff -u wmtv-0.6.5/debian/control wmtv-0.6.5/debian/control --- wmtv-0.6.5/debian/control +++ wmtv-0.6.5/debian/control @@ -2,12 +2,12 @@ Section: x11 Priority: extra Maintainer: Nicolas Boullis -Build-Depends: debhelper (>=3.0.0), libxt-dev, libxpm-dev, libxext-dev, libx11-dev, libxxf86dga-dev, libxxf86vm-dev, libv4l-dev -Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 9), libxt-dev, libxpm-dev, libxext-dev, libx11-dev, libxxf86dga-dev, libxxf86vm-dev, libv4l-dev +Standards-Version: 3.9.6 Package: wmtv Architecture: any -Depends: ${shlibs:Depends}, v4l-conf +Depends: ${misc:Depends}, ${shlibs:Depends}, v4l-conf Suggests: xawtv Description: Dockable video4linux TV player for WindowMaker A miniature size dockable TV application. It currently supports only in patch2: unchanged: --- wmtv-0.6.5.orig/debian/compat +++ wmtv-0.6.5/debian/compat @@ -0,0 +1 @@ +9