r17208 - in /desktop/experimental/libgnomeui/debian: changelog rules

manphiz-guest at users.alioth.debian.org manphiz-guest at users.alioth.debian.org
Sat Oct 4 18:52:36 UTC 2008


Author: manphiz-guest
Date: Sat Oct  4 18:52:35 2008
New Revision: 17208

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17208
Log:
Use POSIX standard regex classes in sed trick in debian/rules.

Modified:
    desktop/experimental/libgnomeui/debian/changelog
    desktop/experimental/libgnomeui/debian/rules

Modified: desktop/experimental/libgnomeui/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgnomeui/debian/changelog?rev=17208&op=diff
==============================================================================
--- desktop/experimental/libgnomeui/debian/changelog (original)
+++ desktop/experimental/libgnomeui/debian/changelog Sat Oct  4 18:52:35 2008
@@ -13,6 +13,9 @@
   * Remove -1 in build-dependencies.
   * Fix spelling of GNOME in the doc-base summary.
   * Standards version is 3.8.0.
+
+  [ Deng Xiyue ]
+  * Use POSIX standard regex classes in sed trick in debian/rules.
 
  -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:54:27 +0200
 

Modified: desktop/experimental/libgnomeui/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/libgnomeui/debian/rules?rev=17208&op=diff
==============================================================================
--- desktop/experimental/libgnomeui/debian/rules (original)
+++ desktop/experimental/libgnomeui/debian/rules Sat Oct  4 18:52:35 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-[[:digit:]]+)[[: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




More information about the pkg-gnome-commits mailing list