r16344 - in /packages/unstable: bakery2.4/debian/ ghex/debian/ libepc/debian/ libgdamm3.0/debian/ libnotifymm/debian/ libpanelappletmm2.6/debian/ libxml++2.6/debian/

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


Author: lool
Date: Thu Jun 26 18:57:37 2008
New Revision: 16344

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

Modified:
    packages/unstable/bakery2.4/debian/changelog
    packages/unstable/bakery2.4/debian/rules
    packages/unstable/ghex/debian/changelog
    packages/unstable/ghex/debian/rules
    packages/unstable/libepc/debian/changelog
    packages/unstable/libepc/debian/rules
    packages/unstable/libgdamm3.0/debian/changelog
    packages/unstable/libgdamm3.0/debian/rules
    packages/unstable/libnotifymm/debian/changelog
    packages/unstable/libnotifymm/debian/rules
    packages/unstable/libpanelappletmm2.6/debian/changelog
    packages/unstable/libpanelappletmm2.6/debian/rules
    packages/unstable/libxml++2.6/debian/changelog
    packages/unstable/libxml++2.6/debian/rules

Modified: packages/unstable/bakery2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/bakery2.4/debian/changelog?rev=16344&op=diff
==============================================================================
--- packages/unstable/bakery2.4/debian/changelog (original)
+++ packages/unstable/bakery2.4/debian/changelog Thu Jun 26 18:57:37 2008
@@ -1,3 +1,9 @@
+bakery2.4 (2.4.4-3) UNRELEASED; urgency=low
+
+  * Properly anchor package name regexp.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:55:45 +0200
+
 bakery2.4 (2.4.4-2) unstable; urgency=low
 
   * Build-Depend on dpkg-dev >= 1.14.16 for DM usage.

Modified: packages/unstable/bakery2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/bakery2.4/debian/rules?rev=16344&op=diff
==============================================================================
--- packages/unstable/bakery2.4/debian/rules (original)
+++ packages/unstable/bakery2.4/debian/rules Thu Jun 26 18:57:37 2008
@@ -10,8 +10,8 @@
 
 GNOME_MODULE := bakery
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libbakery-[0-9\.]+-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
-DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libbakery-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
+SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libbakery-[0-9\.]+-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+DOC_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libbakery-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
 SHVER := 2.4.4
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-static

Modified: packages/unstable/ghex/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/changelog?rev=16344&op=diff
==============================================================================
--- packages/unstable/ghex/debian/changelog (original)
+++ packages/unstable/ghex/debian/changelog Thu Jun 26 18:57:37 2008
@@ -1,3 +1,9 @@
+ghex (2.22.0-2) UNRELEASED; urgency=low
+
+  * Properly anchor package name regexp.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:56:10 +0200
+
 ghex (2.22.0-1) unstable; urgency=low
 
   * New upstream stable release.

Modified: packages/unstable/ghex/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/ghex/debian/rules?rev=16344&op=diff
==============================================================================
--- packages/unstable/ghex/debian/rules (original)
+++ packages/unstable/ghex/debian/rules Thu Jun 26 18:57:37 2008
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-libgtkhexN := $(shell sed -rn 's/Package:[[:space:]]*(libgtkhex[0-9]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
+libgtkhexN := $(shell sed -rn 's/^Package:[[:space:]]*(libgtkhex[0-9]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 
 # ensure ghex is built after libgtkhex
 binary/ghex:: binary/$(libgtkhexN)

Modified: packages/unstable/libepc/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/changelog?rev=16344&op=diff
==============================================================================
--- packages/unstable/libepc/debian/changelog (original)
+++ packages/unstable/libepc/debian/changelog Thu Jun 26 18:57:37 2008
@@ -1,3 +1,9 @@
+libepc (0.3.5-3) UNRELEASED; urgency=low
+
+  * Properly anchor package name regexp.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:56:23 +0200
+
 libepc (0.3.5-2) unstable; urgency=high
 
   * Depend on libsoup2.4-dev instead of libsoup2.2-dev; closes: #480875.

Modified: packages/unstable/libepc/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libepc/debian/rules?rev=16344&op=diff
==============================================================================
--- packages/unstable/libepc/debian/rules (original)
+++ packages/unstable/libepc/debian/rules Thu Jun 26 18:57:37 2008
@@ -10,8 +10,8 @@
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
-libepc := $(shell sed -nr 's/Package:[[:space:]]*(libepc-1\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
-libepc-ui := $(shell sed -nr 's/Package:[[:space:]]*(libepc-ui-1\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+libepc := $(shell sed -nr 's/^Package:[[:space:]]*(libepc-1\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+libepc-ui := $(shell sed -nr 's/^Package:[[:space:]]*(libepc-ui-1\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 
 SHLIBVER := 0.3.4-2
 

Modified: packages/unstable/libgdamm3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdamm3.0/debian/changelog?rev=16344&op=diff
==============================================================================
--- packages/unstable/libgdamm3.0/debian/changelog (original)
+++ packages/unstable/libgdamm3.0/debian/changelog Thu Jun 26 18:57:37 2008
@@ -1,9 +1,13 @@
 libgdamm3.0 (3.0.0-3) UNRELEASED; urgency=low
 
+  [ Deng Xiyue ]
   * Add dpkg-dev >= 1.14.16 to Build-Depends for DM usage.
   * Remove doc-base from Build-Depends as it's not b-deped on.
   * Add ${shlibs:Depends} to all Depends fields as recommended.
   * Use machine-interpretable format for debian/copyright.
+
+  [ Loic Minier ]
+  * Properly anchor package name regexp.
 
  -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Fri, 18 Apr 2008 14:48:22 +0800
 

Modified: packages/unstable/libgdamm3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdamm3.0/debian/rules?rev=16344&op=diff
==============================================================================
--- packages/unstable/libgdamm3.0/debian/rules (original)
+++ packages/unstable/libgdamm3.0/debian/rules Thu Jun 26 18:57:37 2008
@@ -10,8 +10,8 @@
 
 GNOME_MODULE := libgdamm
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgdamm[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
-DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgdamm[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
+SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgdamm[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
+DOC_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgdamm[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
 SHVER := 3.0.0
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed

Modified: packages/unstable/libnotifymm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/changelog?rev=16344&op=diff
==============================================================================
--- packages/unstable/libnotifymm/debian/changelog (original)
+++ packages/unstable/libnotifymm/debian/changelog Thu Jun 26 18:57:37 2008
@@ -1,3 +1,9 @@
+libnotifymm (0.6.1-2) UNRELEASED; urgency=low
+
+  * Properly anchor package name regexp.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:56:55 +0200
+
 libnotifymm (0.6.1-1) unstable; urgency=low
 
   * Initial release (Closes: #472638)

Modified: packages/unstable/libnotifymm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libnotifymm/debian/rules?rev=16344&op=diff
==============================================================================
--- packages/unstable/libnotifymm/debian/rules (original)
+++ packages/unstable/libnotifymm/debian/rules Thu Jun 26 18:57:37 2008
@@ -7,8 +7,8 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libnotifymm-[0-9\.]+-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
-DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libnotifymm-doc)[[:space:]]*$$/\1/p' debian/control)
+SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libnotifymm-[0-9\.]+-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+DOC_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libnotifymm-doc)[[:space:]]*$$/\1/p' debian/control)
 SHVER := 0.6.0
 
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-static

Modified: packages/unstable/libpanelappletmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libpanelappletmm2.6/debian/changelog?rev=16344&op=diff
==============================================================================
--- packages/unstable/libpanelappletmm2.6/debian/changelog (original)
+++ packages/unstable/libpanelappletmm2.6/debian/changelog Thu Jun 26 18:57:37 2008
@@ -1,3 +1,9 @@
+libpanelappletmm2.6 (2.22.0-3) UNRELEASED; urgency=low
+
+  * Properly anchor package name regexp.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:57:10 +0200
+
 libpanelappletmm2.6 (2.22.0-2) unstable; urgency=low
 
   * Build-Depend on dpkg >= 1.14.16 for DM usage.

Modified: packages/unstable/libpanelappletmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libpanelappletmm2.6/debian/rules?rev=16344&op=diff
==============================================================================
--- packages/unstable/libpanelappletmm2.6/debian/rules (original)
+++ packages/unstable/libpanelappletmm2.6/debian/rules Thu Jun 26 18:57:37 2008
@@ -9,8 +9,8 @@
 
 GNOME_MODULE := libpanelappletmm
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libpanelappletmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
-DEV_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libpanelappletmm-[0-9\.]+-dev)[[:space:]]*$$/\1/p' debian/control)
+SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libpanelappletmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
+DEV_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libpanelappletmm-[0-9\.]+-dev)[[:space:]]*$$/\1/p' debian/control)
 SHVER := 2.22.0
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed

Modified: packages/unstable/libxml++2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libxml%2B%2B2.6/debian/changelog?rev=16344&op=diff
==============================================================================
--- packages/unstable/libxml++2.6/debian/changelog (original)
+++ packages/unstable/libxml++2.6/debian/changelog Thu Jun 26 18:57:37 2008
@@ -1,5 +1,6 @@
 libxml++2.6 (2.22.0-2) UNRELEASED; urgency=low
 
+  [ Deng Xiyue ]
   * Drop `head -n 1' from sed trick.
   * Add `DM-Upload-Allowed: yes' field.  Thanks Loïc for advocacy.
   * Fix typo in last changelog.
@@ -7,6 +8,9 @@
   * Remove doc-base from Build-Depends as it's not b-deped at all.
   * Add ${shlibs:Depends} to all Depends fields as recommended.
   * Use machine-interpretable format for debian/copyright.
+
+  [ Loic Minier ]
+  * Properly anchor package name regexp.
 
  -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Fri, 18 Apr 2008 13:36:02 +0800
 

Modified: packages/unstable/libxml++2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libxml%2B%2B2.6/debian/rules?rev=16344&op=diff
==============================================================================
--- packages/unstable/libxml++2.6/debian/rules (original)
+++ packages/unstable/libxml++2.6/debian/rules Thu Jun 26 18:57:37 2008
@@ -9,8 +9,8 @@
 
 GNOME_MODULE := libxml++
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libxml\+\+[0-9\.]+-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
-DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libxml\+\+[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
+SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libxml\+\+[0-9\.]+-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+DOC_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libxml\+\+[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
 SHVER := 2.20.0
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed




More information about the pkg-gnome-commits mailing list