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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Dec 10 12:52:55 UTC 2007


Author: lool
Date: Mon Dec 10 12:52:55 2007
New Revision: 13806

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13806
Log:
* Tighten libvte package name extraction.

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=13806&op=diff
==============================================================================
--- desktop/unstable/vte/debian/changelog (original)
+++ desktop/unstable/vte/debian/changelog Mon Dec 10 12:52:55 2007
@@ -1,3 +1,9 @@
+vte (1:0.16.10-2) UNRELEASED; urgency=low
+
+  * Tighten libvte package name extraction.
+
+ -- Loic Minier <lool at dooz.org>  Mon, 10 Dec 2007 13:52:33 +0100
+
 vte (1:0.16.10-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=13806&op=diff
==============================================================================
--- desktop/unstable/vte/debian/rules (original)
+++ desktop/unstable/vte/debian/rules Mon Dec 10 12:52:55 2007
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-libvteN := $(shell sed -n 's/Package: \(.*\)/\1/p' debian/control | head -n 1)
+libvteN := $(shell sed -n 's/Package:[[:space:]]*\(libvte[1-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