Control: tags 817441 + pending

Dear maintainer,

I've prepared an NMU for dvidvi (versioned as 1.0-8etch2.1) and
uploaded it to DELAYED/10. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u dvidvi-1.0/debian/control dvidvi-1.0/debian/control
--- dvidvi-1.0/debian/control
+++ dvidvi-1.0/debian/control
@@ -2,12 +2,13 @@
 Section: tex
 Priority: optional
 Maintainer: Lionel Elie Mamane <lmam...@debian.org>
-Standards-Version: 3.7.2.2
-Build-Depends: debhelper (>= 4)
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10)
+Homepage: https://www.ctan.org/tex-archive/dviware/dvidvi
 
 Package: dvidvi
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Replaces: texlive-extra-utils (<< 2005.dfsg.2-12)
 Description: Manipulate .dvi files
  Allows you to select, change the order, and/or shift the pages in
diff -u dvidvi-1.0/debian/changelog dvidvi-1.0/debian/changelog
--- dvidvi-1.0/debian/changelog
+++ dvidvi-1.0/debian/changelog
@@ -1,3 +1,23 @@
+dvidvi (1.0-8etch2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Logan Rosen ]
+
+  * debian/control: depend on ${misc:Depends}.
+  * debian/rules:
+      - Add recommended build-arch and build-indep targets.
+      - Use dh_prep instead of dh_clean -k.
+
+  [ Joao Eriberto Mota Filho ]
+
+  * Bumped DH level to 10. (Closes: #817441)
+  * debian/control:
+      - Added the Homepage field.
+      - Bumped Standards-Version to 3.9.8.
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Wed, 26 Oct 2016 15:00:57 
-0200
+
 dvidvi (1.0-8etch2) unstable; urgency=low
 
   * Replace versions of texlive that contained dvidvi
diff -u dvidvi-1.0/debian/compat dvidvi-1.0/debian/compat
--- dvidvi-1.0/debian/compat
+++ dvidvi-1.0/debian/compat
@@ -1 +1 @@
-4
+10
diff -u dvidvi-1.0/debian/rules dvidvi-1.0/debian/rules
--- dvidvi-1.0/debian/rules
+++ dvidvi-1.0/debian/rules
@@ -2,7 +2,9 @@
 
 CFLAGS := -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 
-build: dvidvi
+build: build-arch build-indep
+build-arch: dvidvi
+build-indep: dvidvi
 
 clean:
        dh_testdir
@@ -12,7 +14,7 @@
 install: build
        dh_testdir
        dh_testroot
-       dh_clean -k
+       dh_prep
        dh_installdirs
        dh_install dvidvi debian/a5booklet usr/bin
 
@@ -38 +40 @@
-.PHONY: build clean binary binary-arch binary-indep install
+.PHONY: build build-arch build-indep clean binary binary-arch binary-indep 
install

Reply via email to