diff -Nru abntex-0.9~beta2/debian/changelog abntex-0.9~beta2/debian/changelog --- abntex-0.9~beta2/debian/changelog 2012-06-25 16:37:06.000000000 +0000 +++ abntex-0.9~beta2/debian/changelog 2017-02-02 05:11:20.000000000 +0000 @@ -1,3 +1,15 @@ +abntex (0.9~beta2-5.1ubuntu1) zesty; urgency=medium + + * debian/compat: Bump to 9. + * debian/control: + - Build-depend on debhelper (>= 9). + - Use a secure URL in VCS. + * debian/rules: + - Add recommended build-arch and build-indep targets. + - Use dh_prep instead of dh_clean -k. + + -- Bhavani Shankar Thu, 02 Feb 2017 10:25:08 +0530 + abntex (0.9~beta2-5.1) unstable; urgency=low * Non-maintainer upload. diff -Nru abntex-0.9~beta2/debian/compat abntex-0.9~beta2/debian/compat --- abntex-0.9~beta2/debian/compat 2011-03-14 19:22:07.000000000 +0000 +++ abntex-0.9~beta2/debian/compat 2017-02-02 04:52:53.000000000 +0000 @@ -1 +1 @@ -5 +9 diff -Nru abntex-0.9~beta2/debian/control abntex-0.9~beta2/debian/control --- abntex-0.9~beta2/debian/control 2012-06-25 16:37:06.000000000 +0000 +++ abntex-0.9~beta2/debian/control 2017-02-02 05:11:44.000000000 +0000 @@ -1,12 +1,12 @@ Source: abntex Section: tex Priority: optional -Maintainer: Otavio Salvador +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Otavio Salvador Build-Depends-Indep: texlive-latex-recommended, texlive-latex-extra, texlive-fonts-recommended, texlive-fonts-extra, texlive-lang-portuguese, tex-common -Build-Depends: debhelper (>= 5) +Build-Depends: debhelper (>= 9) Standards-Version: 3.8.3 -Vcs-Git: git://git.debian.org/git/collab-maint/abntex.git -Vcs-Browser: http://git.debian.org/?p=collab-maint/abntex.git +Vcs-Browser: https://git.debian.org/?p=collab-maint/abntex.git Package: abntex Architecture: all diff -Nru abntex-0.9~beta2/debian/rules abntex-0.9~beta2/debian/rules --- abntex-0.9~beta2/debian/rules 2012-06-25 16:37:06.000000000 +0000 +++ abntex-0.9~beta2/debian/rules 2017-02-02 04:55:01.000000000 +0000 @@ -7,6 +7,8 @@ #export DH_VERBOSE=1 build: build-stamp +build-arch: build-stamp +build-indep: build-stamp build-stamp: dh_testdir @@ -28,7 +30,7 @@ install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # install the files