[Pkg-voip-commits] r7609 - in /asterisk-addons/trunk/debian: changelog compat control rules
paravoid at alioth.debian.org
paravoid at alioth.debian.org
Sun Sep 13 00:03:01 UTC 2009
Author: paravoid
Date: Sun Sep 13 00:02:55 2009
New Revision: 7609
URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7609
Log:
(Closes: #534037)
* Remove Kilian from Uploaders, hope to see you back!
* Bump Standards-Version to 3.8.3, no changes needed.
* Bump build-time and runtime dependency on asterisk-1.6.2.
* Bump debhelper compatibility level to 7.
Modified:
asterisk-addons/trunk/debian/changelog
asterisk-addons/trunk/debian/compat
asterisk-addons/trunk/debian/control
asterisk-addons/trunk/debian/rules
Modified: asterisk-addons/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-addons/trunk/debian/changelog?rev=7609&op=diff
==============================================================================
--- asterisk-addons/trunk/debian/changelog (original)
+++ asterisk-addons/trunk/debian/changelog Sun Sep 13 00:02:55 2009
@@ -1,22 +1,26 @@
asterisk-addons (1.6.2.0~rc1-1) UNRELEASED; urgency=low
- [ Patrick Matthäi ]
- * Bumped Standards-Version to 3.8.0.
-
[ Tzafrir Cohen ]
- * Switching to Asterisk-addons 1.6.2 .
+ * Switching to Asterisk-addons 1.6.2.
+ (Closes: #534037)
* New binary package: asterisk-mobile (chan_mobile.so).
* Fixed download URL.
* Patch docs_destdir: fix installing XML docs (though they're unused).
* Patch datadir: set DATADIR under /usr/share/asterisk
* Drop patch include_asterisk: not needed as of asterisk 1.4.18.
* Drop patch nomarch: aparantly no longer needed.
- * Switch from dpatch to quilt.
+ * Switch from dpatch to quilt.
+
+ [ Faidon Liambotis ]
+ * Remove Kilian from Uploaders, hope to see you back!
+ * Bump Standards-Version to 3.8.3, no changes needed.
+ * Bump build-time and runtime dependency on asterisk-1.6.2.
+ * Bump debhelper compatibility level to 7.
[ Victor Seva ]
* fix watch file.
- -- Tzafrir Cohen <tzafrir.cohen at xorcom.com> Wed, 12 Aug 2009 20:14:55 +0300
+ -- Faidon Liambotis <paravoid at debian.org> Sun, 13 Sep 2009 02:55:21 +0300
asterisk-addons (1.4.7-1) unstable; urgency=high
Modified: asterisk-addons/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-addons/trunk/debian/compat?rev=7609&op=diff
==============================================================================
--- asterisk-addons/trunk/debian/compat (original)
+++ asterisk-addons/trunk/debian/compat Sun Sep 13 00:02:55 2009
@@ -1,1 +1,1 @@
-5
+7
Modified: asterisk-addons/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-addons/trunk/debian/control?rev=7609&op=diff
==============================================================================
--- asterisk-addons/trunk/debian/control (original)
+++ asterisk-addons/trunk/debian/control Sun Sep 13 00:02:55 2009
@@ -2,16 +2,16 @@
Section: comm
Priority: optional
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
-Uploaders: Tzafrir Cohen <tzafrir.cohen at xorcom.com>, Kilian Krause <kilian at debian.org>, Faidon Liambotis <paravoid at debian.org>
-Build-Depends: debhelper (>= 5), libmysqlclient15-dev, asterisk-dev (>= 1:1.6.1.0~dfsg~rc2), autotools-dev, quilt, libbluetooth-dev
-Standards-Version: 3.8.0
+Uploaders: Tzafrir Cohen <tzafrir.cohen at xorcom.com>, Faidon Liambotis <paravoid at debian.org>
+Build-Depends: debhelper (>= 7), libmysqlclient15-dev, asterisk-dev (>= 1:1.6.2.0~dfsg~rc1), autotools-dev, quilt, libbluetooth-dev
+Standards-Version: 3.8.3
Homepage: http://www.asterisk.org/
Vcs-Svn: svn://svn.debian.org/pkg-voip/asterisk-addons/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-voip/asterisk-addons/?op=log
Package: asterisk-mysql
Architecture: any
-Depends: asterisk-1.6.1, ${shlibs:Depends}, ${misc:Depends}
+Depends: asterisk-1.6.2, ${shlibs:Depends}, ${misc:Depends}
Description: MySQL support for the Asterisk PBX (cdr mainly)
Asterisk is an Open Source PBX and telephony toolkit.
.
@@ -27,7 +27,7 @@
Package: asterisk-mp3
Architecture: any
-Depends: asterisk-1.6.1, ${shlibs:Depends}, ${misc:Depends}
+Depends: asterisk-1.6.2, ${shlibs:Depends}, ${misc:Depends}
Description: MP3 format support (format_mp3) for the Asterisk PBX
Asterisk is an Open Source PBX and telephony toolkit.
.
@@ -40,7 +40,7 @@
Package: asterisk-ooh323c
Architecture: any
-Depends: asterisk-1.6.1, ${shlibs:Depends}, ${misc:Depends}
+Depends: asterisk-1.6.2, ${shlibs:Depends}, ${misc:Depends}
Description: H.323 protocol support for Asterisk (ooh323c stack)
Asterisk is an Open Source PBX and telephony toolkit.
.
@@ -57,7 +57,7 @@
Package: asterisk-mobile
Architecture: any
-Depends: asterisk-1.6.1, ${shlibs:Depends}, ${misc:Depends}
+Depends: asterisk-1.6.2, ${shlibs:Depends}, ${misc:Depends}
Description: bluetooth mobile devices support for Asterisk
Asterisk is an Open Source PBX and telephony toolkit.
.
Modified: asterisk-addons/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-addons/trunk/debian/rules?rev=7609&op=diff
==============================================================================
--- asterisk-addons/trunk/debian/rules (original)
+++ asterisk-addons/trunk/debian/rules Sun Sep 13 00:02:55 2009
@@ -1,21 +1,11 @@
#!/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.
-#
-# 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
-export DH_COMPART = 4
export PROC := $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
@@ -75,8 +65,6 @@
build-indep: build-indep-stamp
build-indep-stamp: config.status
- # Add here commands to compile the indep part of the package.
- #$(MAKE) doc
touch $@
clean: clean-unpatched unpatch
@@ -94,20 +82,13 @@
install: install-indep install-arch
install-indep:
-# dh_testdir
-# dh_testroot
-# dh_clean -k -i
-# dh_installdirs -i
-# dh_install -i
INST_DIR=$(CURDIR)/debian/tmp
install-arch:
dh_testdir
dh_testroot
- dh_clean -k -a
+ dh_prep -a
dh_installdirs -a
- # Add here commands to install the arch part of the package into
- # debian/tmp.
install -d -m 755 $(INST_DIR)/usr/lib/asterisk/modules
$(MAKE) install DESTDIR=$(INST_DIR)
dh_install --sourcedir=$(INST_DIR) --list-missing
@@ -133,10 +114,9 @@
dh_gencontrol
dh_md5sums
dh_builddeb
-#
+
# Build architecture independant packages using the common target.
binary-indep: build-indep install-indep
-# $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
# Build architecture dependant packages using the common target.
binary-arch: build-arch install-arch
More information about the Pkg-voip-commits
mailing list