diff -u devio-1.2/debian/compat devio-1.2/debian/compat --- devio-1.2/debian/compat +++ devio-1.2/debian/compat @@ -1 +1 @@ -4 +9 diff -u devio-1.2/debian/control devio-1.2/debian/control --- devio-1.2/debian/control +++ devio-1.2/debian/control @@ -2,12 +2,13 @@ Section: utils Priority: optional Maintainer: Rod Whitby -Build-Depends: debhelper (>= 4.0.0), autotools-dev -Standards-Version: 3.6.2 +Build-Depends: debhelper (>= 9), autotools-dev +Standards-Version: 3.9.7 +Homepage: http://devio.sf.net Package: devio Architecture: any -Depends: ${shlibs:Depends} +Depends: ${misc:Depends},${shlibs:Depends} Description: correctly read (or write) a region of a block device devio is a command line program to read correctly from mtd character (and other block) devices. devio allows access to specific regions of diff -u devio-1.2/debian/dirs devio-1.2/debian/dirs --- devio-1.2/debian/dirs +++ devio-1.2/debian/dirs @@ -2 +2 @@ -usr/share/man/man8 +#usr/share/man/man8 diff -u devio-1.2/debian/changelog devio-1.2/debian/changelog --- devio-1.2/debian/changelog +++ devio-1.2/debian/changelog @@ -1,3 +1,18 @@ +devio (1.2-1.1) experimental; urgency=medium + + * Non-maintainer upload. + * Migrated DH level to 9 to avoid a FTBFS. (Closes: #817427) + * debian/control: + - Added the Homepage field. + - Added the ${misc:Depends} field. + - Bumped Standards-Version to 3.9.7. + * debian/dirs: disabled the unused man8 dir. + * debian/watch: + - Bumped to version 4. + - Fixed the deprecated SF redirector method. (Closes: #453550) + + -- Joao Eriberto Mota Filho Thu, 10 Mar 2016 17:25:25 -0300 + devio (1.2-1) unstable; urgency=low * Synced with upstream. diff -u devio-1.2/debian/watch devio-1.2/debian/watch --- devio-1.2/debian/watch +++ devio-1.2/debian/watch @@ -1,4 +1,2 @@ -version=3 - -http://qa.debian.org/watch/sf.php?project=devio \ - devio-(.*)\.tar\.gz +version=4 +http://sf.net/devio/devio-(\d\S+)\.tar\.(?:bz2|gz|xz)