[SCM] Zip library packaging branch, master, updated. debian/0.9.3-1-7-g2e3a8b7

Fathi Boudra fabo at alioth.debian.org
Sun May 1 15:43:40 UTC 2011


The following commit has been merged in the master branch:
commit a47349452c28f771497f9d75154296a4655a8d22
Author: Fathi Boudra <fabo at debian.org>
Date:   Sun May 1 18:39:04 2011 +0300

    pass --with autoreconf to dh.
    re-enable dh_auto_test.
---
 debian/changelog |    3 +++
 debian/rules     |    4 +---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5058414..20d7eca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,9 @@ libzip (0.10-1) UNRELEASED; urgency=low
     - update libzip-dev dependency to libzip2 (soname bump).
   * Update debian/libzip-dev.install: add zipconf.h file.
   * Rename and update debian/libzip1.{install/symbols} to libzip2.
+  * Update debian/rules:
+    - pass --with autoreconf to dh.
+    - re-enable dh_auto_test.
 
  -- Fathi Boudra <fabo at debian.org>  Sun, 01 May 2011 16:08:55 +0300
 
diff --git a/debian/rules b/debian/rules
index 59da8af..c27eb8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh --parallel --list-missing $@
-
-.PHONY: override_dh_auto_test
+	dh $@ --parallel --list-missing --with autoreconf

-- 
Zip library packaging



More information about the pkg-kde-commits mailing list