diff -Nru octave-io-2.4.8/debian/changelog octave-io-2.4.8/debian/changelog --- octave-io-2.4.8/debian/changelog 2017-10-27 12:09:18.000000000 +0000 +++ octave-io-2.4.8/debian/changelog 2017-12-30 00:13:42.000000000 +0000 @@ -1,3 +1,15 @@ +octave-io (2.4.8-2) unstable; urgency=medium + + * Team upload. + + * Use the dh-based version of octave-pkg-dev + * Set debhelper compatibility level to >= 11 + * d/control: + + Bump Standards-Version to 4.1.3 (no changes needed) + + Add Testsuite field + + -- Rafael Laboissiere Fri, 29 Dec 2017 22:13:42 -0200 + octave-io (2.4.8-1) unstable; urgency=medium [ Sébastien Villemot ] @@ -313,15 +325,15 @@ octave-io (1.0.13-1) experimental; urgency=low - * New upstream release + * New upstream release -- Thomas Weber Thu, 02 Sep 2010 22:33:31 +0200 octave-io (1.0.12-1) unstable; urgency=low - * debian/control: + * debian/control: - Remove Rafael Laboissiere from Uploaders (Closes: #571920) - - Remove Ólafur Jens Sigurðsson from Uploaders + - Remove Ólafur Jens Sigurðsson from Uploaders * Bump Standards-Version to 3.8.4 (no changes needed) * Switch to dpkg-source 3.0 (quilt) format diff -Nru octave-io-2.4.8/debian/compat octave-io-2.4.8/debian/compat --- octave-io-2.4.8/debian/compat 2017-06-09 14:48:02.000000000 +0000 +++ octave-io-2.4.8/debian/compat 2017-12-30 00:08:03.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru octave-io-2.4.8/debian/control octave-io-2.4.8/debian/control --- octave-io-2.4.8/debian/control 2017-10-27 12:08:16.000000000 +0000 +++ octave-io-2.4.8/debian/control 2017-12-30 00:13:42.000000000 +0000 @@ -3,13 +3,13 @@ Uploaders: Sébastien Villemot Section: math Priority: optional -Build-Depends: debhelper (>= 10), - cdbs, - octave-pkg-dev (>= 1.3.1) -Standards-Version: 4.1.1 +Build-Depends: debhelper (>= 11), + octave-pkg-dev (>= 2) +Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-octave/octave-io.git Vcs-Git: https://anonscm.debian.org/git/pkg-octave/octave-io.git Homepage: http://octave.sourceforge.net/io +Testsuite: autopkgtest-pkg-octave Package: octave-io Architecture: any diff -Nru octave-io-2.4.8/debian/rules octave-io-2.4.8/debian/rules --- octave-io-2.4.8/debian/rules 2017-06-09 14:48:02.000000000 +0000 +++ octave-io-2.4.8/debian/rules 2017-12-28 09:55:49.000000000 +0000 @@ -1,4 +1,4 @@ #!/usr/bin/make -f # -*- makefile -*- -include /usr/share/cdbs/1/class/octave-pkg.mk +include /usr/share/octave-pkg-dev/octave-pkg.mk