r13809 - /desktop/unstable/vte/debian/rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Dec 10 12:59:58 UTC 2007


Author: lool
Date: Mon Dec 10 12:59:58 2007
New Revision: 13809

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

Modified:
    desktop/unstable/vte/debian/rules

Modified: desktop/unstable/vte/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/rules?rev=13809&op=diff
==============================================================================
--- desktop/unstable/vte/debian/rules (original)
+++ desktop/unstable/vte/debian/rules Mon Dec 10 12:59:58 2007
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-libvteN := $(shell sed -n 's/Package:[[:space:]]*\(libvte[1-9]\)[[:space:]]*$$/\1/p' debian/control | head -n 1)
+libvteN := $(shell sed -rn 's/Package:[[:space:]]*(libvte[0-9]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 udeb := $(libvteN)-udeb
 
 buildbasedir := $(CURDIR)/debian/build




More information about the pkg-gnome-commits mailing list