[Pkg-voip-commits] r5724 - in /asterisk-sounds-extra/trunk: Makefile debian/asterisk-sounds-extra.install debian/changelog debian/control debian/docs debian/rules

msp at alioth.debian.org msp at alioth.debian.org
Thu May 15 11:02:10 UTC 2008


Author: msp
Date: Thu May 15 11:02:10 2008
New Revision: 5724

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5724
Log:
* New upstream release
  - overwrites hours.gsm which is also in package asterisk-sounds-main
  (Closes: #453722)
* Switch to cdbs

Added:
    asterisk-sounds-extra/trunk/debian/asterisk-sounds-extra.install
Removed:
    asterisk-sounds-extra/trunk/Makefile
Modified:
    asterisk-sounds-extra/trunk/debian/changelog
    asterisk-sounds-extra/trunk/debian/control
    asterisk-sounds-extra/trunk/debian/docs
    asterisk-sounds-extra/trunk/debian/rules

Added: asterisk-sounds-extra/trunk/debian/asterisk-sounds-extra.install
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-sounds-extra/trunk/debian/asterisk-sounds-extra.install?rev=5724&op=file
==============================================================================
--- asterisk-sounds-extra/trunk/debian/asterisk-sounds-extra.install (added)
+++ asterisk-sounds-extra/trunk/debian/asterisk-sounds-extra.install Thu May 15 11:02:10 2008
@@ -1,0 +1,4 @@
+*gsm /usr/share/asterisk/sounds
+*txt /usr/share/asterisk/sounds
+wx /usr/share/asterisk/sounds
+ha /usr/share/asterisk/sounds

Modified: asterisk-sounds-extra/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-sounds-extra/trunk/debian/changelog?rev=5724&op=diff
==============================================================================
--- asterisk-sounds-extra/trunk/debian/changelog (original)
+++ asterisk-sounds-extra/trunk/debian/changelog Thu May 15 11:02:10 2008
@@ -1,9 +1,10 @@
-asterisk-sounds-extra (1.2.1-2) UNRELEASED; urgency=low
+asterisk-sounds-extra (1.4.7-1) unstable; urgency=low
 
-  * NOT RELEASED YET
-  * TODO: package new upstream (1.4), update watch,
-          rename to -extra-sounds-en for consistency,
-          provide other codecs too
+  [ Mark Purcell ]
+  * New upstream release
+    - overwrites hours.gsm which is also in package asterisk-sounds-main
+    (Closes: #453722)
+  * Switch to cdbs
 
   [ Kilian Krause ]
   * Update debian/watch
@@ -15,7 +16,7 @@
   * Fix debian/watch by using a pkg-voip wrapper to avoid upstream's silly
     redirections. (Closes: #450238)
 
- -- Faidon Liambotis <paravoid at debian.org>  Thu, 29 Nov 2007 21:00:57 +0200
+ -- Mark Purcell <msp at debian.org>  Thu, 15 May 2008 20:51:33 +1000
 
 asterisk-sounds-extra (1.2.1-1) unstable; urgency=low
 

Modified: asterisk-sounds-extra/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-sounds-extra/trunk/debian/control?rev=5724&op=diff
==============================================================================
--- asterisk-sounds-extra/trunk/debian/control (original)
+++ asterisk-sounds-extra/trunk/debian/control Thu May 15 11:02:10 2008
@@ -3,7 +3,7 @@
 Priority: optional
 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>, Faidon Liambotis <paravoid at debian.org>
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0), cdbs
 Standards-Version: 3.6.1
 Homepage: http://www.asterisk.org/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/asterisk-sounds-extra/trunk/

Modified: asterisk-sounds-extra/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-sounds-extra/trunk/debian/docs?rev=5724&op=diff
==============================================================================
--- asterisk-sounds-extra/trunk/debian/docs (original)
+++ asterisk-sounds-extra/trunk/debian/docs Thu May 15 11:02:10 2008
@@ -1,2 +1,1 @@
-README.txt
-sounds-extra.txt
+extra-sounds-en.txt

Modified: asterisk-sounds-extra/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-sounds-extra/trunk/debian/rules?rev=5724&op=diff
==============================================================================
--- asterisk-sounds-extra/trunk/debian/rules (original)
+++ asterisk-sounds-extra/trunk/debian/rules Thu May 15 11:02:10 2008
@@ -1,108 +1,3 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-
-DEBVERSION:=$(shell head -n 1 debian/changelog \
-		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
-UPVERSION:=$(shell echo $(DEBVERSION) | sed -e 's/^.*://' -e 's/-[0-9.]*$$//' -e 's/.dfsg$$//')
-
-FILENAME := asterisk-sounds-extra_$(UPVERSION).orig.tar.gz
-URL := http://ftp.digium.com/pub/asterisk/releases/asterisk-sounds-$(UPVERSION).tar.gz
-
-configure: configure-stamp
-configure-stamp:
-	dh_testdir
-	# Add here commands to configure the package.
-	
-	touch configure-stamp
-
-build: build-stamp
-build-stamp: configure-stamp 
-	dh_testdir
-
-	# Add here commands to compile the package.
-	#$(MAKE)
-	
-	touch build-stamp
-
-clean:
-	dh_testdir
-	dh_testroot
-	rm -f build-stamp configure-stamp
-	
-	# Add here commands to clean up after the build process.
-	#$(MAKE) clean
-	
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	dh_installdirs
-	
-	# Add here commands to install the package into debian/asterisk-sounds.
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/asterisk-sounds-extra
-	
-	# Delete duplicates from asterisk-sounds-main package
-	rm -fR $(CURDIR)/debian/asterisk-sounds-extra/usr/share/asterisk/sounds/letters/* \
-	       $(CURDIR)/debian/asterisk-sounds-extra/usr/share/asterisk/sounds/invalid.gsm \
-	       $(CURDIR)/debian/asterisk-sounds-extra/usr/share/asterisk/sounds/conf-hasleft.gsm \
-	       $(CURDIR)/debian/asterisk-sounds-extra/usr/share/asterisk/sounds/conf-leaderhasleft.gsm \
-	       $(CURDIR)/debian/asterisk-sounds-extra/usr/share/asterisk/sounds/conf-placeintoconf.gsm \
-	       $(CURDIR)/debian/asterisk-sounds-extra/usr/share/asterisk/sounds/conf-thereare.gsm \
-	       $(CURDIR)/debian/asterisk-sounds-extra/usr/share/asterisk/sounds/conf-userswilljoin.gsm \
-	       $(CURDIR)/debian/asterisk-sounds-extra/usr/share/asterisk/sounds/conf-userwilljoin.gsm \
-	       $(CURDIR)/debian/asterisk-sounds-extra/usr/share/asterisk/sounds/conf-waitforleader.gsm \
-	       $(CURDIR)/debian/asterisk-sounds-extra/usr/share/asterisk/sounds/conf-hasleft.gsm
-
-
-# Build architecture-independent files here.
-binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs 
-	dh_installdocs
-	dh_installexamples
-	dh_installman
-	dh_link
-	dh_strip
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-print-version:
-	@@echo "Debian version:          $(DEBVERSION)"
-	@@echo "Upstream version:        $(UPVERSION)"
-
-get-orig-source:
-	@@dh_testdir
-	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
-	@@echo Downloading $(FILENAME) from $(URL) ...
-	@@wget -N -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+include /usr/share/cdbs/1/rules/debhelper.mk




More information about the Pkg-voip-commits mailing list