r17204 - in /desktop/experimental/pangomm/debian: changelog rules

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


Author: manphiz-guest
Date: Sat Oct  4 18:40:03 2008
New Revision: 17204

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

Modified:
    desktop/experimental/pangomm/debian/changelog
    desktop/experimental/pangomm/debian/rules

Modified: desktop/experimental/pangomm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pangomm/debian/changelog?rev=17204&op=diff
==============================================================================
--- desktop/experimental/pangomm/debian/changelog (original)
+++ desktop/experimental/pangomm/debian/changelog Sat Oct  4 18:40:03 2008
@@ -1,3 +1,9 @@
+pangomm (2.14.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:39:25 +0800
+
 pangomm (2.14.0-1) experimental; urgency=low
 
   * New upstream stable release.

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




More information about the pkg-gnome-commits mailing list