[Pkg-mono-svn-commits] rev 2768 - evolution-sharp/trunk/debian

Jose Carlos Garcia Sogo jsogo at costa.debian.org
Sun Oct 8 21:36:55 UTC 2006


Author: jsogo
Date: 2006-10-08 21:36:54 +0000 (Sun, 08 Oct 2006)
New Revision: 2768

Modified:
   evolution-sharp/trunk/debian/changelog
   evolution-sharp/trunk/debian/rules
Log:
evolution-sharp:
 + There is no need to call dh_shlibdeps with any -l arguments


Modified: evolution-sharp/trunk/debian/changelog
===================================================================
--- evolution-sharp/trunk/debian/changelog	2006-10-08 16:15:49 UTC (rev 2767)
+++ evolution-sharp/trunk/debian/changelog	2006-10-08 21:36:54 UTC (rev 2768)
@@ -1,3 +1,10 @@
+evolution-sharp (0.11.1-3) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * No need to call dh_shlibdeps with any -l argument.
+
+ -- Jose Carlos Garcia Sogo <jsogo at debian.org>  Sun,  8 Oct 2006 23:36:06 +0200
+
 evolution-sharp (0.11.1-2) unstable; urgency=low
 
   * Added build dependency in libebook1.2-dev and libecal1.2-dev.

Modified: evolution-sharp/trunk/debian/rules
===================================================================
--- evolution-sharp/trunk/debian/rules	2006-10-08 16:15:49 UTC (rev 2767)
+++ evolution-sharp/trunk/debian/rules	2006-10-08 21:36:54 UTC (rev 2768)
@@ -54,7 +54,7 @@
 	dh_fixperms
 	dh_makeclilibs -V
 	dh_installdeb
-	dh_shlibdeps -l$(CURDIR)/debian/libevolution-cil/$(EVO_LIB_PATH)
+	dh_shlibdeps
 	dh_clideps -d
 	dh_gencontrol
 	dh_md5sums




More information about the Pkg-mono-svn-commits mailing list