r34472 - in /desktop/unstable/evince/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Apr 19 13:02:10 UTC 2012


Author: biebl
Date: Thu Apr 19 13:02:09 2012
New Revision: 34472

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34472
Log:
Don't bother setting a shlibs version for dh_makeshlibs since we use a
symbols file, use "-V -- -c4" instead.

Modified:
    desktop/unstable/evince/debian/changelog
    desktop/unstable/evince/debian/rules

Modified: desktop/unstable/evince/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/changelog?rev=34472&op=diff
==============================================================================
--- desktop/unstable/evince/debian/changelog [utf-8] (original)
+++ desktop/unstable/evince/debian/changelog [utf-8] Thu Apr 19 13:02:09 2012
@@ -4,8 +4,10 @@
   * Wrap dependencies.
   * Remove obsolete Replaces.
   * Drop explicit Build-Depends on gir packages.
-
- -- Michael Biebl <biebl at debian.org>  Thu, 19 Apr 2012 14:59:52 +0200
+  * Don't bother setting a shlibs version for dh_makeshlibs since we use a
+    symbols file, use "-V -- -c4" instead.
+
+ -- Michael Biebl <biebl at debian.org>  Thu, 19 Apr 2012 15:01:03 +0200
 
 evince (3.3.90-1) experimental; urgency=low
 

Modified: desktop/unstable/evince/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/evince/debian/rules?rev=34472&op=diff
==============================================================================
--- desktop/unstable/evince/debian/rules [utf-8] (original)
+++ desktop/unstable/evince/debian/rules [utf-8] Thu Apr 19 13:02:09 2012
@@ -21,7 +21,7 @@
 			--enable-introspection
 
 DEB_DH_MAKESHLIBS_ARGS += -X /usr/lib/nautilus/ -X /usr/lib/evince/ \
-	-V'libevince3-3 (>= 3.3.90)'
+	-V -- -c4
 
 DEB_DH_STRIP_ARGS_evince-gtk =
 




More information about the pkg-gnome-commits mailing list