diff -Nru octave-mpi-1.2.0/debian/changelog octave-mpi-1.2.0/debian/changelog --- octave-mpi-1.2.0/debian/changelog 2017-12-30 00:14:01.000000000 +0000 +++ octave-mpi-1.2.0/debian/changelog 2018-02-10 09:43:16.000000000 +0000 @@ -1,3 +1,12 @@ +octave-mpi (1.2.0-4) unstable; urgency=medium + + * Use dh-octave for building the package + * d/control: + + Use Debian's GitLab URLs in Vcs-* headers + + Change Maintainer to team+pkg-octave-team@tracker.debian.org + + -- Rafael Laboissiere Sat, 10 Feb 2018 07:43:16 -0200 + octave-mpi (1.2.0-3) unstable; urgency=medium * Team upload diff -Nru octave-mpi-1.2.0/debian/control octave-mpi-1.2.0/debian/control --- octave-mpi-1.2.0/debian/control 2017-12-30 00:10:59.000000000 +0000 +++ octave-mpi-1.2.0/debian/control 2018-01-26 13:48:38.000000000 +0000 @@ -1,14 +1,14 @@ Source: octave-mpi Section: math Priority: optional -Maintainer: Debian Octave Group +Maintainer: Debian Octave Group Uploaders: Sébastien Villemot -Build-Depends: debhelper (>= 11), octave-pkg-dev (>= 2), +Build-Depends: debhelper (>= 11), dh-octave, mpi-default-dev, dh-exec, dpkg-dev (>= 1.16.1) Standards-Version: 4.1.3 Homepage: http://octave.sourceforge.net/mpi/ -Vcs-Git: https://anonscm.debian.org/git/pkg-octave/octave-mpi.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-octave/octave-mpi.git +Vcs-Git: https://salsa.debian.org/pkg-octave-team/octave-mpi.git +Vcs-Browser: https://salsa.debian.org/pkg-octave-team/octave-mpi Testsuite: autopkgtest-pkg-octave Package: octave-mpi diff -Nru octave-mpi-1.2.0/debian/rules octave-mpi-1.2.0/debian/rules --- octave-mpi-1.2.0/debian/rules 2017-12-28 09:55:49.000000000 +0000 +++ octave-mpi-1.2.0/debian/rules 2018-01-26 13:48:38.000000000 +0000 @@ -5,4 +5,6 @@ include /usr/share/dpkg/pkg-info.mk export DEB_VERSION_UPSTREAM -include /usr/share/octave-pkg-dev/octave-pkg.mk +%: + dh $@ --buildsystem=octave --with=octave +