[Pkg-apache-commits] [SCM] Debian packaging for the apr (Apache Portable Runtime) package branch, master, updated. 77ded69e10a5a7749932f9f19e12ba0275a1534f

Stefan Fritsch sf at sfritsch.de
Sat May 19 14:18:23 UTC 2012


The following commit has been merged in the master branch:
commit e91681d20fdd79e2fee6041e39eebfc83f736631
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat May 19 16:08:53 2012 +0200

    Fix some lintian warnings

diff --git a/debian/changelog b/debian/changelog
index e6b371d..63bf7ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ apr (1.4.6-2) UNRELEASED; urgency=low
   * Switch to source format 3.0, debhelper 9. Thanks to Jari Aalto for the
     patch. Closes: #664299
   * Remove sendfile LFS patch that was only necessary for 2.4 kernels.
+  * Fix some lintian warnings (dh_prep, build-indep/build-arch targets).
   * Bump Standards-Version (no changes).
 
  -- Stefan Fritsch <sf at debian.org>  Sun, 18 Mar 2012 23:35:00 +0100
diff --git a/debian/rules b/debian/rules
index 10dcdb2..837ea65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,7 +93,9 @@ ifeq (linux, $(DEB_BUILD_ARCH_OS))
 	fi
 endif
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 
 build-stamp: $(BUILDDIR)/config.status
 	dh_testdir
@@ -132,7 +134,7 @@ test-stamp: build
 install: build $(TEST_TARGET)
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 	dh_installdirs -a
 
 	$(MAKE) -C $(BUILDDIR) install DESTDIR=$(CURDIR)/debian/tmp

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



More information about the Pkg-apache-commits mailing list