Control: tags 817495 + patch
Control: tags 817495 + pending

Dear maintainer,

I've prepared an NMU for hp-ppd (versioned as 0.9-0.3) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru hp-ppd-0.9/debian/changelog hp-ppd-0.9/debian/changelog
--- hp-ppd-0.9/debian/changelog	2011-10-05 17:25:18.000000000 +0200
+++ hp-ppd-0.9/debian/changelog	2016-09-24 16:27:06.000000000 +0200
@@ -1,3 +1,12 @@
+hp-ppd (0.9-0.3) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Move from debhelper compat level 4 to 9 thanks to the Ubuntu patch by Logan
+    Rosen <lo...@ubuntu.com> (Closes: #817495)
+  * Increase Standards-Version to 3.9.8, no changes necessary
+
+ -- Andreas Bombe <a...@debian.org>  Sat, 24 Sep 2016 16:27:06 +0200
+
 hp-ppd (0.9-0.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru hp-ppd-0.9/debian/compat hp-ppd-0.9/debian/compat
--- hp-ppd-0.9/debian/compat	2006-03-29 06:54:07.000000000 +0200
+++ hp-ppd-0.9/debian/compat	2016-09-24 16:01:45.000000000 +0200
@@ -1 +1 @@
-4
+9
diff -Nru hp-ppd-0.9/debian/control hp-ppd-0.9/debian/control
--- hp-ppd-0.9/debian/control	2006-07-28 12:43:48.000000000 +0200
+++ hp-ppd-0.9/debian/control	2016-09-24 16:24:24.000000000 +0200
@@ -2,14 +2,15 @@
 Section: utils
 Priority: optional
 Maintainer: A Mennucc1 <mennu...@debian.org>
-Build-Depends: debhelper
+Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: python
-Standards-Version: 3.7.2
+Standards-Version: 3.9.8
 
 Package: hp-ppd
 Architecture: all
+Depends: ${misc:Depends}
 Suggests: linuxprinting.org-ppds
-Description:  HP Postscript Printer Definition (PPD) files
+Description: HP Postscript Printer Definition (PPD) files
  Because PostScript is just a page description language,
  there is a need to provide a mechanism for a print spooler to
  customize the PostScript Job to the actual printer device.
diff -Nru hp-ppd-0.9/debian/rules hp-ppd-0.9/debian/rules
--- hp-ppd-0.9/debian/rules	2008-01-28 00:17:39.000000000 +0100
+++ hp-ppd-0.9/debian/rules	2016-09-24 16:01:45.000000000 +0200
@@ -5,7 +5,9 @@
 #download:
 #	wget -r --no-parent -A html,ppd http://www.linuxprinting.org/download/PPD/HP/ 
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:
 	dh_testdir
 	# Add here commands to compile the package.
@@ -26,7 +28,7 @@
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs
 
 	# Add here commands to install the package into debian/<packagename>.

Reply via email to