r13810 - /desktop/unstable/gnome-mag/debian/rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Dec 10 13:00:26 UTC 2007


Author: lool
Date: Mon Dec 10 13:00:25 2007
New Revision: 13810

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13810
Log:
Extended regexp

Modified:
    desktop/unstable/gnome-mag/debian/rules

Modified: desktop/unstable/gnome-mag/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/rules?rev=13810&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/rules (original)
+++ desktop/unstable/gnome-mag/debian/rules Mon Dec 10 13:00:25 2007
@@ -8,7 +8,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-libgnome-magN := $(shell sed -n 's/Package:[[:space:]]*\(libgnome-mag[1-9]\)[[:space:]]*$$/\1/p' debian/control)
+libgnome-magN := $(shell sed -rn 's/Package:[[:space:]]*(libgnome-mag[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 
 # This ensures the gnome-mag package is built after libgnome-mag
 binary-gnome-mag :: binary-$(libgnome-magN)




More information about the pkg-gnome-commits mailing list