diff -u spkproxy-1.4.8/debian/changelog spkproxy-1.4.8/debian/changelog --- spkproxy-1.4.8/debian/changelog +++ spkproxy-1.4.8/debian/changelog @@ -1,3 +1,16 @@ +spkproxy (1.4.8-4.4) unstable; urgency=medium + + * Non-maintainer upload. + * Update DH level to 10. + * debian/compat: updated to 10. + * debian/control: + - Bumped Standards-Version to 3.9.8. + * debian/rules: + - Fix FTBFS about a binary-indep target. Thanks to Santiago Vila + for patch. (Closes: #831930) + + -- Giovani Augusto Ferreira Sun, 25 Dec 2016 19:10:13 -0200 + spkproxy (1.4.8-4.3) unstable; urgency=medium * Non-maintainer upload. diff -u spkproxy-1.4.8/debian/compat spkproxy-1.4.8/debian/compat --- spkproxy-1.4.8/debian/compat +++ spkproxy-1.4.8/debian/compat @@ -1 +1 @@ -5 +10 diff -u spkproxy-1.4.8/debian/control spkproxy-1.4.8/debian/control --- spkproxy-1.4.8/debian/control +++ spkproxy-1.4.8/debian/control @@ -2,9 +2,9 @@ Section: net Priority: optional Maintainer: Javier Fernandez-Sanguino Pen~a -Build-Depends: debhelper (>= 5.0.37.3), dh-python +Build-Depends: debhelper (>= 10), dh-python Build-Depends-Indep: python (>= 2.3) -Standards-Version: 3.5.2 +Standards-Version: 3.9.8 Package: spikeproxy Architecture: all diff -u spkproxy-1.4.8/debian/rules spkproxy-1.4.8/debian/rules --- spkproxy-1.4.8/debian/rules +++ spkproxy-1.4.8/debian/rules @@ -47,13 +47,12 @@ install -m755 debian/spikeproxy-wrapper `pwd`/debian/spikeproxy/usr/bin/spikeproxy cd debian/spikeproxy/usr/share/spikeproxy/ && ln -s ../../../var/cache/spikeproxy/ cache +# Build architecture-dependent files here. +binary-arch: +# We have nothing to do by default. # Build architecture-independent files here. binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install dh_testdir dh_testroot dh_python2