r17212 - in /desktop/unstable/gtkmm2.4/debian: changelog rules
manphiz-guest at users.alioth.debian.org
manphiz-guest at users.alioth.debian.org
Sat Oct 4 19:02:39 UTC 2008
Author: manphiz-guest
Date: Sat Oct 4 19:02:39 2008
New Revision: 17212
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17212
Log:
Use POSIX standard regex classes in sed trick in debian/rules.
Modified:
desktop/unstable/gtkmm2.4/debian/changelog
desktop/unstable/gtkmm2.4/debian/rules
Modified: desktop/unstable/gtkmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/changelog?rev=17212&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/changelog (original)
+++ desktop/unstable/gtkmm2.4/debian/changelog Sat Oct 4 19:02:39 2008
@@ -2,6 +2,7 @@
[ Deng Xiyue ]
* Use machine-interpretable format for debian/copyright.
+ * Use POSIX standard regex classes in sed trick in debian/rules.
[ Loic Minier ]
* Properly anchor package name regexp.
Modified: desktop/unstable/gtkmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/rules?rev=17212&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/rules (original)
+++ desktop/unstable/gtkmm2.4/debian/rules Sat Oct 4 19:02:39 2008
@@ -10,8 +10,8 @@
GNOME_MODULE := gtkmm
-SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgtkmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
-DOC_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgtkmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
+SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgtkmm-[[:digit:]\.]+-[[:digit:]][[:alnum:]]*)[[:space:]]*$$/\1/p' debian/control)
+DOC_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgtkmm-[[:digit:]\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
SHVER := 1:2.12.0
LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
More information about the pkg-gnome-commits
mailing list