[Pkg-voip-commits] r2181 - ser/trunk/debian

Mark Purcell msp at costa.debian.org
Sat Aug 5 12:29:30 UTC 2006


Author: msp
Date: 2006-08-05 12:29:30 +0000 (Sat, 05 Aug 2006)
New Revision: 2181

Removed:
   ser/trunk/debian/shlibs.local
Modified:
   ser/trunk/debian/changelog
   ser/trunk/debian/postinst
   ser/trunk/debian/rules
Log:
* NOT RELEASED YET
* $(STRIP) --strip-unneeded debian/tmp/usr/lib/ser/modules/*.so
  debian/tmp/usr/sbin/*
* fixes lots of  bugs in 0.8.9 (log not working, ipv6 address conversion)
* introduces port support in uri matching with myself
* faster hash function (statefull performance increase ~10%)
* modules updates (sms, jabber)
* the jabber module is in a separate package now (it depends on libexpat)

Modified: ser/trunk/debian/changelog
===================================================================
--- ser/trunk/debian/changelog	2006-08-03 15:12:38 UTC (rev 2180)
+++ ser/trunk/debian/changelog	2006-08-05 12:29:30 UTC (rev 2181)
@@ -1,3 +1,11 @@
+ser (0.9.6-2) UNRELEASED; urgency=low
+
+  * NOT RELEASED YET
+  * $(STRIP) --strip-unneeded debian/tmp/usr/lib/ser/modules/*.so
+    debian/tmp/usr/sbin/*
+
+ -- Mark Purcell <msp at debian.org>  Sat,  5 Aug 2006 13:28:50 +0100
+
 ser (0.9.6-1) unstable; urgency=low
 
   [ Kilian Krause ]
@@ -103,11 +111,11 @@
 
 ser (0.8.10) unstable; urgency=low
 
- * fixes lots of  bugs in 0.8.9 (log not working, ipv6 address conversion)
- * introduces port support in uri matching with myself
- * faster hash function (statefull performance increase ~10%)
- * modules updates (sms, jabber)
- * the jabber module is in a separate package now (it depends on libexpat)
+  * fixes lots of  bugs in 0.8.9 (log not working, ipv6 address conversion)
+  * introduces port support in uri matching with myself
+  * faster hash function (statefull performance increase ~10%)
+  * modules updates (sms, jabber)
+  * the jabber module is in a separate package now (it depends on libexpat)
 
  -- Andrei Pelinescu-Onciul <pelinescu-onciul at fokus.gmd.de>  Tue, 4 Nov 2002 17:23:37 +0200
 

Modified: ser/trunk/debian/postinst
===================================================================
--- ser/trunk/debian/postinst	2006-08-03 15:12:38 UTC (rev 2180)
+++ ser/trunk/debian/postinst	2006-08-05 12:29:30 UTC (rev 2181)
@@ -44,6 +44,9 @@
 
 # # dh_installdeb will replace this with shell code automatically
 # # generated by other debhelper scripts.
+
+#DEBHELPER#
+
 # deb_helper is not used here to avoid automatically starting ser after
 # the installation (dh_installinit 4.0 , from woody does not support
 # --nostart, if you're using a newer version is safe to comment out the 

Modified: ser/trunk/debian/rules
===================================================================
--- ser/trunk/debian/rules	2006-08-03 15:12:38 UTC (rev 2180)
+++ ser/trunk/debian/rules	2006-08-05 12:29:30 UTC (rev 2181)
@@ -18,6 +18,7 @@
 #  2005-06-23  added cpl-c, pa & re-enabled radius (with libradiusclient-ng)
 #                (andrei)
 
+STRIP=strip --remove-section=.comment --remove-section=.note
 
 DEBVERSION:=$(shell head -n 1 debian/changelog \
 		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
@@ -207,6 +208,7 @@
 	dh_installchangelogs 
 	dh_link
 	dh_strip
+	$(STRIP) --strip-unneeded debian/tmp/usr/lib/ser/modules/*.so debian/tmp/usr/sbin/*
 	dh_compress 
 	dh_fixperms
 #	dh_makeshlibs

Deleted: ser/trunk/debian/shlibs.local
===================================================================




More information about the Pkg-voip-commits mailing list