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

Stefan Fritsch sf at sfritsch.de
Sun May 20 20:44:13 UTC 2012


The following commit has been merged in the master branch:
commit 83ae0b012989cdab6b16e3e0ffcebe1c5a7048bd
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sun May 20 22:14:17 2012 +0200

    add build-arch and build-indep targets

diff --git a/debian/changelog b/debian/changelog
index 52c0407..a0058ef 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ apr-util (1.4.1-2) UNRELEASED; urgency=low
   * Fix lintian warnings
     - use dh_prep
     - omit driver libraries from symbol files
+    - add build-arch and build-indep targets
 
  -- Stefan Fritsch <sf at debian.org>  Sun, 06 May 2012 14:57:58 +0200
 
diff --git a/debian/rules b/debian/rules
index e181a30..137cd8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,7 +57,9 @@ config.status: configure.in
 	./buildconf --with-apr=$(shell apr-1-config --srcdir)
 	$(CONFFLAGS) ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --enable-layout=Debian --with-apr=/usr/bin/apr-1-config --with-ldap=yes --with-dbm=db --with-sqlite3 --with-pgsql=/usr --without-gdbm --without-sqlite2 --with-berkeley-db --with-mysql=/usr --with-freetds=/usr --with-odbc=/usr --with-openssl=/usr
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 
 build-stamp: config.status
 	dh_testdir

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



More information about the Pkg-apache-commits mailing list