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

sf at alioth.debian.org sf at alioth.debian.org
Sat Feb 5 17:22:59 UTC 2011


Author: sf
Date: Sat Feb  5 17:22:53 2011
New Revision: 1267

URL: http://svn.debian.org/wsvn/pkg-apache/?sc=1&rev=1267
Log:
* Bump standards version to 3.9.1:
  - empty dependency_libs section in libapr-1.la

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

Modified: trunk/apr/changelog
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apr/changelog?rev=1267&op=diff
==============================================================================
--- trunk/apr/changelog (original)
+++ trunk/apr/changelog Sat Feb  5 17:22:53 2011
@@ -3,6 +3,8 @@
   * Add a workaround for a problem related to strict aliasing that causes
     gcc 4.5 to create incorrect code in some cases. Closes: #609163
     LP: #697105
+  * Bump standards version to 3.9.1:
+    - empty dependency_libs section in libapr-1.la
 
  -- Stefan Fritsch <sf at debian.org>  Sat, 05 Feb 2011 17:54:35 +0100
 

Modified: trunk/apr/control
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apr/control?rev=1267&op=diff
==============================================================================
--- trunk/apr/control (original)
+++ trunk/apr/control Sat Feb  5 17:22:53 2011
@@ -4,7 +4,7 @@
 Maintainer: Debian Apache Maintainers <debian-apache at lists.debian.org>
 Uploaders: Tollef Fog Heen <tfheen at debian.org>, Peter Samuelson <peter at p12n.org>, Stefan Fritsch <sf at debian.org>, Ryan Niebur <ryanryan52 at gmail.com>
 Build-Depends: debhelper (>> 6.0.7), autoconf, autotools-dev, dpatch, mawk, uuid-dev, doxygen, netbase, net-tools, libtool (>= 2), python
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-apache/trunk/apr
 Vcs-svn: svn://svn.debian.org/pkg-apache/trunk/apr
 Homepage: http://apr.apache.org/

Modified: trunk/apr/rules
URL: http://svn.debian.org/wsvn/pkg-apache/trunk/apr/rules?rev=1267&op=diff
==============================================================================
--- trunk/apr/rules (original)
+++ trunk/apr/rules Sat Feb  5 17:22:53 2011
@@ -148,6 +148,7 @@
 	dh_installdirs -a
 
 	$(MAKE) -C $(BUILDDIR) install DESTDIR=$(CURDIR)/debian/tmp
+	perl -p -i -e "s,^dependency_libs=.*,dependency_libs=''," $(CURDIR)/debian/tmp/usr/lib/libapr-1.la
 
 binary-indep: build install
 




More information about the Pkg-apache-commits mailing list