diff -u cgvg-1.6.2/debian/rules cgvg-1.6.2/debian/rules --- cgvg-1.6.2/debian/rules +++ cgvg-1.6.2/debian/rules @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=1 +#export DH_COMPAT=1 build: build-stamp build-stamp: @@ -35,7 +35,7 @@ dh_installdirs # Add here commands to install the package into debian/tmp. - $(MAKE) install prefix=`pwd`/debian/tmp/usr + $(MAKE) install prefix=`pwd`/debian/cgvg/usr touch install-stamp diff -u cgvg-1.6.2/debian/changelog cgvg-1.6.2/debian/changelog --- cgvg-1.6.2/debian/changelog +++ cgvg-1.6.2/debian/changelog @@ -1,3 +1,16 @@ +cgvg (1.6.2-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Migrated DH level to 9 to avoid a FTBFS. (Closes: #800286) + * 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: changed the work place from debian/tmp to debian/cgvg. + + -- Joao Eriberto Mota Filho Tue, 22 Dec 2015 17:17:37 -0200 + cgvg (1.6.2-2.1) unstable; urgency=low * Non-maintainer upload. diff -u cgvg-1.6.2/debian/control cgvg-1.6.2/debian/control --- cgvg-1.6.2/debian/control +++ cgvg-1.6.2/debian/control @@ -2,12 +2,12 @@ Section: devel Priority: optional Maintainer: Sergio Talens-Oliag -Build-Depends: debhelper (>> 3.0.0) -Standards-Version: 3.6.1.1 +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.6 Package: cgvg Architecture: all -Depends: perl | perl5, libperl4-corelibs-perl | perl (<< 5.12.3-7) +Depends: perl | perl5, libperl4-corelibs-perl | perl (<< 5.12.3-7), ${misc:Depends} Suggests: ctags Description: command-line source browsing tool cgvg is a pair of Perl scripts ("cg" and "vg") which are meant to only in patch2: unchanged: --- cgvg-1.6.2.orig/debian/compat +++ cgvg-1.6.2/debian/compat @@ -0,0 +1 @@ +9