[Pkg-apache-commits] r1072 - in /trunk/apr-util: changelog control rules

sf at alioth.debian.org sf at alioth.debian.org
Sun Nov 1 09:39:46 UTC 2009


Author: sf
Date: Sun Nov  1 09:39:45 2009
New Revision: 1072

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1072
Log:
Bump standards-version:
- Use DEB_*_ARCH_* where applicable

Modified:
    trunk/apr-util/changelog
    trunk/apr-util/control
    trunk/apr-util/rules

Modified: trunk/apr-util/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apr-util/changelog?rev=1072&op=diff
==============================================================================
--- trunk/apr-util/changelog (original)
+++ trunk/apr-util/changelog Sun Nov  1 09:39:45 2009
@@ -1,6 +1,8 @@
 apr-util (1.3.9+dfsg-3) UNRELEASED; urgency=low
 
   * Update to db4.8 (closes: #550443)
+  * Bump standards-version:
+    - Use DEB_*_ARCH_* where applicable
 
  -- Stefan Fritsch <sf at debian.org>  Sun, 01 Nov 2009 10:25:41 +0100
 

Modified: trunk/apr-util/control
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apr-util/control?rev=1072&op=diff
==============================================================================
--- trunk/apr-util/control (original)
+++ trunk/apr-util/control Sun Nov  1 09:39:45 2009
@@ -4,7 +4,7 @@
 Maintainer: Debian Apache Maintainers <debian-apache at lists.debian.org>
 Uploaders: Tollef Fog Heen <tfheen at debian.org>, Stefan Fritsch <sf at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>, Peter Samuelson <peter at p12n.org>
 Build-Depends: debhelper (>> 6.0.7~), autoconf, autotools-dev, mawk, libldap2-dev, libexpat1-dev, libdb4.8-dev, libpcre3-dev, dpatch (>= 1.11), binutils (>= 2.14.90.0.7), libapr1-dev (>= 1.3.2), libsqlite3-dev, libpq-dev, python, libmysqlclient-dev, freetds-dev, unixodbc-dev, doxygen
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apr-util
 Vcs-svn: svn://svn.debian.org/pkg-apache/trunk/apr-util
 Homepage: http://apr.apache.org/

Modified: trunk/apr-util/rules
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apr-util/rules?rev=1072&op=diff
==============================================================================
--- trunk/apr-util/rules (original)
+++ trunk/apr-util/rules Sun Nov  1 09:39:45 2009
@@ -43,7 +43,8 @@
 endif
 
 # disable tests on hurd until they are fixed (see #530287)
-ifeq (gnu, $(DEB_BUILD_GNU_SYSTEM))
+DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+ifeq (hurd, $(DEB_HOST_ARCH_OS))
 	TEST_TARGET =
 endif
 




More information about the Pkg-apache-commits mailing list