r17213 - in /desktop/unstable/libgtksourceviewmm/debian: changelog rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Sat Oct 4 19:03:48 UTC 2008


Author: manphiz-guest
Date: Sat Oct  4 19:03:47 2008
New Revision: 17213

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

Modified:
    desktop/unstable/libgtksourceviewmm/debian/changelog
    desktop/unstable/libgtksourceviewmm/debian/rules

Modified: desktop/unstable/libgtksourceviewmm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtksourceviewmm/debian/changelog?rev=17213&op=diff
==============================================================================
--- desktop/unstable/libgtksourceviewmm/debian/changelog (original)
+++ desktop/unstable/libgtksourceviewmm/debian/changelog Sat Oct  4 19:03:47 2008
@@ -1,6 +1,10 @@
 libgtksourceviewmm (2.2.0-3) UNRELEASED; urgency=low
 
+  [ Loic Minier ]
   * Properly anchor package name regexp.
+
+  [ Deng Xiyue ]
+  * Use POSIX standard regex classes in sed trick in debian/rules.
 
  -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:51:14 +0200
 

Modified: desktop/unstable/libgtksourceviewmm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtksourceviewmm/debian/rules?rev=17213&op=diff
==============================================================================
--- desktop/unstable/libgtksourceviewmm/debian/rules (original)
+++ desktop/unstable/libgtksourceviewmm/debian/rules Sat Oct  4 19:03:47 2008
@@ -9,7 +9,7 @@
 
 GNOME_MODULE := gtksourceviewmm
 
-SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgtksourceviewmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
+SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgtksourceviewmm-[[:digit:]\.]+-[[:digit:]][[:alnum:]]*)[[:space:]]*$$/\1/p' debian/control)
 SHVER := 2.2.0
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed




More information about the pkg-gnome-commits mailing list