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

msp at alioth.debian.org msp at alioth.debian.org
Fri Oct 26 23:04:31 UTC 2012


Author: msp
Date: Fri Oct 26 23:04:30 2012
New Revision: 10012

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=10012
Log:
* New upstream release
  - Fixes "needs migration to asterisk 1.8" (Closes: #631269, #625020)
* debian/compat -> 9
* Cleanout debian/rules

Modified:
    asterisk-chan-capi/trunk/debian/changelog
    asterisk-chan-capi/trunk/debian/compat
    asterisk-chan-capi/trunk/debian/control
    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=10012&op=diff
==============================================================================
--- asterisk-chan-capi/trunk/debian/changelog (original)
+++ asterisk-chan-capi/trunk/debian/changelog Fri Oct 26 23:04:30 2012
@@ -1,13 +1,19 @@
-asterisk-chan-capi (1.2.0~svn.936-1) UNRELEASED; urgency=low
-
-  * NOT RELEASED YET
-  * Switch to a new upstrean subversion snapshot (Closes: #631269).
+asterisk-chan-capi (1.1.6-1) unstable; urgency=low
+
+  * New upstream release
+    - Fixes "needs migration to asterisk 1.8" (Closes: #631269, #625020)
+
+  [ Tzafrir Cohen ]
   * Switch from dpatch to dpkg v3.
   * Add myself as uploader.
   * Switch packaging to dh.
   * Require a slightly newer debhelper (>= 7.0.50~) for dh overrides.
 
- -- Tzafrir Cohen <tzafrir at debian.org>  Tue, 26 Jul 2011 18:41:28 +0200
+  [ Mark Purcell ]
+  * debian/compat -> 9
+  * Cleanout debian/rules
+
+ -- Mark Purcell <msp at debian.org>  Sat, 27 Oct 2012 09:56:11 +1100
 
 asterisk-chan-capi (1.1.5-1) unstable; urgency=low
 

Modified: asterisk-chan-capi/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/compat?rev=10012&op=diff
==============================================================================
--- asterisk-chan-capi/trunk/debian/compat (original)
+++ asterisk-chan-capi/trunk/debian/compat Fri Oct 26 23:04:30 2012
@@ -1,1 +1,1 @@
-7
+9

Modified: asterisk-chan-capi/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/control?rev=10012&op=diff
==============================================================================
--- asterisk-chan-capi/trunk/debian/control (original)
+++ asterisk-chan-capi/trunk/debian/control Fri Oct 26 23:04:30 2012
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
 Uploaders: Lionel Elie Mamane <lmamane at debian.org>, Mark Purcell <msp at debian.org>, Kilian Krause <kilian at debian.org>, Faidon Liambotis <paravoid at debian.org>, Tzafrir Cohen <tzafrir at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), asterisk-dev (>= 1:1.6), libcapi20-dev
+Build-Depends: debhelper (>= 9), asterisk-dev (>= 1:1.8), libcapi20-dev
 Standards-Version: 3.9.2
 Homepage: http://www.chan-capi.org/
 Vcs-Svn: svn://svn.debian.org/pkg-voip/asterisk-chan-capi/trunk/
@@ -11,7 +11,7 @@
 
 Package: asterisk-chan-capi
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, asterisk (>= 1:1.6), asterisk (<< 1:1.8)
+Depends: ${shlibs:Depends}, ${misc:Depends}, asterisk (>= 1:1.8)
 Description: Common ISDN API 2.0 implementation for Asterisk
  A channel driver for the Asterisk software telephony PBX using the
  Common ISDN API (CAPI) 2.0. It is intended to be used with ISDN hardware that

Modified: asterisk-chan-capi/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/asterisk-chan-capi/trunk/debian/rules?rev=10012&op=diff
==============================================================================
--- asterisk-chan-capi/trunk/debian/rules (original)
+++ asterisk-chan-capi/trunk/debian/rules Fri Oct 26 23:04:30 2012
@@ -1,27 +1,4 @@
 #!/usr/bin/make -f
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-export PROC := $(shell dpkg-architecture -qDEB_BUILD_GNU_CPU)
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-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-chan-capi_$(UPVERSION).orig.tar.gz
-URL := ftp://ftp.chan-capi.org/chan-capi/chan_capi-$(UPVERSION).tar.gz
-
 %:
 	dh $@
 
@@ -30,14 +7,3 @@
 
 override_dh_installchangelogs:
 	dh_installchangelogs CHANGES
-
-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 -nv -T10 -t3 -O ../tarballs/$(FILENAME) $(URL)
-




More information about the Pkg-voip-commits mailing list