[Pkg-apache-commits] [SCM] Debian packaging for the apr-util (Apache Portable Runtime util library) package branch, master, updated. 84c51390d0152172ad8a9ca07ff6d2303d95ccb0

Stefan Fritsch sf at sfritsch.de
Sat May 19 21:02:48 UTC 2012


The following commit has been merged in the master branch:
commit dbf41e369659f93302af223ff9e4e7efb8b1f9c7
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat May 19 22:36:02 2012 +0200

    use dh_prep

diff --git a/debian/changelog b/debian/changelog
index bfc8eda..8b8a940 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ apr-util (1.4.1-2) UNRELEASED; urgency=low
     Aalto for the patch. Closes: #664307
   * Update to Standards-Version to 3.9.3 (no changes)
   * Bump to debhelper 9.
+  * Fix lintian warnings
+    - use dh_prep
 
  -- Stefan Fritsch <sf at debian.org>  Sun, 06 May 2012 14:57:58 +0200
 
diff --git a/debian/rules b/debian/rules
index b99f147..e4cadae 100755
--- a/debian/rules
+++ b/debian/rules
@@ -95,7 +95,7 @@ test-stamp: build
 install: build $(TEST_TARGET)
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs -a
 
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp

-- 
Debian packaging for the apr-util (Apache Portable Runtime util library) package



More information about the Pkg-apache-commits mailing list