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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Feb 25 10:47:10 UTC 2008


Author: lool
Date: Mon Feb 25 10:47:10 2008
New Revision: 14750

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14750
Log:
* Drop head -n1 from libvteN computation.

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=14750&op=diff
==============================================================================
--- desktop/unstable/vte/debian/changelog (original)
+++ desktop/unstable/vte/debian/changelog Mon Feb 25 10:47:10 2008
@@ -1,8 +1,12 @@
 vte (1:0.16.12-2) UNRELEASED; urgency=low
 
+  [ Emilio Pozuelo Monfort ]
   * debian/control.in:
     - Fix libvte-doc short description, which was refering to
       development files instead of documentation.
+
+  [ Loic Minier ]
+  * Drop head -n1 from libvteN computation.
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 02 Feb 2008 20:35:42 +0100
 

Modified: desktop/unstable/vte/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vte/debian/rules?rev=14750&op=diff
==============================================================================
--- desktop/unstable/vte/debian/rules (original)
+++ desktop/unstable/vte/debian/rules Mon Feb 25 10:47:10 2008
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-libvteN := $(shell sed -rn 's/Package:[[:space:]]*(libvte[0-9]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
+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