[Pkg-voip-commits] r1055 - openh323/trunk/debian pwlib/trunk/debian
Kilian Krause
kilian at costa.debian.org
Sun Dec 4 00:22:38 UTC 2005
Author: kilian
Date: 2005-12-04 00:22:37 +0000 (Sun, 04 Dec 2005)
New Revision: 1055
Modified:
openh323/trunk/debian/changelog
openh323/trunk/debian/rules
pwlib/trunk/debian/changelog
pwlib/trunk/debian/rules
Log:
another finishing touches and recompiling *again*....
Modified: openh323/trunk/debian/changelog
===================================================================
--- openh323/trunk/debian/changelog 2005-12-04 00:06:10 UTC (rev 1054)
+++ openh323/trunk/debian/changelog 2005-12-04 00:22:37 UTC (rev 1055)
@@ -9,6 +9,7 @@
[ Kilian Krause ]
* Change library name for new libstdc++ transition. (Closes: #339242)
* Priority high due to fixing RC bug.
+ * Remove unneeded legacy symlinks.
-- Kilian Krause <kilian at debian.org> Sun, 4 Dec 2005 00:59:25 +0100
Modified: openh323/trunk/debian/rules
===================================================================
--- openh323/trunk/debian/rules 2005-12-04 00:06:10 UTC (rev 1054)
+++ openh323/trunk/debian/rules 2005-12-04 00:22:37 UTC (rev 1055)
@@ -145,7 +145,9 @@
-rmdir samples/simple/obj*
# libopenh323-dev package
- dh_movefiles --sourcedir=debian/$(PACKAGE) -plibopenh323-dev `cd debian/$(PACKAGE); ls -1 usr/lib/*.so|grep -v -E lib.*\.[0-9]\+\.[0-9]\+\.[0-9]\+`
+ dh_movefiles -plibopenh323-dev --sourcedir=debian/$(PACKAGE) usr/lib/libopenh323.so
+ rm debian/$(PACKAGE)/usr/lib/libopenh323.so.? \
+ debian/$(PACKAGE)/usr/lib/libopenh323.so.?.?
cp -v lib/libopenh323.a debian/libopenh323-dev/usr/lib
sed -e 's#^OPENH323DIR.*#OPENH323DIR = \/usr\/lib\/openh323#g' \
Modified: pwlib/trunk/debian/changelog
===================================================================
--- pwlib/trunk/debian/changelog 2005-12-04 00:06:10 UTC (rev 1054)
+++ pwlib/trunk/debian/changelog 2005-12-04 00:22:37 UTC (rev 1055)
@@ -1,6 +1,5 @@
pwlib (1.8.7-2) unstable; urgency=high
- [ Kilian Krause ]
* High-urgency upload for multiple RC bugfixes.
* Fix casts to match current OpenSSL prototypes (closes: #335490).
* Use -O2 instead of -Os when building, as recommended by policy; this
@@ -20,12 +19,9 @@
use it, so the easiest way to avoid conflicts is to not ship it
anywhere! (closes: #331634)
* Fix most of the warnings.
+ * Thanks goes to Steve Langasek and Jose Carlos Garcia Sogo for their help
+ on preparing this!
- [ Jose Carlos Garcia Sogo ]
- * Changed name to 'c2a' for new libstdc++ transition. (Closes: #339253)
- * Removed spurious dash in clean (Closes: #338464)
- * Recompiled with newer libssl0.9.8
-
-- Kilian Krause <kilian at debian.org> Sun, 4 Dec 2005 00:58:44 +0100
pwlib (1.8.7-1) unstable; urgency=low
Modified: pwlib/trunk/debian/rules
===================================================================
--- pwlib/trunk/debian/rules 2005-12-04 00:06:10 UTC (rev 1054)
+++ pwlib/trunk/debian/rules 2005-12-04 00:22:37 UTC (rev 1055)
@@ -125,7 +125,9 @@
endif
# libpt-dev
- dh_movefiles -plibpt-dev --sourcedir=debian/$(PACKAGE) `cd debian/$(PACKAGE); ls -1 usr/lib/*.so*|grep -v -E lib.*\.[0-9]\+\.[0-9]\+\.[0-9]\+`
+ dh_movefiles -plibpt-dev --sourcedir=debian/$(PACKAGE) usr/lib/libpt.so
+ rm debian/$(PACKAGE)/usr/lib/libpt.so.? \
+ debian/$(PACKAGE)/usr/lib/libpt.so.?.?
cp -vr include/pt* debian/libpt-dev/usr/include
cp -vr make `pwd`/debian/libpt-dev/usr/share/pwlib
More information about the Pkg-voip-commits
mailing list