tags 395609 + patch pending
thanks

Dear maintainer,

I've prepared an NMU for html-template (versioned as 0.16-2.1) and
uploaded it to DELAYED/2, according to devref §5.11.1. The patch ships a
handful of misc packaging fixes bringing adherence to policy "must"
violations, you can find it attached.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -<>- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...........| ..: |.... Je dis tu à tous ceux que j'aime
diff -u html-template-0.16/debian/changelog html-template-0.16/debian/changelog
--- html-template-0.16/debian/changelog
+++ html-template-0.16/debian/changelog
@@ -1,3 +1,13 @@
+html-template (0.16-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules:
+    - add mandatory binary-arch target (Closes: #395609)
+    - move debhelper to Build-Depends (from -Indep)
+    - remove DH_COMPAT declaration as there is debian/compat
+
+ -- Stefano Zacchiroli <z...@debian.org>  Mon, 02 Nov 2009 16:30:54 +0100
+
 html-template (0.16-2) unstable; urgency=low
 
   * Upgraded Standard-Version
diff -u html-template-0.16/debian/control html-template-0.16/debian/control
--- html-template-0.16/debian/control
+++ html-template-0.16/debian/control
@@ -2,7 +2,8 @@
 Section: interpreters
 Priority: optional
 Maintainer: Pablo Lorenzzoni <spec...@debian.org>
-Build-Depends-Indep: debhelper (>=4), ruby
+Build-Depends-Indep: ruby
+Build-Depends: debhelper (>= 4)
 Standards-Version: 3.6.1
 
 Package: libhtml-template-ruby
diff -u html-template-0.16/debian/rules html-template-0.16/debian/rules
--- html-template-0.16/debian/rules
+++ html-template-0.16/debian/rules
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-export DH_COMPAT=4
-
 # Some variables
 pkg_name := libhtml-template-ruby
 destdir  := $(shell pwd)/debian/$(pkg_name)
@@ -59,2 +57,5 @@
-binary: binary-indep
-.PHONY: clean binary-indep binary install configure build
+# nothing to do: no arch-specific packages
+binary-arch: build
+
+binary: binary-arch binary-indep
+.PHONY: clean binary-indep binary-arch binary install configure build

Reply via email to