Hi, The attached file is the diff for my libabz 0.7.2+nmu1 NMU. The associated changelog entry is:
libabz (0.7.2+nmu1) unstable; urgency=medium
* Non-maintainer upload.
* Fix bashism in debian/rules (Closes: #484398)
* debian/rules:
- Add empty "binary-indep:" target in debian/rules to satisfy Policy
4.9.
- Additionally clean in man/, src/, tests/, and remove src/.depends.
* debian/control:
- Bump Standards-Version to 3.8.0.
- Use ${binary:Version} in place of deprecated ${Source-Version}
Regards,
--
Chris Lamb, UK [EMAIL PROTECTED]
GPG: 0x634F9A20
diff -Nru libabz-0.7.2/debian/changelog libabz-0.7.2+nmu1/debian/changelog
--- libabz-0.7.2/debian/changelog 2007-03-23 21:35:46.000000000 +0000
+++ libabz-0.7.2+nmu1/debian/changelog 2008-07-12 00:54:39.000000000 +0100
@@ -1,3 +1,17 @@
+libabz (0.7.2+nmu1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix bashism in debian/rules (Closes: #484398)
+ * debian/rules:
+ - Add empty "binary-indep:" target in debian/rules to satisfy Policy
+ 4.9.
+ - Additionally clean in man/, src/, tests/, and remove src/.depends.
+ * debian/control:
+ - Bump Standards-Version to 3.8.0.
+ - Use ${binary:Version} in place of deprecated ${Source-Version}
+
+ -- Chris Lamb <[EMAIL PROTECTED]> Sat, 12 Jul 2008 00:29:35 +0100
+
libabz (0.7.2) unstable; urgency=low
* Fixed strtoargv() parser.
diff -Nru libabz-0.7.2/debian/control libabz-0.7.2+nmu1/debian/control
--- libabz-0.7.2/debian/control 2006-08-03 08:53:43.000000000 +0100
+++ libabz-0.7.2+nmu1/debian/control 2008-07-12 00:46:06.000000000 +0100
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Abraham vd Merwe <[EMAIL PROTECTED]>
Build-Depends: debhelper (>> 3.0.0), libdebug0-dev (>= 0.4.1)
-Standards-Version: 3.6.1
+Standards-Version: 3.8.0
Package: libabz0
Architecture: any
@@ -28,7 +28,7 @@
Package: libabz0-dev
Architecture: any
Section: libdevel
-Depends: ${shlibs:Depends}, libabz0 (= ${Source-Version}), libdebug0 (>=
0.4.1), libdebug0-dev (>= 0.4.1)
+Depends: ${shlibs:Depends}, libabz0 (= ${binary:Version}), libdebug0 (>=
0.4.1), libdebug0-dev (>= 0.4.1)
Description: Development files for the abz library
This library contains various routines needed by many of the
authors other programs.
diff -Nru libabz-0.7.2/debian/rules libabz-0.7.2+nmu1/debian/rules
--- libabz-0.7.2/debian/rules 2003-10-01 20:28:22.000000000 +0100
+++ libabz-0.7.2+nmu1/debian/rules 2008-07-12 00:57:14.000000000 +0100
@@ -24,8 +24,12 @@
dh_testroot
-$(MAKE) clean
dh_clean
- rm -f {,$(CURDIR)/debian/}{build,configure}-stamp
- rm -rf $(CURDIR)/debian/{libabz-dev,libabz,tmp}
+ rm -f build-stamp configure-stamp
+ rm -f $(CURDIR)/debian/build-stamp
+ rm -f $(CURDIR)/debian/configure-stamp
+ rm -rf $(CURDIR)/debian/libabz-dev
+ rm -rf $(CURDIR)/debian/libabz
+ rm -rf $(CURDIR)/debian/tmp
install: build
dh_testdir
@@ -52,6 +56,8 @@
dh_md5sums
dh_builddeb
+binary-indep:
+
binary: binary-arch
.PHONY: build clean binary-arch binary install configure
diff -Nru libabz-0.7.2/Makefile libabz-0.7.2+nmu1/Makefile
--- libabz-0.7.2/Makefile 2005-03-02 13:01:05.000000000 +0000
+++ libabz-0.7.2+nmu1/Makefile 2008-07-12 00:56:21.000000000 +0100
@@ -60,6 +60,9 @@
find . -name "*~" -exec $(RM) {} \;
find . -name ".index" -exec $(RM) {} \;
+clean::
+ $(foreach dir,$(DIR),$(MAKE) -C $(dir) clean;)
+
install::
$(INSTALL) -d $(libdir)
for F in $(shell find include/abz -name "*.h"); do $(INSTALL) -c -D -m
0644 $$F $(includedir)$${F/include\///}; done
diff -Nru libabz-0.7.2/src/Makefile libabz-0.7.2+nmu1/src/Makefile
--- libabz-0.7.2/src/Makefile 2007-03-18 17:42:24.000000000 +0000
+++ libabz-0.7.2+nmu1/src/Makefile 2008-07-12 00:54:49.000000000 +0100
@@ -73,3 +73,5 @@
uninstall::
$(RM) $(DESTDIR)/$(libdir)/{$(LIB),$(LIB_A),$(LIB_SO),$(LIB_MAJOR)}
+clean::
+ rm -f .depends
signature.asc
Description: PGP signature

