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

Kilian Krause kilian at costa.debian.org
Mon Mar 13 09:00:11 UTC 2006


Author: kilian
Date: 2006-03-13 09:00:10 +0000 (Mon, 13 Mar 2006)
New Revision: 1382

Modified:
   opal/branches/sarge/debian/rules
   opal/trunk/debian/rules
   openh323/branches/sarge/debian/rules
   openh323/trunk/debian/rules
   pwlib/branches/sarge/debian/rules
   pwlib/trunk/debian/rules
Log:
fixup broken install target as we now ship libcompat *backwards* compat links.


Modified: opal/branches/sarge/debian/rules
===================================================================
--- opal/branches/sarge/debian/rules	2006-03-12 23:36:33 UTC (rev 1381)
+++ opal/branches/sarge/debian/rules	2006-03-13 09:00:10 UTC (rev 1382)
@@ -5,7 +5,8 @@
 # Change this on API breakage
 export LIBOPALCOMPAT=2.1.3
 
-PACKAGE=libopal-$(LIBOPALCOMPAT)
+#PACKAGE=libopal-$(LIBOPALCOMPAT)
+PACKAGE=libopal-2.2.0
 
 VER_MAJOR := $(shell awk '/MAJOR_VERSION/ { print $$3 }' version.h)
 VER_MINOR := $(shell awk '/MINOR_VERSION/ { print $$3 }' version.h)
@@ -122,8 +123,8 @@
 #	libopal-dev package
 	dh_movefiles --sourcedir=debian/$(PACKAGE) -plibopal-dev `cd debian/$(PACKAGE); ls -1 usr/lib/*.so` usr/include
 	rm -rf debian/$(PACKAGE)/usr/include debian/$(PACKAGE)/usr/share/opal/opal_inc.mak
-	#rm -f debian/$(PACKAGE)/usr/lib/libopal.so.? \
-	#   debian/$(PACKAGE)/usr/lib/libopal.so.?.??
+	rm -f debian/$(PACKAGE)/usr/lib/libopal.so.? 
+	#rm -f debian/$(PACKAGE)/usr/lib/libopal.so.?.??
 
 	#cp -v lib/libopal.a debian/libopal-dev/usr/lib
 	sed -e 's#^OPALDIR.*#OPALDIR = \/usr\/lib\/opal#g' \

Modified: opal/trunk/debian/rules
===================================================================
--- opal/trunk/debian/rules	2006-03-12 23:36:33 UTC (rev 1381)
+++ opal/trunk/debian/rules	2006-03-13 09:00:10 UTC (rev 1382)
@@ -5,7 +5,8 @@
 # Change this on API breakage
 export LIBOPALCOMPAT=2.1.3
 
-PACKAGE=libopal-$(LIBOPALCOMPAT)
+#PACKAGE=libopal-$(LIBOPALCOMPAT)
+PACKAGE=libopal-2.2.0
 
 VER_MAJOR := $(shell awk '/MAJOR_VERSION/ { print $$3 }' version.h)
 VER_MINOR := $(shell awk '/MINOR_VERSION/ { print $$3 }' version.h)
@@ -122,8 +123,8 @@
 #	libopal-dev package
 	dh_movefiles --sourcedir=debian/$(PACKAGE) -plibopal-dev `cd debian/$(PACKAGE); ls -1 usr/lib/*.so` usr/include
 	rm -rf debian/$(PACKAGE)/usr/include debian/$(PACKAGE)/usr/share/opal/opal_inc.mak
-	#rm -f debian/$(PACKAGE)/usr/lib/libopal.so.? \
-	#   debian/$(PACKAGE)/usr/lib/libopal.so.?.??
+	rm -f debian/$(PACKAGE)/usr/lib/libopal.so.? 
+	#rm -f debian/$(PACKAGE)/usr/lib/libopal.so.?.??
 
 	#cp -v lib/libopal.a debian/libopal-dev/usr/lib
 	sed -e 's#^OPALDIR.*#OPALDIR = \/usr\/lib\/opal#g' \

Modified: openh323/branches/sarge/debian/rules
===================================================================
--- openh323/branches/sarge/debian/rules	2006-03-12 23:36:33 UTC (rev 1381)
+++ openh323/branches/sarge/debian/rules	2006-03-13 09:00:10 UTC (rev 1382)
@@ -5,7 +5,8 @@
 # Change this on API breakage
 export LIBH323COMPAT=1.17.4
 
-PACKAGE=libopenh323-$(LIBH323COMPAT)
+#PACKAGE=libopenh323-$(LIBH323COMPAT)
+PACKAGE=libopenh323-1.18.0
 
 VER_MAJOR := $(shell awk '/MAJOR_VERSION/ { print $$3 }' version.h 2>/dev/null)
 VER_MINOR := $(shell awk '/MINOR_VERSION/ { print $$3 }' version.h 2>/dev/null)

Modified: openh323/trunk/debian/rules
===================================================================
--- openh323/trunk/debian/rules	2006-03-12 23:36:33 UTC (rev 1381)
+++ openh323/trunk/debian/rules	2006-03-13 09:00:10 UTC (rev 1382)
@@ -5,7 +5,8 @@
 # Change this on API breakage
 export LIBH323COMPAT=1.17.4
 
-PACKAGE=libopenh323-$(LIBH323COMPAT)
+#PACKAGE=libopenh323-$(LIBH323COMPAT)
+PACKAGE=libopenh323-1.18.0
 
 VER_MAJOR := $(shell awk '/MAJOR_VERSION/ { print $$3 }' version.h 2>/dev/null)
 VER_MINOR := $(shell awk '/MINOR_VERSION/ { print $$3 }' version.h 2>/dev/null)

Modified: pwlib/branches/sarge/debian/rules
===================================================================
--- pwlib/branches/sarge/debian/rules	2006-03-12 23:36:33 UTC (rev 1381)
+++ pwlib/branches/sarge/debian/rules	2006-03-13 09:00:10 UTC (rev 1382)
@@ -1,11 +1,12 @@
 #!/usr/bin/make -f
 
-export DH_COMPAT=4
+export DH_COMPAT=5
 
 # Change this on API breakage
 export LIBPTCOMPAT=1.9.3
 
-PACKAGE=libpt-$(LIBPTCOMPAT)
+#PACKAGE=libpt-$(LIBPTCOMPAT)
+PACKAGE=libpt-1.10.0
 
 
 # can err if the tarball is not yet extracted

Modified: pwlib/trunk/debian/rules
===================================================================
--- pwlib/trunk/debian/rules	2006-03-12 23:36:33 UTC (rev 1381)
+++ pwlib/trunk/debian/rules	2006-03-13 09:00:10 UTC (rev 1382)
@@ -5,7 +5,8 @@
 # Change this on API breakage
 export LIBPTCOMPAT=1.9.3
 
-PACKAGE=libpt-$(LIBPTCOMPAT)
+#PACKAGE=libpt-$(LIBPTCOMPAT)
+PACKAGE=libpt-1.10.0
 
 
 # can err if the tarball is not yet extracted




More information about the Pkg-voip-commits mailing list