diff -u ncdt-2.1/debian/changelog ncdt-2.1/debian/changelog --- ncdt-2.1/debian/changelog +++ ncdt-2.1/debian/changelog @@ -1,3 +1,16 @@ +ncdt (2.1-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Migrated DH level to 9 to avoid a FTBFS. (Closes: #800275) + * 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 03:22:31 -0200 + ncdt (2.1-3) unstable; urgency=low * Fixed copyright file (closes: #302972) diff -u ncdt-2.1/debian/control ncdt-2.1/debian/control --- ncdt-2.1/debian/control +++ ncdt-2.1/debian/control @@ -2,12 +2,12 @@ Section: utils Priority: optional Maintainer: Pawel Wiecek -Build-Depends: debhelper (>> 3) -Standards-Version: 3.5.4 +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.6 Package: ncdt Architecture: any -Depends: ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends} Description: Display directory tree NcdT displays directory tree, much like standard tree(1), but with few improvements: diff -u ncdt-2.1/debian/rules ncdt-2.1/debian/rules --- ncdt-2.1/debian/rules +++ ncdt-2.1/debian/rules @@ -6,7 +6,7 @@ #export DH_VERBOSE=1 # This is the debhelper compatability version to use. -export DH_COMPAT=3 +#export DH_COMPAT=3 configure: configure-stamp configure-stamp: only in patch2: unchanged: --- ncdt-2.1.orig/debian/compat +++ ncdt-2.1/debian/compat @@ -0,0 +1 @@ +9