Hi, The attached file is the diff for my lprng-doc 3.8.A~rc2-2.1 NMU. The associated changelog entry is:
lprng-doc (3.8.A~rc2-2.1) unstable; urgency=medium
* Non-maintainer upload.
* Fix FTBFS with dash. Thanks to Soeren Sonnenburg <[EMAIL PROTECTED]> for
the patch (Closes: #471760)
* debian/control:
- Bump Standards-Version to 3.8.0
- Add ${misc:Depends} to Depends of binary "lprng-doc" package
* Ensure clean rule target removes generated LPRng-Reference.out file
* Move lprng-ref doc-base section to System/Administration
Regards,
--
Chris Lamb, UK [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -Nru lprng-doc-3.8.A~rc2/configure lprng-doc-3.8.A~rc2/configure
--- lprng-doc-3.8.A~rc2/configure 2006-11-12 16:58:15.000000000 +0000
+++ lprng-doc-3.8.A~rc2/configure 2008-06-09 01:09:25.000000000 +0100
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
while [ $# -gt 0 ] ; do
case $1 in
diff -Nru lprng-doc-3.8.A~rc2/debian/changelog
lprng-doc-3.8.A~rc2/debian/changelog
--- lprng-doc-3.8.A~rc2/debian/changelog 2008-06-09 01:09:25.000000000
+0100
+++ lprng-doc-3.8.A~rc2/debian/changelog 2008-06-09 01:09:25.000000000
+0100
@@ -1,3 +1,16 @@
+lprng-doc (3.8.A~rc2-2.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTBFS with dash. Thanks to Soeren Sonnenburg <[EMAIL PROTECTED]> for
+ the patch (Closes: #471760)
+ * debian/control:
+ - Bump Standards-Version to 3.8.0
+ - Add ${misc:Depends} to Depends of binary "lprng-doc" package
+ * Ensure clean rule target removes generated LPRng-Reference.out file
+ * Move lprng-ref doc-base section to System/Administration
+
+ -- Chris Lamb <[EMAIL PROTECTED]> Mon, 09 Jun 2008 00:58:02 +0100
+
lprng-doc (3.8.A~rc2-2) unstable; urgency=low
* Added dependency of docbook-dsssl Closes: #464175
diff -Nru lprng-doc-3.8.A~rc2/debian/control lprng-doc-3.8.A~rc2/debian/control
--- lprng-doc-3.8.A~rc2/debian/control 2008-06-09 01:09:25.000000000 +0100
+++ lprng-doc-3.8.A~rc2/debian/control 2008-06-09 01:09:25.000000000 +0100
@@ -4,10 +4,11 @@
Maintainer: Craig Small <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: jade, docbook, tidy, jadetex, imagemagick, docbook-dsssl
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
Package: lprng-doc
Architecture: all
+Depends: ${misc:Depends}
Description: lpr/lpd printer spooling system (documentation)
The LPRng software is an enhanced, extended, and portable version
of the Berkeley LPR software (the standards UNIX printer spooler)
diff -Nru lprng-doc-3.8.A~rc2/debian/doc-base.lprngref
lprng-doc-3.8.A~rc2/debian/doc-base.lprngref
--- lprng-doc-3.8.A~rc2/debian/doc-base.lprngref 2008-06-09
01:09:25.000000000 +0100
+++ lprng-doc-3.8.A~rc2/debian/doc-base.lprngref 2008-06-09
01:09:25.000000000 +0100
@@ -3,7 +3,7 @@
Author: Patrick A Powell
Abstract: The LPRng Printing Software consists of the LPRng print spooler,
the ifhp print filter, and the LPRngTool graphical user interface.
-Section: Apps/System
+Section: System/Administration
Format: pdf
Files: /usr/share/doc/lprng-doc/LPRng-Reference.pdf
diff -Nru lprng-doc-3.8.A~rc2/debian/rules lprng-doc-3.8.A~rc2/debian/rules
--- lprng-doc-3.8.A~rc2/debian/rules 2008-06-09 01:09:25.000000000 +0100
+++ lprng-doc-3.8.A~rc2/debian/rules 2008-06-09 01:09:25.000000000 +0100
@@ -34,6 +34,7 @@
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) distclean
+ rm -f LPRng-Reference.out
dh_clean
signature.asc
Description: PGP signature

