[Pkg-utopia-commits] r1478 - in /packages/unstable/network-manager-openvpn/debian: changelog control network-manager-openvpn.postinst patches/02_fix_wrong_awk_path.diff rules

shawarma-guest at users.alioth.debian.org shawarma-guest at users.alioth.debian.org
Thu May 10 10:34:07 UTC 2007


Author: shawarma-guest
Date: Thu May 10 10:34:07 2007
New Revision: 1478

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1478
Log:
New checkout and fix the awk bug.

Added:
    packages/unstable/network-manager-openvpn/debian/patches/02_fix_wrong_awk_path.diff
Modified:
    packages/unstable/network-manager-openvpn/debian/changelog
    packages/unstable/network-manager-openvpn/debian/control
    packages/unstable/network-manager-openvpn/debian/network-manager-openvpn.postinst
    packages/unstable/network-manager-openvpn/debian/rules

Modified: packages/unstable/network-manager-openvpn/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-openvpn/debian/changelog?rev=1478&op=diff
==============================================================================
--- packages/unstable/network-manager-openvpn/debian/changelog (original)
+++ packages/unstable/network-manager-openvpn/debian/changelog Thu May 10 10:34:07 2007
@@ -1,9 +1,10 @@
-network-manager-openvpn (0.3.2svn2342-2) unstable; urgency=low
+network-manager-openvpn (0.3.2svn2569-1) gutsy; urgency=low
 
-  * Add proper debhelper snippet to postinst.
-  * Remove redundant cdbs class from rules.
+  * New upstream release
+  * Fixed wrong awk path (Closes: #421381)
+  * Add network-manager-gnome dependency (Closes: #415742)
 
- -- Soren Hansen <sh at linux2go.dk>  Wed, 7 Mar 2007 22:43:01 +0100
+ -- Soren Hansen <sh at linux2go.dk>  Thu, 10 May 2007 12:01:18 +0200
 
 network-manager-openvpn (0.3.2svn2342-1) unstable; urgency=low
 

Modified: packages/unstable/network-manager-openvpn/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-openvpn/debian/control?rev=1478&op=diff
==============================================================================
--- packages/unstable/network-manager-openvpn/debian/control (original)
+++ packages/unstable/network-manager-openvpn/debian/control Thu May 10 10:34:07 2007
@@ -7,7 +7,7 @@
 
 Package: network-manager-openvpn
 Architecture: any
-Depends: ${shlibs:Depends}, openvpn
+Depends: ${shlibs:Depends}, openvpn, network-manager-gnome
 Description: network management framework (OpenVPN plugin)
  NetworkManager attempts to keep an active network connection available at
  all times.  It is intended primarily for laptops where it allows easy

Modified: packages/unstable/network-manager-openvpn/debian/network-manager-openvpn.postinst
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-openvpn/debian/network-manager-openvpn.postinst?rev=1478&op=diff
==============================================================================
--- packages/unstable/network-manager-openvpn/debian/network-manager-openvpn.postinst (original)
+++ packages/unstable/network-manager-openvpn/debian/network-manager-openvpn.postinst Thu May 10 10:34:07 2007
@@ -10,6 +10,5 @@
         ;;
 esac
 
-#DEBHELPER#
+exit 0
 
-exit 0

Added: packages/unstable/network-manager-openvpn/debian/patches/02_fix_wrong_awk_path.diff
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-openvpn/debian/patches/02_fix_wrong_awk_path.diff?rev=1478&op=file
==============================================================================
--- packages/unstable/network-manager-openvpn/debian/patches/02_fix_wrong_awk_path.diff (added)
+++ packages/unstable/network-manager-openvpn/debian/patches/02_fix_wrong_awk_path.diff Thu May 10 10:34:07 2007
@@ -1,0 +1,13 @@
+=== modified file 'properties/nm-openvpn.c'
+--- properties/nm-openvpn.c	2007-02-28 10:47:57 +0000
++++ properties/nm-openvpn.c	2007-03-11 02:10:23 +0000
+@@ -1506,7 +1506,7 @@
+   if (!openvpn_binary)
+     return;
+ 
+-  cmdline = g_strdup_printf("/bin/sh -c \"%s --show-ciphers | /bin/awk '/^[A-Z][A-Z0-9]+-/ { print $1 }'\"", openvpn_binary);
++  cmdline = g_strdup_printf("/bin/sh -c \"%s --show-ciphers | /usr/bin/awk '/^[A-Z][A-Z0-9]+-/ { print $1 }'\"", openvpn_binary);
+   if (!g_spawn_command_line_sync(cmdline, &tmp, NULL, NULL, NULL))
+     goto end;
+ 
+

Modified: packages/unstable/network-manager-openvpn/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/network-manager-openvpn/debian/rules?rev=1478&op=diff
==============================================================================
--- packages/unstable/network-manager-openvpn/debian/rules (original)
+++ packages/unstable/network-manager-openvpn/debian/rules Thu May 10 10:34:07 2007
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
   
+include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/autotools.mk




More information about the Pkg-utopia-commits mailing list