[Pkg-voip-commits] r8921 - in /starpy/trunk/debian: ./ README.source changelog compat control copyright docs rules

pabelanger-guest at alioth.debian.org pabelanger-guest at alioth.debian.org
Mon May 2 16:04:32 UTC 2011


Author: pabelanger-guest
Date: Mon May  2 16:04:24 2011
New Revision: 8921

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

Added:
    starpy/trunk/debian/   (with props)
    starpy/trunk/debian/README.source
    starpy/trunk/debian/changelog
    starpy/trunk/debian/compat
    starpy/trunk/debian/control
    starpy/trunk/debian/copyright
    starpy/trunk/debian/docs
    starpy/trunk/debian/rules   (with props)

Propchange: starpy/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: starpy/trunk/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-voip/starpy/trunk/debian/README.source?rev=8921&op=file
==============================================================================
--- starpy/trunk/debian/README.source (added)
+++ starpy/trunk/debian/README.source Mon May  2 16:04:24 2011
@@ -1,0 +1,9 @@
+starpy for Debian
+-----------------
+
+<this file describes information about the source package, see Debian policy
+manual section 4.14. You WILL either need to modify or delete this file>
+
+
+
+

Added: starpy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/starpy/trunk/debian/changelog?rev=8921&op=file
==============================================================================
--- starpy/trunk/debian/changelog (added)
+++ starpy/trunk/debian/changelog Mon May  2 16:04:24 2011
@@ -1,0 +1,5 @@
+starpy (1.0.0a13-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #625216)
+
+ -- Paul Belanger <pabelanger at digium.com>  Wed, 27 Apr 2011 15:47:51 -0400

Added: starpy/trunk/debian/compat
URL: http://svn.debian.org/wsvn/pkg-voip/starpy/trunk/debian/compat?rev=8921&op=file
==============================================================================
--- starpy/trunk/debian/compat (added)
+++ starpy/trunk/debian/compat Mon May  2 16:04:24 2011
@@ -1,0 +1,1 @@
+7

Added: starpy/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-voip/starpy/trunk/debian/control?rev=8921&op=file
==============================================================================
--- starpy/trunk/debian/control (added)
+++ starpy/trunk/debian/control Mon May  2 16:04:24 2011
@@ -1,0 +1,21 @@
+Source: starpy
+Section: comm
+Priority: optional
+Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+ python-twisted-core
+X-Python-Version: >= 2.4
+Standards-Version: 3.8.4
+Homepage: http://www.vrplumber.com/programming/starpy/
+
+Package: python-starpy
+Architecture: all
+Depends: python-twisted-core,
+ ${misc:Depends},
+ ${python:Depends}
+Recommends: asterisk
+Description: Asterisk (AMI) protocols for Twisted Python
+  A Twisted Python protocol that provides access to the Asterisk PBX's Manager
+  Interface (AMI) and Fast Asterisk Gateway Interface (FastAGI). Together these
+  allow you to write both command-and-control interfaces (used, for example to
+  generate new calls) and to customize user interactions from the dial-plan.

Added: starpy/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-voip/starpy/trunk/debian/copyright?rev=8921&op=file
==============================================================================
--- starpy/trunk/debian/copyright (added)
+++ starpy/trunk/debian/copyright Mon May  2 16:04:24 2011
@@ -1,0 +1,35 @@
+This work was packaged for Debian by:
+
+    Paul Belanger <pabelanger at digium.com> on Wed, 27 Apr 2011 15:47:51 -0400
+
+It was downloaded from <url://example.com>
+
+Upstream Author(s):
+
+    <put author's name and email here>
+    <likewise for another author>
+
+Copyright:
+
+    <Copyright (C) YYYY Name OfAuthor>
+    <likewise for another author>
+
+License:
+
+    <Put the license of the package here indented by 4 spaces>
+
+The Debian packaging is:
+
+    Copyright (C) 2011 Paul Belanger <pabelanger at digium.com>
+
+# Please chose a license for your packaging work. If the program you package
+# uses a mainstream license, using the same license is the safest choice.
+# Please avoid to pick license terms that are more restrictive than the
+# packaged work, as it may make Debian's contributions unacceptable upstream.
+# If you just want it to be GPL version 3, leave the following lines in.
+
+and is licensed under the GPL version 3, 
+see `/usr/share/common-licenses/GPL-3'.
+
+# Please also look if there are files or directories which have a
+# different copyright/license attached and list them here.

Added: starpy/trunk/debian/docs
URL: http://svn.debian.org/wsvn/pkg-voip/starpy/trunk/debian/docs?rev=8921&op=file
==============================================================================
--- starpy/trunk/debian/docs (added)
+++ starpy/trunk/debian/docs Mon May  2 16:04:24 2011
@@ -1,0 +1,1 @@
+license.txt

Added: starpy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-voip/starpy/trunk/debian/rules?rev=8921&op=file
==============================================================================
--- starpy/trunk/debian/rules (added)
+++ starpy/trunk/debian/rules Mon May  2 16:04:24 2011
@@ -1,0 +1,13 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh  $@
+
+override_dh_install:
+	dh_install
+	# Workaround bug with tarball.  Upstream includes .svn folders
+	svn_folders=`find $(CURDIR) -name '.svn'` \
+		; cd $(CURDIR) && rm -rf $$svn_folders

Propchange: starpy/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Pkg-voip-commits mailing list