r18212 - in /packages/unstable/libproxy/debian: changelog patches/60_am-prog-cc-c-o.patch

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Jan 8 10:12:23 UTC 2009


Author: lool
Date: Thu Jan  8 10:12:23 2009
New Revision: 18212

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18212
Log:
Add missing bits in 60_am-prog-cc-c-o.

Added:
    packages/unstable/libproxy/debian/patches/60_am-prog-cc-c-o.patch
Modified:
    packages/unstable/libproxy/debian/changelog

Modified: packages/unstable/libproxy/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/changelog?rev=18212&op=diff
==============================================================================
--- packages/unstable/libproxy/debian/changelog (original)
+++ packages/unstable/libproxy/debian/changelog Thu Jan  8 10:12:23 2009
@@ -9,8 +9,10 @@
   * Drop shlibs:Depends from python-libproxy as it's Arch: all.
   * Drop gnome-get-source.mk include as it's not working by default.
   * Rename patch configure_check_for_dbus to 10_configure-check-for-dbus.
-  * Run a full autoreconf instead of only autoconf and split autotools
-    generated files in a new patch, 70_autotools, thanks Sébastien Bacher and
-    Ubuntu.
+  * Run a full autoreconf instead of only autoconf.
+    - New patch, 60_am-prog-cc-c-o, makes newer autoconfs happier.
+    - New patch, 70_autotools, split autotools generated files here to force
+      them to be applied last and avoid timestamp skews issues.
+    Thanks Sébastien Bacher and Ubuntu for the above.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Wed, 17 Dec 2008 23:25:40 +0100

Added: packages/unstable/libproxy/debian/patches/60_am-prog-cc-c-o.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libproxy/debian/patches/60_am-prog-cc-c-o.patch?rev=18212&op=file
==============================================================================
--- packages/unstable/libproxy/debian/patches/60_am-prog-cc-c-o.patch (added)
+++ packages/unstable/libproxy/debian/patches/60_am-prog-cc-c-o.patch Thu Jan  8 10:12:23 2009
@@ -1,0 +1,11 @@
+diff -Nur -x '*.orig' -x '*~' libproxy-0.2.3/configure.ac libproxy-0.2.3.new/configure.ac
+--- libproxy-0.2.3/configure.ac	2009-01-08 11:09:37.000000000 +0100
++++ libproxy-0.2.3.new/configure.ac	2009-01-08 11:10:21.000000000 +0100
+@@ -6,6 +6,7 @@
+ ### Checks for programs.
+ AC_PROG_CC
+ AC_PROG_CPP
++AM_PROG_CC_C_O
+ AC_PROG_INSTALL
+ AC_PROG_LIBTOOL
+ AC_PROG_LN_S




More information about the pkg-gnome-commits mailing list