[Pkg-voip-commits] r2559 - libasterisk-perl/trunk/debian

Tzafrir Cohen tzafrir-guest at costa.debian.org
Fri Oct 13 08:27:01 UTC 2006


Author: tzafrir-guest
Date: 2006-10-13 08:27:01 +0000 (Fri, 13 Oct 2006)
New Revision: 2559

Modified:
   libasterisk-perl/trunk/debian/changelog
   libasterisk-perl/trunk/debian/compat
   libasterisk-perl/trunk/debian/control
   libasterisk-perl/trunk/debian/rules
Log:
* Etch compat level.
* Fixed build dependencies.
* Fixed description.
* Remove useless comments from rules file.
* Closing RFP.


Modified: libasterisk-perl/trunk/debian/changelog
===================================================================
--- libasterisk-perl/trunk/debian/changelog	2006-10-12 18:28:47 UTC (rev 2558)
+++ libasterisk-perl/trunk/debian/changelog	2006-10-13 08:27:01 UTC (rev 2559)
@@ -1,8 +1,9 @@
 libasterisk-perl (0.09-1) unstable; urgency=high
 
   * New upstream release.
-  * Finally legal
+  * Finally legal, and we can upload to Debian (Closes: #341592)
   * watch & get-orig-source added.
+  * Update to Etch's standards.
 
  -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Tue, 10 Oct 2006 06:48:08 +0200
 

Modified: libasterisk-perl/trunk/debian/compat
===================================================================
--- libasterisk-perl/trunk/debian/compat	2006-10-12 18:28:47 UTC (rev 2558)
+++ libasterisk-perl/trunk/debian/compat	2006-10-13 08:27:01 UTC (rev 2559)
@@ -1 +1 @@
-4
+5

Modified: libasterisk-perl/trunk/debian/control
===================================================================
--- libasterisk-perl/trunk/debian/control	2006-10-12 18:28:47 UTC (rev 2558)
+++ libasterisk-perl/trunk/debian/control	2006-10-13 08:27:01 UTC (rev 2559)
@@ -1,15 +1,17 @@
 Source: libasterisk-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 4.0.2)
+Build-Depends: debhelper (>= 5)
 Build-Depends-Indep: perl (>= 5.8.0-7)
 Maintainer: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
-Standards-Version: 3.6.1
+Standards-Version: 3.7.2
 
 Package: libasterisk-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, 
-Description:  Asterisk Manager Interface
- This module provides a simple interface to the asterisk manager interface.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: perl interface to the Asterisk PBX
+ This module provides a simple interface to several operations related to 
+ the Asterisk PBX, including:
+   * Asterisk::AGI - simplifies writing AGI scripts for the Asterisk dialplan.
+   * Asterisk::Outgoing - create calls through the outgoing spool.
+   * Asterisk::Manager - control Asterisk through the Manager interface socket.

Modified: libasterisk-perl/trunk/debian/rules
===================================================================
--- libasterisk-perl/trunk/debian/rules	2006-10-12 18:28:47 UTC (rev 2558)
+++ libasterisk-perl/trunk/debian/rules	2006-10-13 08:27:01 UTC (rev 2559)
@@ -40,7 +40,6 @@
 	dh_testdir
 	dh_testroot
 
-	# Add commands to clean up after the build process here
 	-$(MAKE) distclean
 	
 	dh_clean build-stamp install-stamp
@@ -54,8 +53,6 @@
 	$(MAKE) test
 	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
 	
-	# As this is a architecture independent package, we are not supposed to install
-	# stuff to /usr/lib. MakeMaker creates the dirs, we delete them from the deb:
 	rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 
 	touch install-stamp




More information about the Pkg-voip-commits mailing list