r17218 - in /packages/unstable/libnotifymm/debian: changelog rules

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


Author: manphiz-guest
Date: Sat Oct  4 19:15:57 2008
New Revision: 17218

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

Modified:
    packages/unstable/libnotifymm/debian/changelog
    packages/unstable/libnotifymm/debian/rules

Modified: packages/unstable/libnotifymm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/changelog?rev=17218&op=diff
==============================================================================
--- packages/unstable/libnotifymm/debian/changelog (original)
+++ packages/unstable/libnotifymm/debian/changelog Sat Oct  4 19:15:57 2008
@@ -1,6 +1,10 @@
 libnotifymm (0.6.1-2) 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:56:55 +0200
 

Modified: packages/unstable/libnotifymm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/rules?rev=17218&op=diff
==============================================================================
--- packages/unstable/libnotifymm/debian/rules (original)
+++ packages/unstable/libnotifymm/debian/rules Sat Oct  4 19:15:57 2008
@@ -7,7 +7,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libnotifymm-[0-9\.]+-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libnotifymm-[[:digit:]\.]+-[[:digit:]][[:alnum:]]*)[[:space:]]*$$/\1/p' debian/control)
 DOC_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libnotifymm-doc)[[:space:]]*$$/\1/p' debian/control)
 SHVER := 0.6.0
 




More information about the pkg-gnome-commits mailing list