[Pkg-voip-commits] r4486 - in /asterisk-chan-capi/trunk/debian: changelog rules

paravoid at alioth.debian.org paravoid at alioth.debian.org
Tue Sep 11 15:09:15 UTC 2007


Author: paravoid
Date: Tue Sep 11 15:09:15 2007
New Revision: 4486

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4486
Log:
* Cleanup debian/rules of useless targets and comments.

Modified:
    asterisk-chan-capi/trunk/debian/changelog
    asterisk-chan-capi/trunk/debian/rules

Modified: asterisk-chan-capi/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/changelog?rev=4486&op=diff
==============================================================================
--- asterisk-chan-capi/trunk/debian/changelog (original)
+++ asterisk-chan-capi/trunk/debian/changelog Tue Sep 11 15:09:15 2007
@@ -18,8 +18,9 @@
   * Update debhelper compatibility to v5.
   * Remove postinst script and adduser dependency; its actions are covered by
     the postinst of asterisk.
-
- -- Faidon Liambotis <paravoid at debian.org>  Tue, 11 Sep 2007 17:20:52 +0300
+  * Cleanup debian/rules of useless targets and comments.
+
+ -- Faidon Liambotis <paravoid at debian.org>  Tue, 11 Sep 2007 18:08:49 +0300
 
 asterisk-chan-capi (1.0.1-1) unstable; urgency=low
 

Modified: asterisk-chan-capi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/rules?rev=4486&op=diff
==============================================================================
--- asterisk-chan-capi/trunk/debian/rules (original)
+++ asterisk-chan-capi/trunk/debian/rules Tue Sep 11 15:09:15 2007
@@ -1,12 +1,6 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-
-
 
 export PROC := $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
 
@@ -30,22 +24,11 @@
 FILENAME := asterisk-chan-capi_$(UPVERSION).orig.tar.gz
 URL := ftp://ftp.chan-capi.org/chan-capi/chan_capi-$(UPVERSION).tar.gz
 
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
-
-	touch configure-stamp
-
-
 build: patch build-stamp
-
-build-stamp: configure-stamp
+build-stamp:
 	dh_testdir
 
-	# Add here commands to compile the package.
 	$(MAKE)
-	#/usr/bin/docbook-to-man debian/chan-capi.sgml > chan-capi.1
 
 	touch build-stamp
 
@@ -53,9 +36,8 @@
 clean-patched:
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp configure-stamp
+	rm -f build-stamp
 
-	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ]||$(MAKE) clean
 
 	dh_clean
@@ -66,7 +48,6 @@
 	dh_clean -k
 	dh_installdirs
 
-	# Add here commands to install the package into debian/chan-capi.
 	$(MAKE) install_config install INSTALL_PREFIX=$(CURDIR)/debian/asterisk-chan-capi
 
 
@@ -81,23 +62,11 @@
 	dh_installchangelogs CHANGES
 	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
@@ -116,4 +85,4 @@
 	@@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install




More information about the Pkg-voip-commits mailing list