Hi,

The attached file is the diff for my libber 0.4.2+nmu1 NMU. The associated
changelog entry is:

 libber (0.4.2+nmu1) unstable; urgency=medium

   * Non-maintainer upload.
   * Fix bashism in debian/rules (Closes: #484399)
   * debian/rules:
     - Add empty "binary-indep" target to satisfy Policy 4.9.
     - Additionally clean in man/, src/, tests/ and remove src/.depends.
   * debian/control:
     - Bump Standards-Version to 3.8.0.
     - Replace deprecated ${Source-Version} substvar with ${binary:Version}.


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -Nru libber-0.4.2/debian/changelog libber-0.4.2+nmu1/debian/changelog
--- libber-0.4.2/debian/changelog       2006-09-20 02:55:46.000000000 +0100
+++ libber-0.4.2+nmu1/debian/changelog  2008-07-12 01:04:18.000000000 +0100
@@ -1,3 +1,16 @@
+libber (0.4.2+nmu1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix bashism in debian/rules (Closes: #484399)
+  * debian/rules:
+    - Add empty "binary-indep" target to satisfy Policy 4.9.
+    - Additionally clean in man/, src/, tests/ and remove src/.depends.
+  * debian/control:
+    - Bump Standards-Version to 3.8.0.
+    - Replace deprecated ${Source-Version} substvar with ${binary:Version}.
+
+ -- Chris Lamb <[EMAIL PROTECTED]>  Sat, 12 Jul 2008 01:00:06 +0100
+
 libber (0.4.2) unstable; urgency=low
 
   * Compile against latest libabz0.
diff -Nru libber-0.4.2/debian/control libber-0.4.2+nmu1/debian/control
--- libber-0.4.2/debian/control 2006-09-20 02:53:38.000000000 +0100
+++ libber-0.4.2+nmu1/debian/control    2008-07-12 01:01:37.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Abraham vd Merwe <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>> 3.0.0), libdebug0-dev (>= 0.4.2), libabz0-dev (>= 
0.6.3)
-Standards-Version: 3.6.1
+Standards-Version: 3.8.0
 
 Package: libber0
 Architecture: any
@@ -25,7 +25,7 @@
 Package: libber0-dev
 Architecture: any
 Section: libdevel
-Depends: ${shlibs:Depends}, libber0 (= ${Source-Version}), libdebug0-dev (>= 
0.4.2), libabz0-dev (>= 0.6.3)
+Depends: ${shlibs:Depends}, libber0 (= ${binary:Version}), libdebug0-dev (>= 
0.4.2), libabz0-dev (>= 0.6.3)
 Description: Development files for the BER library
  This library is an implementation of the ITU-T X.690 specification
  of Basic Encoding Rules (BER). BER is a language used to encode
diff -Nru libber-0.4.2/debian/rules libber-0.4.2+nmu1/debian/rules
--- libber-0.4.2/debian/rules   2003-10-26 18:05:08.000000000 +0000
+++ libber-0.4.2+nmu1/debian/rules      2008-07-12 01:01:03.000000000 +0100
@@ -24,8 +24,12 @@
        dh_testroot
        -$(MAKE) clean
        dh_clean
-       rm -f {,$(CURDIR)/debian/}{build,configure}-stamp
-       rm -rf $(CURDIR)/debian/{libber-dev,libber,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 libber-0.4.2/Makefile libber-0.4.2+nmu1/Makefile
--- libber-0.4.2/Makefile       2003-10-26 18:03:02.000000000 +0000
+++ libber-0.4.2+nmu1/Makefile  2008-07-12 01:02:53.000000000 +0100
@@ -60,6 +60,9 @@
        find . -name "*~" -exec rm -f {} \;
        find . -name ".index" -exec rm -f {} \;
 
+clean::
+       $(foreach dir,$(DIR),$(MAKE) -C $(dir) clean;)
+
 install::
        $(INSTALL) -d $(libdir)
        for F in $(shell find include/ber -name "*.h"); do $(INSTALL) -c -D -m 
0644 $$F $(includedir)$${F/include\///}; done
diff -Nru libber-0.4.2/src/Makefile libber-0.4.2+nmu1/src/Makefile
--- libber-0.4.2/src/Makefile   2004-02-29 10:50:17.000000000 +0000
+++ libber-0.4.2+nmu1/src/Makefile      2008-07-12 01:03:07.000000000 +0100
@@ -55,6 +55,9 @@
 include $(TOPDIR)/vars.mk
 include $(TOPDIR)/rules.mk
 
+clean::
+       rm -f .depends
+
 install::
        $(INSTALL) -d $(libdir)
        $(INSTALL) -c -m 0644 $(LIB) $(libdir)

Attachment: signature.asc
Description: PGP signature

Reply via email to