[Debian-hebrew-package] [svn] r299 - in pkg: hocr/trunk/debian libhdate/trunk/debian

Lior Kaplan kaplan-guest at costa.debian.org
Fri Jan 6 08:57:48 UTC 2006


Author: kaplan-guest
Date: Fri Jan  6 08:57:47 2006
New Revision: 299

Modified:
   pkg/hocr/trunk/debian/rules
   pkg/libhdate/trunk/debian/rules
Log:
Add -V to dh_makeshlibs to generate shlibs file with versioned dependency
this will be used by hocr-gtk and hdate-applet


Modified: pkg/hocr/trunk/debian/rules
==============================================================================
--- pkg/hocr/trunk/debian/rules	(original)
+++ pkg/hocr/trunk/debian/rules	Fri Jan  6 08:57:47 2006
@@ -96,7 +96,7 @@
 	dh_fixperms
 #	dh_perl
 #	dh_python
-	dh_makeshlibs
+	dh_makeshlibs -V
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol

Modified: pkg/libhdate/trunk/debian/rules
==============================================================================
--- pkg/libhdate/trunk/debian/rules	(original)
+++ pkg/libhdate/trunk/debian/rules	Fri Jan  6 08:57:47 2006
@@ -101,7 +101,7 @@
 	dh_fixperms -s
 	dh_perl -s
 	dh_python -s
-	dh_makeshlibs -s
+	dh_makeshlibs -s -V
 	dh_installdeb -s
 	dh_shlibdeps -s
 	dh_gencontrol -s



More information about the Debian-hebrew-package mailing list