[Pkg-voip-commits] r4923 - in /asterisk-prompt-it/trunk/debian: changelog control rules

msp at alioth.debian.org msp at alioth.debian.org
Fri Nov 30 14:15:47 UTC 2007


Author: msp
Date: Fri Nov 30 14:15:47 2007
New Revision: 4923

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=4923
Log:
* Extremadura release ;-)
* Switch to cdbs

Modified:
    asterisk-prompt-it/trunk/debian/changelog
    asterisk-prompt-it/trunk/debian/control
    asterisk-prompt-it/trunk/debian/rules

Modified: asterisk-prompt-it/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-prompt-it/trunk/debian/changelog?rev=4923&op=diff
==============================================================================
--- asterisk-prompt-it/trunk/debian/changelog (original)
+++ asterisk-prompt-it/trunk/debian/changelog Fri Nov 30 14:15:47 2007
@@ -1,7 +1,9 @@
 asterisk-prompt-it (20060510-2) UNRELEASED; urgency=low
 
+  * Extremadura release ;-)
   * Remove unneccessary Depends: asterisk; cleanup Description:
   * Provide debian/docs
+  * Switch to cdbs
 
  -- Mark Purcell <msp at debian.org>  Fri, 30 Nov 2007 13:24:21 +0100
 

Modified: asterisk-prompt-it/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-prompt-it/trunk/debian/control?rev=4923&op=diff
==============================================================================
--- asterisk-prompt-it/trunk/debian/control (original)
+++ asterisk-prompt-it/trunk/debian/control Fri Nov 30 14:15:47 2007
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>, Jose Carlos Garcia Sogo <jsogo at debian.org>, Santiago Garcia Mantinan <manty at debian.org>, Simon Richter <sjr at debian.org>
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0), cdbs
 Standards-Version: 3.6.1
 Vcs-Svn: svn://svn.debian.org/pkg-voip/asterisk-prompt-it/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/asterisk-prompt-it/?op=log

Modified: asterisk-prompt-it/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-prompt-it/trunk/debian/rules?rev=4923&op=diff
==============================================================================
--- asterisk-prompt-it/trunk/debian/rules (original)
+++ asterisk-prompt-it/trunk/debian/rules Fri Nov 30 14:15:47 2007
@@ -1,16 +1,4 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
-#
-# Modified to make a template file for a multi-binary package with separated
-# build-arch and build-indep targets  by Bill Allombert 2001
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
 
 DEBVERSION:=$(shell head -n 1 debian/changelog \
 		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
@@ -19,40 +7,7 @@
 FILENAME := asterisk-prompt-it_$(UPVERSION).orig.tar.gz
 URL := http://mirror.tomato.it/ftp/pub/asterisk/suoni_ita/it_mm_sounds_$(UPVERSION).tar.gz
 
-configure: 
-
-build: build-indep
-build-arch:
-build-indep:
-
-clean:
-	dh_testdir
-	dh_testroot
-	dh_clean 
-
-install: install-indep
-install-indep:
-	dh_testdir
-	dh_testroot
-	dh_clean -k
-	dh_installdirs
-	dh_install 
-install-arch:
-
-binary-indep: install-indep
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs 
-	dh_installdocs 
-	#dh_link
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary-arch:
+include /usr/share/cdbs/1/rules/debhelper.mk
 
 print-version:
 	@@echo "Debian version:          $(DEBVERSION)"
@@ -74,5 +29,3 @@
 	@@echo Cleaning up...
 	@@$(RM) -rf ../tarballs/asterisk-prompt-it-$(UPVERSION).tmp/
 
-binary: binary-arch binary-indep
-.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure




More information about the Pkg-voip-commits mailing list