I'm about to upload an NMU using the attached diff. -- Steve McIntyre, Cambridge, UK. [EMAIL PROTECTED] "When C++ is your hammer, everything looks like a thumb." -- Steven M. Haflich
diff -u gnupod-tools-0.98.3/debian/changelog
gnupod-tools-0.98.3/debian/changelog
--- gnupod-tools-0.98.3/debian/changelog
+++ gnupod-tools-0.98.3/debian/changelog
@@ -1,3 +1,15 @@
+gnupod-tools (0.98.3-1.1) unstable; urgency=medium
+
+ * NMU from the Cambridge BSP.
+ * Fix the sed pipeline on manpages so that they don't get truncated.
+ Closes: #343333
+ * Add a binary-arch: target in debian/rules. Closes: #395601
+ * Fixed multiple lintian warnings/errors:
+ + build-depends-indep-should-be-build-depends debhelper
+ +
+
+ -- Steve McIntyre <[EMAIL PROTECTED]> Sat, 28 Oct 2006 16:15:12 +0100
+
gnupod-tools (0.98.3-1) unstable; urgency=low
* New upstream release (Closes: #336630)
diff -u gnupod-tools-0.98.3/debian/control gnupod-tools-0.98.3/debian/control
--- gnupod-tools-0.98.3/debian/control
+++ gnupod-tools-0.98.3/debian/control
@@ -2,7 +2,8 @@
Section: sound
Priority: optional
Maintainer: Brian Nelson <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>> 4.0.0), perl, libxml-parser-perl,
libxml-simple-perl, libunicode-string-perl, libfile-ncopy-perl,
libmp3-info-perl, libogg-vorbis-header-pureperl-perl, libaudio-flac-header-perl
+Build-Depends: debhelper (>> 4.0.0)
+Build-Depends-Indep: perl, libxml-parser-perl, libxml-simple-perl,
libunicode-string-perl, libfile-ncopy-perl, libmp3-info-perl,
libogg-vorbis-header-pureperl-perl, libaudio-flac-header-perl
Standards-Version: 3.6.2
Package: gnupod-tools
diff -u gnupod-tools-0.98.3/debian/rules gnupod-tools-0.98.3/debian/rules
--- gnupod-tools-0.98.3/debian/rules
+++ gnupod-tools-0.98.3/debian/rules
@@ -50,7 +50,8 @@
rename 's/\.pl//' $(CURDIR)/debian/gnupod-tools/usr/share/man/man1/*.gz
# And drop internal references to the .pl extension
@for i in $(CURDIR)/debian/gnupod-tools/usr/share/man/man1/*.gz; do \
- zcat $$i | sed 's/\.pl//g' | gzip -c --best > $$i; \
+ zcat $$i | sed 's/\.pl//g' | gzip -c --best > $$i.tmp; \
+ mv $$i.tmp $$i; \
done
binary-common:
@@ -72,6 +73,8 @@
+binary-arch: build
+
binary-indep: build-indep install-indep
$(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
-binary: binary-indep
+binary: binary-arch binary-indep
.PHONY: build clean binary-indep binary install install-indep
signature.asc
Description: Digital signature

