r17092 - in /desktop/unstable/libglademm2.4/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Sep 25 21:11:19 UTC 2008


Author: lool
Date: Thu Sep 25 21:11:19 2008
New Revision: 17092

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17092
Log:
Fix package names regexp s/glad/glade.

Modified:
    desktop/unstable/libglademm2.4/debian/changelog
    desktop/unstable/libglademm2.4/debian/rules

Modified: desktop/unstable/libglademm2.4/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/changelog?rev=17092&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/changelog (original)
+++ desktop/unstable/libglademm2.4/debian/changelog Thu Sep 25 21:11:19 2008
@@ -17,6 +17,7 @@
 
   [ Loic Minier ]
   * Properly anchor package name regexp.
+  * Fix package names regexp s/glad/glade.
 
  -- Deng Xiyue <manphiz-guest at users.alioth.debian.org>  Wed, 24 Sep 2008 21:49:22 +0800
 

Modified: desktop/unstable/libglademm2.4/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libglademm2.4/debian/rules?rev=17092&op=diff
==============================================================================
--- desktop/unstable/libglademm2.4/debian/rules (original)
+++ desktop/unstable/libglademm2.4/debian/rules Thu Sep 25 21:11:19 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:]]*(libglademm-[0-9\.]+-[0-9][0-9a-z]*)[[:space:]]*$$/\1/p' debian/control)
+DOC_PKG := $(shell sed -rn 's/^Package:[[:space:]]*(libglademm-[0-9\.]+-doc)[[:space:]]*$$/\1/p' debian/control)
 SHVER := 2.6.0
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed




More information about the pkg-gnome-commits mailing list