r14827 - in /desktop: experimental/glibmm2.4/debian/ unstable/gconfmm2.6/debian/ unstable/glibmm2.4/debian/ unstable/gnome-vfsmm2.6/debian/ unstable/gtkmm2.4/debian/ unstable/libglademm2.4/debian/ unstable/libgnomecanvasmm2.6/debian/ unstable/libgnomemm2.6/debian/ unstable/libgnomeuimm2.6/debian/

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Fri Feb 29 07:07:42 UTC 2008


Author: manphiz-guest
Date: Fri Feb 29 07:07:42 2008
New Revision: 14827

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=14827
Log:
Use a more universal syntax for soname in the sed to get $(SHARED_PKG).
Fix several typos in changelogs.

Modified:
    desktop/experimental/glibmm2.4/debian/changelog
    desktop/experimental/glibmm2.4/debian/rules
    desktop/unstable/gconfmm2.6/debian/changelog
    desktop/unstable/gconfmm2.6/debian/rules
    desktop/unstable/glibmm2.4/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/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/libgnomeuimm2.6/debian/changelog
    desktop/unstable/libgnomeuimm2.6/debian/rules

Modified: desktop/experimental/glibmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glibmm2.4/debian/changelog?rev=14827&op=diff
==============================================================================
--- desktop/experimental/glibmm2.4/debian/changelog (original)
+++ desktop/experimental/glibmm2.4/debian/changelog Fri Feb 29 07:07:42 2008
@@ -1,3 +1,9 @@
+glibmm2.4 (2.15.7-2) UNRELEASED; urgency=low
+
+  * Use a more universal syntax for soname in the sed to get $(SHARED_PKG).
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Fri, 29 Feb 2008 15:03:24 +0800
+
 glibmm2.4 (2.15.7-1) experimental; urgency=low
 
   * New upstream development release.

Modified: desktop/experimental/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glibmm2.4/debian/rules?rev=14827&op=diff
==============================================================================
--- desktop/experimental/glibmm2.4/debian/rules (original)
+++ desktop/experimental/glibmm2.4/debian/rules Fri Feb 29 07:07:42 2008
@@ -11,7 +11,7 @@
 
 GNOME_MODULE := glibmm
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libglibmm-[0-9\.]+-[0-9ca]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
+SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libglibmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libglibmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 SHVER := 2.15.7
 

Modified: desktop/unstable/gconfmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/changelog?rev=14827&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/changelog (original)
+++ desktop/unstable/gconfmm2.6/debian/changelog Fri Feb 29 07:07:42 2008
@@ -8,7 +8,7 @@
     -1 postfix in version as per lintian.
   * Add ${shlibs:Depends} to -dev package.
   * Update watch version to 3.
-  * Refined debian/rules to set variables SHARD_PKG and DOC_PKG by sed
+  * 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.
   * Remove compression exclude rule, as it's usually harmless to live

Modified: desktop/unstable/gconfmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gconfmm2.6/debian/rules?rev=14827&op=diff
==============================================================================
--- desktop/unstable/gconfmm2.6/debian/rules (original)
+++ desktop/unstable/gconfmm2.6/debian/rules Fri Feb 29 07:07:42 2008
@@ -11,7 +11,7 @@
 
 GNOME_MODULE := gconfmm
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgconfmm-[0-9\.]+-[0-9ca]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
+SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgconfmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgconfmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 SHVER := 2.14.2
 

Modified: desktop/unstable/glibmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glibmm2.4/debian/rules?rev=14827&op=diff
==============================================================================
--- desktop/unstable/glibmm2.4/debian/rules (original)
+++ desktop/unstable/glibmm2.4/debian/rules Fri Feb 29 07:07:42 2008
@@ -10,7 +10,7 @@
 
 GNOME_MODULE := glibmm
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libglibmm-[0-9\.]+-[0-9ca]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
+SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libglibmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libglibmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 SHVER := 2.14.0
 

Modified: desktop/unstable/gnome-vfsmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/changelog?rev=14827&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/changelog (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/changelog Fri Feb 29 07:07:42 2008
@@ -9,7 +9,7 @@
   * Refine build-dependencies as per upstream configure script, and drop
     -1 postfix in version as per lintian.
   * Add ${shlibs:Depends} to -dev package.
-  * Refined debian/rules to set variables SHARD_PKG and DOC_PKG by sed
+  * 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.
   * Remove compression exclude rule, as it's usually harmless to live

Modified: desktop/unstable/gnome-vfsmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-vfsmm2.6/debian/rules?rev=14827&op=diff
==============================================================================
--- desktop/unstable/gnome-vfsmm2.6/debian/rules (original)
+++ desktop/unstable/gnome-vfsmm2.6/debian/rules Fri Feb 29 07:07:42 2008
@@ -10,7 +10,7 @@
 
 GNOME_MODULE := gnome-vfsmm
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgnome-vfsmm-[0-9\.]+-[0-9ca]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
+SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgnome-vfsmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgnome-vfsmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 SHVER := 2.16.1
 

Modified: desktop/unstable/gtkmm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/changelog?rev=14827&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/changelog (original)
+++ desktop/unstable/gtkmm2.4/debian/changelog Fri Feb 29 07:07:42 2008
@@ -1,3 +1,9 @@
+gtkmm2.4 (1:2.12.5-3) UNRELEASED; urgency=low
+
+  * Use a more universal syntax for soname in the sed to get $(SHARED_PKG).
+
+ -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Fri, 29 Feb 2008 14:33:20 +0800
+
 gtkmm2.4 (1:2.12.5-2) unstable; urgency=low
 
   * Use common-install-impl rule instead of common-install-prehook-arch,

Modified: desktop/unstable/gtkmm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtkmm2.4/debian/rules?rev=14827&op=diff
==============================================================================
--- desktop/unstable/gtkmm2.4/debian/rules (original)
+++ desktop/unstable/gtkmm2.4/debian/rules Fri Feb 29 07:07:42 2008
@@ -10,7 +10,7 @@
 
 GNOME_MODULE := gtkmm
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgtkmm-[0-9\.]+-[0-9ca]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
+SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgtkmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgtkmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 SHVER := 1:2.12.0
 

Modified: desktop/unstable/libglademm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/changelog?rev=14827&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/changelog (original)
+++ desktop/unstable/libglademm2.4/debian/changelog Fri Feb 29 07:07:42 2008
@@ -1,6 +1,6 @@
 libglademm2.4 (2.6.6-2) UNRELEASED; urgency=low
 
-  * Refined debian/rules to set variables SHARD_PKG and DOC_PKG by sed
+  * 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.
 

Modified: desktop/unstable/libglademm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/rules?rev=14827&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/rules (original)
+++ desktop/unstable/libglademm2.4/debian/rules Fri Feb 29 07:07:42 2008
@@ -10,7 +10,7 @@
 
 GNOME_MODULE := libglademm
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgladmm-[0-9\.]+-[0-9ca]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
+SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgladmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgladmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 SHVER := 2.6.0
 

Modified: desktop/unstable/libgnomecanvasmm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6/debian/changelog?rev=14827&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvasmm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomecanvasmm2.6/debian/changelog Fri Feb 29 07:07:42 2008
@@ -9,7 +9,7 @@
   * Refine build-dependencies as per upstream configure script, and drop
     -1 postfix in version as per lintian.
   * Add ${shlibs:Depends} to -dev package.
-  * Refined debian/rules to set variables SHARD_PKG and DOC_PKG by sed
+  * 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.
   * Remove compression exclude rule, as it's usually harmless to live

Modified: desktop/unstable/libgnomecanvasmm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvasmm2.6/debian/rules?rev=14827&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvasmm2.6/debian/rules (original)
+++ desktop/unstable/libgnomecanvasmm2.6/debian/rules Fri Feb 29 07:07:42 2008
@@ -11,7 +11,7 @@
 
 GNOME_MODULE := libgnomecanvasmm
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgnomecanvasmm-[0-9\.]+-[0-9ca]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
+SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgnomecanvasmm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgnomecanvasmm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 SHVER := 2.14.0
 

Modified: desktop/unstable/libgnomemm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/changelog?rev=14827&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomemm2.6/debian/changelog Fri Feb 29 07:07:42 2008
@@ -1,6 +1,6 @@
 libgnomemm2.6 (2.20.1-2) UNRELEASED; urgency=low
 
-  * Refined debian/rules to set variables SHARD_PKG and DOC_PKG by sed
+  * 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.
   * Remove compression exclude rule, as it's usually harmless to live

Modified: desktop/unstable/libgnomemm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomemm2.6/debian/rules?rev=14827&op=diff
==============================================================================
--- desktop/unstable/libgnomemm2.6/debian/rules (original)
+++ desktop/unstable/libgnomemm2.6/debian/rules Fri Feb 29 07:07:42 2008
@@ -11,7 +11,7 @@
 
 GNOME_MODULE := libgnomemm
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgnomemm-[0-9\.]+-[0-9ca]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
+SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgnomemm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgnomemm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 SHVER := 2.16.0
 

Modified: desktop/unstable/libgnomeuimm2.6/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/changelog?rev=14827&op=diff
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/changelog (original)
+++ desktop/unstable/libgnomeuimm2.6/debian/changelog Fri Feb 29 07:07:42 2008
@@ -1,6 +1,6 @@
 libgnomeuimm2.6 (2.20.2-2) UNRELEASED; urgency=low
 
-  * Refined debian/rules to set variables SHARD_PKG and DOC_PKG by sed
+  * 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.
   * Remove compression exclude rule, as it's usually harmless to live

Modified: desktop/unstable/libgnomeuimm2.6/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeuimm2.6/debian/rules?rev=14827&op=diff
==============================================================================
--- desktop/unstable/libgnomeuimm2.6/debian/rules (original)
+++ desktop/unstable/libgnomeuimm2.6/debian/rules Fri Feb 29 07:07:42 2008
@@ -10,7 +10,7 @@
 
 GNOME_MODULE := libgnomeuimm
 
-SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgnomeuimm-[0-9\.]+-[0-9ca]+)[[:space:]]*$$/\1/p' debian/control | head -n 1)
+SHARED_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgnomeuimm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 DOC_PKG := $(shell sed -rn 's/Package:[[:space:]]*(libgnomeuimm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control | head -n 1)
 SHVER := 2.16.0
 




More information about the pkg-gnome-commits mailing list