r18252 - in /desktop/experimental/control-center/debian: changelog rules shlibs.local

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Mon Jan 19 18:33:55 UTC 2009


Author: pochu-guest
Date: Mon Jan 19 18:33:55 2009
New Revision: 18252

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18252
Log:
debian/rules, debian/shlibs.local: Call dh_makeshlibs for libgnome-
window-settings1 instead of using shlibs.local. It was likely
there to workaround dpkg-dev setting ignoring the dependency from
the Depends line and using that of dpkg-shlibdeps, but it's no
longer the case. As a side effect, this makes the shlibs
file be versioned as it should be.

Removed:
    desktop/experimental/control-center/debian/shlibs.local
Modified:
    desktop/experimental/control-center/debian/changelog
    desktop/experimental/control-center/debian/rules

Modified: desktop/experimental/control-center/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/control-center/debian/changelog?rev=18252&op=diff
==============================================================================
--- desktop/experimental/control-center/debian/changelog (original)
+++ desktop/experimental/control-center/debian/changelog Mon Jan 19 18:33:55 2009
@@ -1,7 +1,16 @@
 control-center (1:2.24.0.1-2) UNRELEASED; urgency=low
 
+  [ Josselin Mouette ]
   * Depend on gnome-settings-daemon >= ${gnome:Version}.
     Closes: #510172.
+
+  [ Emilio Pozuelo Monfort ]
+  * debian/rules, debian/shlibs.local: Call dh_makeshlibs for libgnome-
+    window-settings1 instead of using shlibs.local. It was likely
+    there to workaround dpkg-dev setting ignoring the dependency from
+    the Depends line and using that of dpkg-shlibdeps, but it's no
+    longer the case. As a side effect, this makes the shlibs
+    file be versioned as it should be.
 
  -- Josselin Mouette <joss at debian.org>  Wed, 31 Dec 2008 15:27:48 +0100
 

Modified: desktop/experimental/control-center/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/control-center/debian/rules?rev=18252&op=diff
==============================================================================
--- desktop/experimental/control-center/debian/rules (original)
+++ desktop/experimental/control-center/debian/rules Mon Jan 19 18:33:55 2009
@@ -22,6 +22,7 @@
 DEB_INSTALL_MANPAGES_gnome-control-center += debian/gnome-control-center.1
 
 DEB_DH_MAKESHLIBS_ARGS_gnome-control-center = --no-act
+DEB_DH_MAKESHLIBS_ARGS_libgnome-window-settings1 = -V "libgnome-window-settings1 (>= 1:2.17.5)"
 
 build/gnome-control-center:: $(DEB_INSTALL_MANPAGES_gnome-control-center)
 




More information about the pkg-gnome-commits mailing list