[Pkg-voip-commits] r2586 - opal/branches/sarge/debian opal/trunk/debian pwlib/branches/sarge/debian pwlib/trunk/debian

Kilian Krause kilian at costa.debian.org
Sun Oct 22 09:42:35 UTC 2006


Author: kilian
Date: 2006-10-22 09:42:34 +0000 (Sun, 22 Oct 2006)
New Revision: 2586

Modified:
   opal/branches/sarge/debian/rules
   opal/trunk/debian/rules
   pwlib/branches/sarge/debian/rules
   pwlib/trunk/debian/rules
Log:
correct typo. We need to add a closing bracket aswell.


Modified: opal/branches/sarge/debian/rules
===================================================================
--- opal/branches/sarge/debian/rules	2006-10-22 09:25:31 UTC (rev 2585)
+++ opal/branches/sarge/debian/rules	2006-10-22 09:42:34 UTC (rev 2586)
@@ -187,7 +187,7 @@
 	dh_link
 	dh_compress 
 	dh_fixperms
-	dh_makeshlibs -V "$(PACKAGE) (>= $(DEBVERSION)"
+	dh_makeshlibs -V "$(PACKAGE) (>= $(DEBVERSION))"
 	dh_installdeb
 	
 	dh_shlibdeps -L $(PACKAGE) -l debian/$(PACKAGE)/usr/lib

Modified: opal/trunk/debian/rules
===================================================================
--- opal/trunk/debian/rules	2006-10-22 09:25:31 UTC (rev 2585)
+++ opal/trunk/debian/rules	2006-10-22 09:42:34 UTC (rev 2586)
@@ -187,7 +187,7 @@
 	dh_link
 	dh_compress 
 	dh_fixperms
-	dh_makeshlibs -V "$(PACKAGE) (>= $(DEBVERSION)"
+	dh_makeshlibs -V "$(PACKAGE) (>= $(DEBVERSION))"
 	dh_installdeb
 	
 	dh_shlibdeps -L $(PACKAGE) -l debian/$(PACKAGE)/usr/lib

Modified: pwlib/branches/sarge/debian/rules
===================================================================
--- pwlib/branches/sarge/debian/rules	2006-10-22 09:25:31 UTC (rev 2585)
+++ pwlib/branches/sarge/debian/rules	2006-10-22 09:42:34 UTC (rev 2586)
@@ -232,7 +232,7 @@
 		
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs -V "$(PACKAGE) (>= $(DEBVERSION)"
+	dh_makeshlibs -V "$(PACKAGE) (>= $(DEBVERSION))"
 	dh_installdeb
 	dh_shlibdeps -L $(PACKAGE) -l debian/$(PACKAGE)/usr/lib
 	dh_gencontrol

Modified: pwlib/trunk/debian/rules
===================================================================
--- pwlib/trunk/debian/rules	2006-10-22 09:25:31 UTC (rev 2585)
+++ pwlib/trunk/debian/rules	2006-10-22 09:42:34 UTC (rev 2586)
@@ -232,7 +232,7 @@
 		
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs -V "$(PACKAGE) (>= $(DEBVERSION)"
+	dh_makeshlibs -V "$(PACKAGE) (>= $(DEBVERSION))"
 	dh_installdeb
 	dh_shlibdeps -L $(PACKAGE) -l debian/$(PACKAGE)/usr/lib
 	dh_gencontrol




More information about the Pkg-voip-commits mailing list