r23703 - in /desktop/unstable/anjuta/debian: changelog rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Sun Apr 11 14:11:01 UTC 2010


Author: slomo
Date: Sun Apr 11 14:10:59 2010
New Revision: 23703

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23703
Log:
* debian/rules:
  + Add a correct shlibs file for libanjuta0.

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

Modified: desktop/unstable/anjuta/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/changelog?rev=23703&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/changelog [utf-8] (original)
+++ desktop/unstable/anjuta/debian/changelog [utf-8] Sun Apr 11 14:10:59 2010
@@ -1,3 +1,10 @@
+anjuta (2:2.30.0.0-2) unstable; urgency=low
+
+  * debian/rules:
+    + Add a correct shlibs file for libanjuta0.
+
+ -- Sebastian Dröge <slomo at debian.org>  Sun, 11 Apr 2010 16:10:29 +0200
+
 anjuta (2:2.30.0.0-1) unstable; urgency=low
 
   [ Luca Bruno ]

Modified: desktop/unstable/anjuta/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/anjuta/debian/rules?rev=23703&op=diff
==============================================================================
--- desktop/unstable/anjuta/debian/rules [utf-8] (original)
+++ desktop/unstable/anjuta/debian/rules [utf-8] Sun Apr 11 14:10:59 2010
@@ -15,6 +15,10 @@
 
 DEB_DH_MAKESHLIBS_ARGS_anjuta += --no-act
 
+LIB_PKG := $(shell sed -nr 's/^Package:[[:space:]]*(libanjuta[0-9]+)[[:space:]]*$$/\1/p' debian/control)
+SHVER = 2.30.0
+DEB_DH_MAKESHLIBS_ARGS_$(LIB_PKG) = -V '$(LIB_PKG) (>= $(SHVER))'
+
 install/anjuta::
 	rm -f debian/tmp/usr/share/doc/anjuta/INSTALL
 	rm -f debian/tmp/usr/share/doc/anjuta/COPYING




More information about the pkg-gnome-commits mailing list