r16342 - in /desktop/unstable: gconfmm2.6/debian/ glade-3/debian/ glibmm2.4/debian/ gnome-mag/debian/ gnome-vfsmm2.6/debian/ gtkmm2.4/debian/ libart-lgpl/debian/ libglademm2.4/debian/ libgnomecanvasmm2.6/debian/ libgnomemm2.6/debian/ libgnomeui/debian/ libgnomeuimm2.6/debian/ libgtksourceviewmm/debian/ totem-pl-parser/debian/

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Jun 26 18:53:14 UTC 2008


Author: lool
Date: Thu Jun 26 18:53:13 2008
New Revision: 16342

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

Modified:
    desktop/unstable/gconfmm2.6/debian/changelog
    desktop/unstable/gconfmm2.6/debian/rules
    desktop/unstable/glade-3/debian/changelog
    desktop/unstable/glade-3/debian/rules
    desktop/unstable/glibmm2.4/debian/changelog
    desktop/unstable/glibmm2.4/debian/rules
    desktop/unstable/gnome-mag/debian/changelog
    desktop/unstable/gnome-mag/debian/rules
    desktop/unstable/gnome-vfsmm2.6/debian/changelog
    desktop/unstable/gnome-vfsmm2.6/debian/rules
    desktop/unstable/gtkmm2.4/debian/changelog
    desktop/unstable/gtkmm2.4/debian/rules
    desktop/unstable/libart-lgpl/debian/changelog
    desktop/unstable/libart-lgpl/debian/rules
    desktop/unstable/libglademm2.4/debian/changelog
    desktop/unstable/libglademm2.4/debian/rules
    desktop/unstable/libgnomecanvasmm2.6/debian/changelog
    desktop/unstable/libgnomecanvasmm2.6/debian/rules
    desktop/unstable/libgnomemm2.6/debian/changelog
    desktop/unstable/libgnomemm2.6/debian/rules
    desktop/unstable/libgnomeui/debian/changelog
    desktop/unstable/libgnomeui/debian/rules
    desktop/unstable/libgnomeuimm2.6/debian/changelog
    desktop/unstable/libgnomeuimm2.6/debian/rules
    desktop/unstable/libgtksourceviewmm/debian/changelog
    desktop/unstable/libgtksourceviewmm/debian/rules
    desktop/unstable/totem-pl-parser/debian/changelog
    desktop/unstable/totem-pl-parser/debian/rules

Modified: desktop/unstable/gconfmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/changelog?rev=16342&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/changelog (original)
+++ desktop/unstable/gconfmm2.6/debian/changelog Thu Jun 26 18:53:13 2008
@@ -1,9 +1,13 @@
 gconfmm2.6 (2.22.0-2) 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>  Sat, 19 Apr 2008 12:03:36 +0800
 

Modified: desktop/unstable/gconfmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/rules?rev=16342&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/rules (original)
+++ desktop/unstable/gconfmm2.6/debian/rules Thu Jun 26 18:53:13 2008
@@ -11,8 +11,8 @@
 
 GNOME_MODULE := gconfmm
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgconfmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
-DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgconfmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
+SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgconfmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
+DOC_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgconfmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
 SHVER := 2.22.0
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed

Modified: desktop/unstable/glade-3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/changelog?rev=16342&op=diff
==============================================================================
--- desktop/unstable/glade-3/debian/changelog (original)
+++ desktop/unstable/glade-3/debian/changelog Thu Jun 26 18:53:13 2008
@@ -1,3 +1,9 @@
+glade-3 (3.4.5-4) UNRELEASED; urgency=low
+
+  * Properly anchor package name regexp.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:47:30 +0200
+
 glade-3 (3.4.5-3) unstable; urgency=high
 
   [ Josselin Mouette ]

Modified: desktop/unstable/glade-3/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glade-3/debian/rules?rev=16342&op=diff
==============================================================================
--- desktop/unstable/glade-3/debian/rules (original)
+++ desktop/unstable/glade-3/debian/rules Thu Jun 26 18:53:13 2008
@@ -12,7 +12,7 @@
 
 GNOME_MODULE := glade3
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgladeui-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
+SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgladeui-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 			--enable-gtk-doc \

Modified: desktop/unstable/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/changelog?rev=16342&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/changelog (original)
+++ desktop/unstable/glibmm2.4/debian/changelog Thu Jun 26 18:53:13 2008
@@ -1,3 +1,9 @@
+glibmm2.4 (2.16.3-2) UNRELEASED; urgency=low
+
+  * Properly anchor package name regexp.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:47:51 +0200
+
 glibmm2.4 (2.16.3-1) unstable; urgency=low
 
   * New Upstream stable release.

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

Modified: desktop/unstable/gnome-mag/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/changelog?rev=16342&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/changelog (original)
+++ desktop/unstable/gnome-mag/debian/changelog Thu Jun 26 18:53:13 2008
@@ -1,3 +1,9 @@
+gnome-mag (1:0.15.0-2) UNRELEASED; urgency=low
+
+  * Properly anchor package name regexp.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:48:08 +0200
+
 gnome-mag (1:0.15.0-1) unstable; urgency=low
 
   [ Pedro Fragoso ]

Modified: desktop/unstable/gnome-mag/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/rules?rev=16342&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/rules (original)
+++ desktop/unstable/gnome-mag/debian/rules Thu Jun 26 18:53:13 2008
@@ -8,7 +8,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-libgnome-magN := $(shell sed -rn 's/Package:[[:space:]]*(libgnome-mag[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+libgnome-magN := $(shell sed -rn 's/^Package:[[:space:]]*(libgnome-mag[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 
 # This ensures the gnome-mag package is built after libgnome-mag
 binary-gnome-mag :: binary-$(libgnome-magN)

Modified: desktop/unstable/gnome-vfsmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/changelog?rev=16342&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/changelog (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/changelog Thu Jun 26 18:53:13 2008
@@ -1,9 +1,13 @@
 gnome-vfsmm2.6 (2.22.0-2) 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>  Sat, 19 Apr 2008 12:10:49 +0800
 

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

Modified: desktop/unstable/gtkmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/changelog?rev=16342&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/changelog (original)
+++ desktop/unstable/gtkmm2.4/debian/changelog Thu Jun 26 18:53:13 2008
@@ -1,6 +1,10 @@
 gtkmm2.4 (1:2.12.7-2) UNRELEASED; urgency=low
 
+  [ Deng Xiyue ]
   * Use machine-interpretable format for debian/copyright.
+
+  [ Loic Minier ]
+  * Properly anchor package name regexp.
 
  -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Sat, 19 Apr 2008 11:36:24 +0800
 

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

Modified: desktop/unstable/libart-lgpl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libart-lgpl/debian/changelog?rev=16342&op=diff
==============================================================================
--- desktop/unstable/libart-lgpl/debian/changelog (original)
+++ desktop/unstable/libart-lgpl/debian/changelog Thu Jun 26 18:53:13 2008
@@ -1,3 +1,9 @@
+libart-lgpl (2.3.20-3) UNRELEASED; urgency=low
+
+  * Properly anchor package name regexp.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:49:27 +0200
+
 libart-lgpl (2.3.20-2) unstable; urgency=low
 
   * Let libart-2.0-dev depend on shlibs:Depends.

Modified: desktop/unstable/libart-lgpl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libart-lgpl/debian/rules?rev=16342&op=diff
==============================================================================
--- desktop/unstable/libart-lgpl/debian/rules (original)
+++ desktop/unstable/libart-lgpl/debian/rules Thu Jun 26 18:53:13 2008
@@ -8,7 +8,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/clean-la.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-libart-2.0-N := $(shell sed -rn 's/Package:[[:space:]]*(libart-2\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+libart-2.0-N := $(shell sed -rn 's/^Package:[[:space:]]*(libart-2\.0-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 
 GNOME_MODULE := libart_lgpl
 

Modified: desktop/unstable/libglademm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/changelog?rev=16342&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/changelog (original)
+++ desktop/unstable/libglademm2.4/debian/changelog Thu Jun 26 18:53:13 2008
@@ -1,5 +1,6 @@
 libglademm2.4 (2.6.6-2) UNRELEASED; urgency=low
 
+  [ Deng Xiyue ]
   * Refined debian/rules to set variables SHARED_PKG and DOC_PKG by sed
     from debian/control and use variable SHVER for shlibs version, and
     refine and reformat corresponding rules accordingly.
@@ -9,6 +10,9 @@
   * 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>  Sat, 19 Apr 2008 11:47:38 +0800
 

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

Modified: desktop/unstable/libgnomecanvasmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6/debian/changelog?rev=16342&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvasmm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomecanvasmm2.6/debian/changelog Thu Jun 26 18:53:13 2008
@@ -1,9 +1,13 @@
 libgnomecanvasmm2.6 (2.22.0-2) 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>  Sat, 19 Apr 2008 12:21:04 +0800
 

Modified: desktop/unstable/libgnomecanvasmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6/debian/rules?rev=16342&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvasmm2.6/debian/rules (original)
+++ desktop/unstable/libgnomecanvasmm2.6/debian/rules Thu Jun 26 18:53:13 2008
@@ -11,8 +11,8 @@
 
 GNOME_MODULE := libgnomecanvasmm
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgnomecanvasmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
-DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgnomecanvasmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
+SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgnomecanvasmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
+DOC_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgnomecanvasmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
 SHVER := 2.14.0
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed

Modified: desktop/unstable/libgnomemm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/changelog?rev=16342&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomemm2.6/debian/changelog Thu Jun 26 18:53:13 2008
@@ -1,9 +1,13 @@
 libgnomemm2.6 (2.22.0-2) 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>  Sat, 19 Apr 2008 12:15:48 +0800
 

Modified: desktop/unstable/libgnomemm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/rules?rev=16342&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/rules (original)
+++ desktop/unstable/libgnomemm2.6/debian/rules Thu Jun 26 18:53:13 2008
@@ -11,8 +11,8 @@
 
 GNOME_MODULE := libgnomemm
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgnomemm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
-DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgnomemm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
+SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgnomemm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
+DOC_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgnomemm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
 SHVER := 2.16.0
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed

Modified: desktop/unstable/libgnomeui/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeui/debian/changelog?rev=16342&op=diff
==============================================================================
--- desktop/unstable/libgnomeui/debian/changelog (original)
+++ desktop/unstable/libgnomeui/debian/changelog Thu Jun 26 18:53:13 2008
@@ -1,6 +1,7 @@
 libgnomeui (2.20.1.1-2) UNRELEASED; urgency=low
 
   * Tighten libgnomeui package name extraction.
+  * Properly anchor package name regexp.
 
  -- Loic Minier <lool at dooz.org>  Mon, 10 Dec 2007 13:58:40 +0100
 

Modified: desktop/unstable/libgnomeui/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeui/debian/rules?rev=16342&op=diff
==============================================================================
--- desktop/unstable/libgnomeui/debian/rules (original)
+++ desktop/unstable/libgnomeui/debian/rules Thu Jun 26 18:53:13 2008
@@ -10,7 +10,7 @@
 
 # this relies on the fact that the first package is the shared library to
 # retrieve the package name (with SONAME)
-libgnomeuiN := $(shell sed -rn 's/Package:[[:space:]]*(libgnomeui-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+libgnomeuiN := $(shell sed -rn 's/^Package:[[:space:]]*(libgnomeui-[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 # the debug package should be named libgnomeui-dbg (unversionned); please
 # change it next time the package has to go through NEW
 DEBUG_PKG := libgnomeui-0-dbg

Modified: desktop/unstable/libgnomeuimm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/changelog?rev=16342&op=diff
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomeuimm2.6/debian/changelog Thu Jun 26 18:53:13 2008
@@ -1,9 +1,13 @@
 libgnomeuimm2.6 (2.22.0-2) 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>  Sat, 19 Apr 2008 12:25:59 +0800
 

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

Modified: desktop/unstable/libgtksourceviewmm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtksourceviewmm/debian/changelog?rev=16342&op=diff
==============================================================================
--- desktop/unstable/libgtksourceviewmm/debian/changelog (original)
+++ desktop/unstable/libgtksourceviewmm/debian/changelog Thu Jun 26 18:53:13 2008
@@ -1,3 +1,9 @@
+libgtksourceviewmm (2.2.0-3) UNRELEASED; urgency=low
+
+  * Properly anchor package name regexp.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:51:14 +0200
+
 libgtksourceviewmm (2.2.0-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: desktop/unstable/libgtksourceviewmm/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgtksourceviewmm/debian/rules?rev=16342&op=diff
==============================================================================
--- desktop/unstable/libgtksourceviewmm/debian/rules (original)
+++ desktop/unstable/libgtksourceviewmm/debian/rules Thu Jun 26 18:53:13 2008
@@ -9,7 +9,7 @@
 
 GNOME_MODULE := gtksourceviewmm
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgtksourceviewmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
+SHARED_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libgtksourceviewmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
 SHVER := 2.2.0
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed

Modified: desktop/unstable/totem-pl-parser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/changelog?rev=16342&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/changelog (original)
+++ desktop/unstable/totem-pl-parser/debian/changelog Thu Jun 26 18:53:13 2008
@@ -1,3 +1,9 @@
+totem-pl-parser (2.22.3-2) UNRELEASED; urgency=low
+
+  * Properly anchor package name regexp.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:51:28 +0200
+
 totem-pl-parser (2.22.3-1) unstable; urgency=low
 
   [ Loic Minier ]

Modified: desktop/unstable/totem-pl-parser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/totem-pl-parser/debian/rules?rev=16342&op=diff
==============================================================================
--- desktop/unstable/totem-pl-parser/debian/rules (original)
+++ desktop/unstable/totem-pl-parser/debian/rules Thu Jun 26 18:53:13 2008
@@ -6,7 +6,7 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
-libtotem-plparserN := $(shell sed -rn 's/Package:[[:space:]]*(libtotem-plparser[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+libtotem-plparserN := $(shell sed -rn 's/^Package:[[:space:]]*(libtotem-plparser[0-9]+)[[:space:]]*$$/\1/p' debian/control)
 
 DEB_DH_MAKESHLIBS_ARGS_$(libtotem-plparserN) += -V '$(libtotem-plparserN) (>= 2.21.92)'
 




More information about the pkg-gnome-commits mailing list