Package: code2html
Version: 0.9.1-4
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for code2html (versioned as 0.9.1-4.1) and
uploaded it to DELAYED/3. Please feel free to tell me if I
should delay it longer.

Regards,

Eriberto

diff -u code2html-0.9.1/debian/control code2html-0.9.1/debian/control
--- code2html-0.9.1/debian/control
+++ code2html-0.9.1/debian/control
@@ -2,11 +2,13 @@
 Section: devel
 Priority: optional
 Maintainer: Peter Palfrader <wea...@debian.org>
-Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 4)
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10)
+Homepage: https://www.palfrader.org/code/code2html
 
 Package: code2html
 Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
 Description: Syntax highlighter
  Code2html is a perl script which converts a program source code to
  syntax highlighted HTML, or any other target for which rules are
diff -u code2html-0.9.1/debian/changelog code2html-0.9.1/debian/changelog
--- code2html-0.9.1/debian/changelog
+++ code2html-0.9.1/debian/changelog
@@ -1,3 +1,25 @@
+code2html (0.9.1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+    [ Joao Eriberto Mota Filho ]
+
+  * Bumped DH level to 10. (Closes: #817317, #817404)
+  * debian/control:
+      - Added a Homepage field.
+      - Bumped Standards-Version to 3.9.8.
+  * debian/watch: created.
+
+    [ Logan Rosen ]
+
+  * debian/code2html.manpages: added to install the manpage. (Closes: #808637)
+  * debian/control: added the ${misc:Depends} and ${perl:Depends} variables to
+    Depends field.
+  * debian/install: added to install the final binary.
+  * debian/rules: convert to dh sequencer. (also Closes: #808637)
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org>  Mon, 19 Dec 2016 00:58:37 
-0200
+
 code2html (0.9.1-4) unstable; urgency=low
 
   * Increase Standards-Version from 3.6.1 to 3.7.2 (no additional changes).
diff -u code2html-0.9.1/debian/rules code2html-0.9.1/debian/rules
--- code2html-0.9.1/debian/rules
+++ code2html-0.9.1/debian/rules
@@ -3,37 +3,2 @@
-#export DH_VERBOSE=1
-export DH_COMPAT=4
-
-build:
-clean:
-       dh_testdir
-       dh_testroot
-       dh_clean
-
-install: build
-       dh_testdir
-       dh_testroot
-       dh_clean -k
-       dh_installdirs
-
-       install -m 755 code2html `pwd`/debian/code2html/usr/bin/code2html
-
-
-binary-indep: build install
-       dh_testdir
-       dh_testroot
-       dh_installdocs
-       dh_installexamples
-       dh_installmenu
-       dh_installmanpages
-       dh_installchangelogs ChangeLog
-       dh_compress
-       dh_fixperms
-       dh_installdeb
-       dh_shlibdeps
-       dh_gencontrol
-       dh_md5sums
-       dh_builddeb
-
-binary-arch: build install
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+%:
+       dh $@
only in patch2:
unchanged:
--- code2html-0.9.1.orig/debian/code2html.manpages
+++ code2html-0.9.1/debian/code2html.manpages
@@ -0,0 +1 @@
+code2html.1
only in patch2:
unchanged:
--- code2html-0.9.1.orig/debian/compat
+++ code2html-0.9.1/debian/compat
@@ -0,0 +1 @@
+10
only in patch2:
unchanged:
--- code2html-0.9.1.orig/debian/install
+++ code2html-0.9.1/debian/install
@@ -0,0 +1 @@
+code2html usr/bin
only in patch2:
unchanged:
--- code2html-0.9.1.orig/debian/watch
+++ code2html-0.9.1/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://www.palfrader.org/code/code2html 
.*code2html-(\d\S+)\.tar\.(?:bz2|gz|xz)

Reply via email to