[Pkg-voip-commits] r4449 - in /rtpproxy/trunk/debian: changelog rtpproxy.init rules

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Sep 9 15:32:54 UTC 2007


Author: kilian
Date: Sun Sep  9 15:32:54 2007
New Revision: 4449

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4449
Log:
* Don't ignore make clean error.
* Add LSB section to init.

Modified:
    rtpproxy/trunk/debian/changelog
    rtpproxy/trunk/debian/rtpproxy.init
    rtpproxy/trunk/debian/rules

Modified: rtpproxy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/changelog?rev=4449&op=diff
==============================================================================
--- rtpproxy/trunk/debian/changelog (original)
+++ rtpproxy/trunk/debian/changelog Sun Sep  9 15:32:54 2007
@@ -2,7 +2,11 @@
 
   * NOT RELEASED YET
 
- -- Mark Purcell <msp at debian.org>  Sat,  9 Dec 2006 13:29:44 +0000
+  [ Kilian Krause ]
+  * Don't ignore make clean error.
+  * Add LSB section to init.
+
+ -- Kilian Krause <kilian at debian.org>  Sun,  9 Sep 2007 17:31:02 +0200
 
 rtpproxy (0.3-2) unstable; urgency=low
 

Modified: rtpproxy/trunk/debian/rtpproxy.init
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/rtpproxy.init?rev=4449&op=diff
==============================================================================
--- rtpproxy/trunk/debian/rtpproxy.init (original)
+++ rtpproxy/trunk/debian/rtpproxy.init Sun Sep  9 15:32:54 2007
@@ -9,6 +9,18 @@
 #
 # Version:	@(#)skeleton  1.9  26-Feb-2001  miquels at cistron.nl
 #
+
+### BEGIN INIT INFO
+# Provides:          rtpproxy
+# Required-Start:    $local_fs zaptel
+# Required-Stop:     $local_fs
+# Should-Start:      
+# Should-Stop:       
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: RTP Proxy
+# Description:       Proxy for RTP streams of VoIP clients
+### END INIT INFO
 
 PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
 DAEMON=/usr/sbin/rtpproxy

Modified: rtpproxy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/rtpproxy/trunk/debian/rules?rev=4449&op=diff
==============================================================================
--- rtpproxy/trunk/debian/rules (original)
+++ rtpproxy/trunk/debian/rules Sun Sep  9 15:32:54 2007
@@ -44,10 +44,7 @@
 build: build-stamp
 build-stamp:  config.status build-man
 	dh_testdir
-
-	# Add here commands to compile the package.
 	$(MAKE)
-
 	touch build-stamp
 
 clean: clean-patched unpatch
@@ -55,9 +52,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp debian/rtpproxy.8 
-
-	# Add here commands to clean up after the build process.
-	-$(MAKE) distclean
+	[ ! -f Makefile ]||$(MAKE) distclean
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
 	cp -f /usr/share/misc/config.sub config.sub
 endif
@@ -88,23 +83,13 @@
 	dh_installdocs
 	dh_installexamples
 	dh_install
-#	dh_installmenu
 	dh_installdebconf	
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
 	dh_installinit
-#	dh_installcron
-#	dh_installinfo
 	dh_installman
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_perl
-#	dh_python
-#	dh_makeshlibs
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol




More information about the Pkg-voip-commits mailing list