r17031 - in /desktop/unstable/gnome-mag/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Mon Sep 22 11:26:27 UTC 2008


Author: lool
Date: Mon Sep 22 11:26:26 2008
New Revision: 17031

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17031
Log:
Use binary/ rather than binary- for inter-package CDBS dependencies;
  thanks Fabian Greffrath.

Modified:
    desktop/unstable/gnome-mag/debian/changelog
    desktop/unstable/gnome-mag/debian/rules

Modified: desktop/unstable/gnome-mag/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/changelog?rev=17031&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/changelog (original)
+++ desktop/unstable/gnome-mag/debian/changelog Mon Sep 22 11:26:26 2008
@@ -1,6 +1,8 @@
 gnome-mag (1:0.15.0-2) UNRELEASED; urgency=low
 
   * Properly anchor package name regexp.
+  * Use binary/ rather than binary- for inter-package CDBS dependencies;
+    thanks Fabian Greffrath.
 
  -- Loic Minier <lool at dooz.org>  Thu, 26 Jun 2008 20:48:08 +0200
 

Modified: desktop/unstable/gnome-mag/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-mag/debian/rules?rev=17031&op=diff
==============================================================================
--- desktop/unstable/gnome-mag/debian/rules (original)
+++ desktop/unstable/gnome-mag/debian/rules Mon Sep 22 11:26:26 2008
@@ -11,7 +11,7 @@
 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)
+binary/gnome-mag :: binary/$(libgnome-magN)
 
 DEB_DH_MAKESHLIBS_ARGS_$(libgnome-magN) += -V '$(libgnome-magN) (>= 1:0.15.0)'
 




More information about the pkg-gnome-commits mailing list