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

Mark Purcell msp at costa.debian.org
Sat Aug 5 13:02:54 UTC 2006


Author: msp
Date: 2006-08-05 13:02:53 +0000 (Sat, 05 Aug 2006)
New Revision: 2182

Modified:
   ser/trunk/debian/changelog
   ser/trunk/debian/postinst
   ser/trunk/debian/rules
Log:
* Linitan cleanup: duplicate-updaterc.d-calls-in-postinst

Modified: ser/trunk/debian/changelog
===================================================================
--- ser/trunk/debian/changelog	2006-08-05 12:29:30 UTC (rev 2181)
+++ ser/trunk/debian/changelog	2006-08-05 13:02:53 UTC (rev 2182)
@@ -1,13 +1,7 @@
-ser (0.9.6-2) UNRELEASED; urgency=low
+ser (0.9.6-1) 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 ]
   * debian/control: add bison and flex to build-depends. They're needed.
 
@@ -18,6 +12,7 @@
   * Force stripping
   * Cleanup debian/ examples
   * Fix: postinst-should-not-set-usr-doc-link
+  * Linitan cleanup: duplicate-updaterc.d-calls-in-postinst
 
  -- Mark Purcell <msp at debian.org>  Sun, 25 Jun 2006 15:35:57 +0100
 

Modified: ser/trunk/debian/postinst
===================================================================
--- ser/trunk/debian/postinst	2006-08-05 12:29:30 UTC (rev 2181)
+++ ser/trunk/debian/postinst	2006-08-05 13:02:53 UTC (rev 2182)
@@ -47,26 +47,6 @@
 
 #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 
-# rest of the code and add again deb_helper)
-
-# this will be automativally added by dh_installinit if deb_helper is
-# "enabled
-if [ -x "/etc/init.d/ser" ]; then
-	 update-rc.d ser defaults 23 >/dev/null
-	 if ! invoke-rc.d ser restart ; then
-		echo ""
-		echo "ser failed to (re)start. Perhaps your configuration requires "
-		echo "additional modules (e.g. ser-mysql-module, ser-jabber-module "
-		echo "or ser-radius-modules). Next try to install any additional ser"
-		echo "modules you might need and then (re)start ser by executing "
-		echo "the command '/etc/init.d/ser start|restart'."
-	fi
-fi
-# end dh_installinit section
-
 exit 0
 
 

Modified: ser/trunk/debian/rules
===================================================================
--- ser/trunk/debian/rules	2006-08-05 12:29:30 UTC (rev 2181)
+++ ser/trunk/debian/rules	2006-08-05 13:02:53 UTC (rev 2182)
@@ -18,7 +18,6 @@
 #  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/')
@@ -208,7 +207,6 @@
 	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




More information about the Pkg-voip-commits mailing list