[Pkg-voip-commits] r7352 - in /libasterisk-config-perl/trunk: debian/ debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch t/ t/array_hash.conf

tzafrir-guest at alioth.debian.org tzafrir-guest at alioth.debian.org
Tue Jun 9 22:49:52 UTC 2009


Author: tzafrir-guest
Date: Tue Jun  9 22:49:52 2009
New Revision: 7352

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=7352
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    libasterisk-config-perl/trunk/debian/   (with props)
    libasterisk-config-perl/trunk/debian/changelog
    libasterisk-config-perl/trunk/debian/compat
    libasterisk-config-perl/trunk/debian/control
    libasterisk-config-perl/trunk/debian/copyright
    libasterisk-config-perl/trunk/debian/rules   (with props)
    libasterisk-config-perl/trunk/debian/watch
    libasterisk-config-perl/trunk/t/
    libasterisk-config-perl/trunk/t/array_hash.conf

Propchange: libasterisk-config-perl/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: libasterisk-config-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/libasterisk-config-perl/trunk/debian/changelog?rev=7352&op=file
==============================================================================
--- libasterisk-config-perl/trunk/debian/changelog (added)
+++ libasterisk-config-perl/trunk/debian/changelog Tue Jun  9 22:49:52 2009
@@ -1,0 +1,5 @@
+libasterisk-config-perl (0.97-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sun, 14 Dec 2008 10:52:21 +0200

Added: libasterisk-config-perl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/libasterisk-config-perl/trunk/debian/compat?rev=7352&op=file
==============================================================================
--- libasterisk-config-perl/trunk/debian/compat (added)
+++ libasterisk-config-perl/trunk/debian/compat Tue Jun  9 22:49:52 2009
@@ -1,0 +1,1 @@
+5

Added: libasterisk-config-perl/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/libasterisk-config-perl/trunk/debian/control?rev=7352&op=file
==============================================================================
--- libasterisk-config-perl/trunk/debian/control (added)
+++ libasterisk-config-perl/trunk/debian/control Tue Jun  9 22:49:52 2009
@@ -1,0 +1,18 @@
+Source: libasterisk-config-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: perl (>= 5.6.10-12)
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Uploaders: Tzafrir Cohen <tzafrir.cohen at xorcom.com>
+Standards-Version: 3.8.0
+Vcs-Svn: svn://svn.debian.org/pkg-voip/libasterisk-config-perl/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-voip/libasterisk-config-perl/
+Homepage: http://search.cpan.org/dist/Asterisk-config/
+
+Package: libasterisk-config-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: configuration read and write module for the Asterisk PBX
+ perl module for parsing and rewirting the configuration files of the
+ Asterisk PBX.

Added: libasterisk-config-perl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/libasterisk-config-perl/trunk/debian/copyright?rev=7352&op=file
==============================================================================
--- libasterisk-config-perl/trunk/debian/copyright (added)
+++ libasterisk-config-perl/trunk/debian/copyright Tue Jun  9 22:49:52 2009
@@ -1,0 +1,21 @@
+This is the debian package for the Asterisk-config module.
+It was created by Tzafrir Cohen <tzafrir.cohen at xorcom.com> using dh-make-perl.
+
+It was downloaded from http://search.cpan.org/dist/Asterisk-config/
+
+The upstream author is: Sun Bing (hoowa.sun at gmail.com).
+
+
+The Asterisk::config module is Copyright (c) Sun bing <hoowa.sun at gmail.com>
+All rights reserved.
+
+From lib/Asterisk/config.pm:
+#   The Asterisk::config is licensed under the GNU 2.0 GPL. 
+#   Asterisk::config carries no restrictions on re-branding
+#
+
+On Debian systems, a copy of the GNU General Public License 2.0 may be 
+found in /usr/share/common-licenses/GPL-2 .
+
+The Debian packaging is (C) 2008, Tzafrir Cohen <tzafrir.cohen at xorcom.com> and
+is licensed under the same terms as the software itself (see above).

Added: libasterisk-config-perl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/libasterisk-config-perl/trunk/debian/rules?rev=7352&op=file
==============================================================================
--- libasterisk-config-perl/trunk/debian/rules (added)
+++ libasterisk-config-perl/trunk/debian/rules Tue Jun  9 22:49:52 2009
@@ -1,0 +1,68 @@
+#!/usr/bin/make -f
+# This debian/rules file is provided as a template for normal perl
+# packages. It was created by Marc Brockschmidt <marc at dch-faq.de> for
+# the Debian Perl Group (http://pkg-perl.alioth.debian.org/) but may
+# be used freely wherever it is useful.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# If set to a true value then MakeMaker's prompt function will
+# always return the default without waiting for user input.
+export PERL_MM_USE_DEFAULT=1
+
+-include /usr/share/quilt/quilt.make
+
+PERL   ?= /usr/bin/perl
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
+build: build-stamp
+build-stamp: patch
+	dh_testdir
+	# Add commands to compile the package here
+	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	$(MAKE)
+	$(MAKE) test
+	touch $@
+
+clean: unpatch clean-unpatched
+clean-unpatched:
+	dh_testdir
+	dh_testroot
+	dh_clean build-stamp install-stamp
+	# Add commands to clean up after the build process here
+	[ ! -f Makefile ] || $(MAKE) realclean
+
+install: install-stamp
+install-stamp: build-stamp
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	# Add commands to install the package into $(TMP) here
+	$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+	[ ! -d $(TMP)/usr/lib/perl5 ] || \
+		rmdir --ignore-fail-on-non-empty --parents --verbose \
+		$(TMP)/usr/lib/perl5
+	touch $@
+
+binary-arch:
+# We have nothing to do here for an architecture-independent package
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installexamples examples/*
+	chmod -x $(TMP)/usr/share/doc/$(PACKAGE)/examples/*.conf
+	dh_installdocs README
+	dh_installchangelogs Changes
+	dh_perl
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean clean-unpatched binary-indep binary-arch binary install patch unpatch

Propchange: libasterisk-config-perl/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: libasterisk-config-perl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/pkg-voip/libasterisk-config-perl/trunk/debian/watch?rev=7352&op=file
==============================================================================
--- libasterisk-config-perl/trunk/debian/watch (added)
+++ libasterisk-config-perl/trunk/debian/watch Tue Jun  9 22:49:52 2009
@@ -1,0 +1,4 @@
+# format version number, currently 3; this line is compulsory!
+version=3
+# URL to the package page followed by a regex to search
+http://search.cpan.org/dist/Asterisk-config/   .*/Asterisk-config-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Added: libasterisk-config-perl/trunk/t/array_hash.conf
URL: http://svn.debian.org/wsvn/pkg-voip/libasterisk-config-perl/trunk/t/array_hash.conf?rev=7352&op=file
==============================================================================
--- libasterisk-config-perl/trunk/t/array_hash.conf (added)
+++ libasterisk-config-perl/trunk/t/array_hash.conf Tue Jun  9 22:49:52 2009
@@ -1,0 +1,10 @@
+var1=value
+a1=b
+a = b
+var = value
+[test-array]
+a = b
+var = value
+[test-hash]
+a=b
+var=value




More information about the Pkg-voip-commits mailing list