r16341 - in /desktop/unstable/vte/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Jun 26 18:44:57 UTC 2008


Author: lool
Date: Thu Jun 26 18:44:56 2008
New Revision: 16341

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16341
Log:
Properly anchor libvteN regexp.

Modified:
    desktop/unstable/vte/debian/changelog
    desktop/unstable/vte/debian/rules

Modified: desktop/unstable/vte/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/changelog?rev=16341&op=diff
==============================================================================
--- desktop/unstable/vte/debian/changelog (original)
+++ desktop/unstable/vte/debian/changelog Thu Jun 26 18:44:56 2008
@@ -1,3 +1,9 @@
+vte (1:0.16.14-2) UNRELEASED; urgency=low
+
+  * Properly anchor libvteN regexp.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:44:36 +0200
+
 vte (1:0.16.14-1) unstable; urgency=low
 
   * New upstream bugfix release.

Modified: desktop/unstable/vte/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/rules?rev=16341&op=diff
==============================================================================
--- desktop/unstable/vte/debian/rules (original)
+++ desktop/unstable/vte/debian/rules Thu Jun 26 18:44:56 2008
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-libvteN := $(shell sed -rn 's/Package:[[:space:]]*(libvte[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+libvteN := $(shell sed -rn 's/^Package:[[:space:]]*(libvte[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 udeb := $(libvteN)-udeb
 
 buildbasedir := $(CURDIR)/debian/build




More information about the pkg-gnome-commits mailing list