[Pkg-cli-libs-commits] r4401 - in /packages/gnome-keyring-sharp/trunk/debian: changelog control rules

raof-guest at users.alioth.debian.org raof-guest at users.alioth.debian.org
Tue Mar 30 09:21:14 UTC 2010


Author: raof-guest
Date: Tue Mar 30 09:21:13 2010
New Revision: 4401

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=4401
Log:
  + Override dh_makeshlibs, as it gets confused by the private glue library.
  + Add new build-depends: libgnome-keyring-dev, automake, libtool, 
    glib-sharp.
  + Drop unneded ndesk-dbus build-depends.

Modified:
    packages/gnome-keyring-sharp/trunk/debian/changelog
    packages/gnome-keyring-sharp/trunk/debian/control
    packages/gnome-keyring-sharp/trunk/debian/rules

Modified: packages/gnome-keyring-sharp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/changelog?rev=4401&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/changelog (original)
+++ packages/gnome-keyring-sharp/trunk/debian/changelog Tue Mar 30 09:21:13 2010
@@ -9,9 +9,13 @@
     + Run autoreconf before configure, and clean up afterwards in clean
     + Remove the bz2 -> gzip conversion from get-orig-source; 3.0 handles
       bz2 orig tarballs for us.
+    + Override dh_makeshlibs, as it gets confused by the private glue library.
   * debian/control:
     + Bump debhelper depends to 7.0.50~ for override_dh_*
     + Now arch: any, due to libgnome-keyring-sharp-glue.so
+    + Add new build-depends: libgnome-keyring-dev, automake, libtool, 
+      glib-sharp.
+    + Drop unneded ndesk-dbus build-depends.
   * debian/libgnome-keyring1.0-cil.install:
     + Also install libgnome-keyring-sharp-glue.so and Gnome.Keyring.dll.config
 

Modified: packages/gnome-keyring-sharp/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/control?rev=4401&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/control (original)
+++ packages/gnome-keyring-sharp/trunk/debian/control Tue Mar 30 09:21:13 2010
@@ -5,10 +5,13 @@
 Uploaders: Mirco Bauer <meebey at debian.org>
 Build-Depends: debhelper (>= 7.0.50~),
  cli-common-dev (>= 0.5.7),
+ automake,
+ libtool,
  pkg-config (>= 0.9.0),
  mono-devel (>= 2.4.2.3),
- libndesk-dbus1.0-cil-dev (>= 0.4),
- monodoc-base
+ libglib2.0-cil-dev,
+ monodoc-base,
+ libgnome-keyring-dev
 Standards-Version: 3.8.3
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk

Modified: packages/gnome-keyring-sharp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-keyring-sharp/trunk/debian/rules?rev=4401&op=diff
==============================================================================
--- packages/gnome-keyring-sharp/trunk/debian/rules (original)
+++ packages/gnome-keyring-sharp/trunk/debian/rules Tue Mar 30 09:21:13 2010
@@ -26,6 +26,9 @@
 	find . -name "Makefile.in" | xargs rm -rf
 	rm -f config.status config.sub config.guess configure ltmain.sh	
 
+override_dh_makeshlibs:
+	# Do nothing.  dh_makeshlibs gets confused by the private glue library
+
 %:
 	dh $@
 




More information about the Pkg-cli-libs-commits mailing list