[Pkg-utopia-commits] r2897 - in /packages/unstable/network-manager-vpnc/debian: changelog control patches/10-tests-static-build-fix.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Feb 24 22:18:22 UTC 2009


Author: biebl
Date: Tue Feb 24 22:18:22 2009
New Revision: 2897

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=2897
Log:
* debian/patches/10-tests-static-build-fix.patch
  - Fix build failure with "--disable-static".

Added:
    packages/unstable/network-manager-vpnc/debian/patches/10-tests-static-build-fix.patch
Modified:
    packages/unstable/network-manager-vpnc/debian/changelog
    packages/unstable/network-manager-vpnc/debian/control
    packages/unstable/network-manager-vpnc/debian/patches/series

Modified: packages/unstable/network-manager-vpnc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-vpnc/debian/changelog?rev=2897&op=diff
==============================================================================
--- packages/unstable/network-manager-vpnc/debian/changelog (original)
+++ packages/unstable/network-manager-vpnc/debian/changelog Tue Feb 24 22:18:22 2009
@@ -3,6 +3,8 @@
   * New upstream release.
   * debian/patches/01-dbus_policy.patch
     - Removed, merged upstream.
+  * debian/patches/10-tests-static-build-fix.patch
+    - Fix build failure with "--disable-static".
 
  -- Michael Biebl <biebl at debian.org>  Fri, 20 Feb 2009 13:38:50 +0100
 

Modified: packages/unstable/network-manager-vpnc/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-vpnc/debian/control?rev=2897&op=diff
==============================================================================
--- packages/unstable/network-manager-vpnc/debian/control (original)
+++ packages/unstable/network-manager-vpnc/debian/control Tue Feb 24 22:18:22 2009
@@ -6,7 +6,7 @@
 Build-Depends: cdbs,
  debhelper (>= 7),
  network-manager-dev (>= 0.7.0),
- libnm-util-dev (>= 0.7.0),
+ libnm-util-dev (>= 0.7.0.97),
  libnm-glib-dev (>= 0.7.0),
  libnm-glib-vpn-dev (>= 0.7.0),
  intltool,

Added: packages/unstable/network-manager-vpnc/debian/patches/10-tests-static-build-fix.patch
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-vpnc/debian/patches/10-tests-static-build-fix.patch?rev=2897&op=file
==============================================================================
--- packages/unstable/network-manager-vpnc/debian/patches/10-tests-static-build-fix.patch (added)
+++ packages/unstable/network-manager-vpnc/debian/patches/10-tests-static-build-fix.patch Tue Feb 24 22:18:22 2009
@@ -1,0 +1,35 @@
+Index: network-manager-vpnc-0.7.0.97/properties/tests/Makefile.am
+===================================================================
+--- network-manager-vpnc-0.7.0.97.orig/properties/tests/Makefile.am	2009-02-24 11:55:14.000000000 +0100
++++ network-manager-vpnc-0.7.0.97/properties/tests/Makefile.am	2009-02-24 11:55:59.000000000 +0100
+@@ -24,7 +24,7 @@
+ 	$(GNOMEKEYRING_LIBS) \
+ 	$(DBUS_LIBS) \
+ 	$(NM_UTILS_LIBS) \
+-	$(top_builddir)/properties/.libs/libnm-vpnc-properties.a
++	$(top_builddir)/properties/libnm-vpnc-properties.la
+ 
+ if WITH_TESTS
+ 
+Index: network-manager-vpnc-0.7.0.97/properties/tests/Makefile.in
+===================================================================
+--- network-manager-vpnc-0.7.0.97.orig/properties/tests/Makefile.in	2009-02-24 11:55:21.000000000 +0100
++++ network-manager-vpnc-0.7.0.97/properties/tests/Makefile.in	2009-02-24 11:57:30.000000000 +0100
+@@ -51,7 +51,7 @@
+ 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+ 	$(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
+-	$(top_builddir)/properties/.libs/libnm-vpnc-properties.a
++	$(top_builddir)/properties/libnm-vpnc-properties.la
+ DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
+ depcomp = $(SHELL) $(top_srcdir)/depcomp
+ am__depfiles_maybe = depfiles
+@@ -267,7 +267,7 @@
+ 	$(GNOMEKEYRING_LIBS) \
+ 	$(DBUS_LIBS) \
+ 	$(NM_UTILS_LIBS) \
+-	$(top_builddir)/properties/.libs/libnm-vpnc-properties.a
++	$(top_builddir)/properties/libnm-vpnc-properties.la
+ 
+ all: all-recursive
+ 

Modified: packages/unstable/network-manager-vpnc/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-vpnc/debian/patches/series?rev=2897&op=diff
==============================================================================
--- packages/unstable/network-manager-vpnc/debian/patches/series (original)
+++ packages/unstable/network-manager-vpnc/debian/patches/series Tue Feb 24 22:18:22 2009
@@ -1,1 +1,2 @@
 #02_add_disable_natt_and_1des.diff
+10-tests-static-build-fix.patch




More information about the Pkg-utopia-commits mailing list