[Pkg-voip-commits] r4448 - /rate-engine/trunk/debian/rules

kilian at alioth.debian.org kilian at alioth.debian.org
Sun Sep 9 15:30:05 UTC 2007


Author: kilian
Date: Sun Sep  9 15:30:05 2007
New Revision: 4448

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4448
Log:
minor cleanup.

Modified:
    rate-engine/trunk/debian/rules

Modified: rate-engine/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/rate-engine/trunk/debian/rules?rev=4448&op=diff
==============================================================================
--- rate-engine/trunk/debian/rules (original)
+++ rate-engine/trunk/debian/rules Sun Sep  9 15:30:05 2007
@@ -30,21 +30,14 @@
 
 build-stamp: patch-stamp
 	dh_testdir
-
-	# Add here commands to compile the package.
 	$(MAKE)
-	#/usr/bin/docbook-to-man debian/rate-engine.sgml > rate-engine.1
-
 	touch build-stamp
 
 clean: unpatch
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
-
-	# Add here commands to clean up after the build process.
 	$(MAKE) clean
-
 	dh_clean 
 
 install: build
@@ -52,8 +45,6 @@
 	dh_testroot
 	dh_clean -k 
 	dh_installdirs
-
-	# Add here commands to install the package into debian/rate-engine.
 	$(MAKE) install samples DESTDIR=$(CURDIR)/debian/asterisk-rate-engine
 
 




More information about the Pkg-voip-commits mailing list