r17207 - in /desktop/experimental/gnome-vfsmm2.6/debian: changelog rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Sat Oct 4 18:50:35 UTC 2008


Author: manphiz-guest
Date: Sat Oct  4 18:50:35 2008
New Revision: 17207

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17207
Log:
Use POSIX standard regex classes in sed trick in debian/rules.

Modified:
    desktop/experimental/gnome-vfsmm2.6/debian/changelog
    desktop/experimental/gnome-vfsmm2.6/debian/rules

Modified: desktop/experimental/gnome-vfsmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-vfsmm2.6/debian/changelog?rev=17207&op=diff
==============================================================================
--- desktop/experimental/gnome-vfsmm2.6/debian/changelog (original)
+++ desktop/experimental/gnome-vfsmm2.6/debian/changelog Sat Oct  4 18:50:35 2008
@@ -1,3 +1,9 @@
+gnome-vfsmm2.6 (2.24.0-2) UNRELEASED; urgency=low
+
+  * Use POSIX standard regex classes in sed trick in debian/rules.
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sun, 05 Oct 2008 02:50:02 +0800
+
 gnome-vfsmm2.6 (2.24.0-1) experimental; urgency=low
 
   [ Deng Xiyue ]

Modified: desktop/experimental/gnome-vfsmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-vfsmm2.6/debian/rules?rev=17207&op=diff
==============================================================================
--- desktop/experimental/gnome-vfsmm2.6/debian/rules (original)
+++ desktop/experimental/gnome-vfsmm2.6/debian/rules Sat Oct  4 18:50:35 2008
@@ -11,8 +11,8 @@
 
 GNOME_MODULE := gnome-vfsmm
 
-SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgnome-vfsmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
-DOC_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgnome-vfsmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
+SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgnome-vfsmm-[[:digit:]\.]+-[[:digit:]][[:alnum:]]*)[[:space:]]*$$/\1/p' debian/control)
+DOC_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgnome-vfsmm-[[:digit:]\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
 SHVER := 2.22.0
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed




More information about the pkg-gnome-commits mailing list