[Python-modules-commits] r10113 - in packages/wokkel/trunk (9 files)

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Sun Oct 18 19:30:21 UTC 2009


    Date: Sunday, October 18, 2009 @ 19:30:17
  Author: angelabad-guest
Revision: 10113

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/wokkel/trunk/debian/
  packages/wokkel/trunk/debian/changelog
  packages/wokkel/trunk/debian/compat
  packages/wokkel/trunk/debian/control
  packages/wokkel/trunk/debian/copyright
  packages/wokkel/trunk/debian/examples
  packages/wokkel/trunk/debian/pyversions
  packages/wokkel/trunk/debian/rules
  packages/wokkel/trunk/debian/watch


Property changes on: packages/wokkel/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/wokkel/trunk/debian/changelog
===================================================================
--- packages/wokkel/trunk/debian/changelog	                        (rev 0)
+++ packages/wokkel/trunk/debian/changelog	2009-10-18 19:30:17 UTC (rev 10113)
@@ -0,0 +1,5 @@
+wokkel (0.6.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #535829)
+
+ -- Angel Abad <angelabad at gmail.com>  Sun, 04 Oct 2009 16:37:58 +0200

Added: packages/wokkel/trunk/debian/compat
===================================================================
--- packages/wokkel/trunk/debian/compat	                        (rev 0)
+++ packages/wokkel/trunk/debian/compat	2009-10-18 19:30:17 UTC (rev 10113)
@@ -0,0 +1 @@
+7

Added: packages/wokkel/trunk/debian/control
===================================================================
--- packages/wokkel/trunk/debian/control	                        (rev 0)
+++ packages/wokkel/trunk/debian/control	2009-10-18 19:30:17 UTC (rev 10113)
@@ -0,0 +1,21 @@
+Source: wokkel
+Section: python 
+Priority: optional 
+Maintainer: Angel Abad <angelabad at gmail.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50), python, python-setuptools
+Build-Depends-Indep: python-support (>= 0.5.3)
+Standards-Version: 3.8.3
+Homepage: http://wokkel.ik.nu/
+
+Package: python-wokkel
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-twisted (>= 8.0.0),
+XB-Python-Version: ${python:Versions}
+Description: collection of enhancements for Twisted
+ Wokkel is collection of enhancements on top of the  
+ Twisted networking framework, written in Python. It 
+ mostly provides a testing ground for enhancements to 
+ the Jabber/XMPP protocol implementation as found in 
+ Twisted Words, that are meant to eventually move there. 
+

Added: packages/wokkel/trunk/debian/copyright
===================================================================
--- packages/wokkel/trunk/debian/copyright	                        (rev 0)
+++ packages/wokkel/trunk/debian/copyright	2009-10-18 19:30:17 UTC (rev 10113)
@@ -0,0 +1,49 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Ralph Meijer <ralphm at ik.nu>
+Upstream-Source: http://wokkel.ik.nu/
+Upstream-name: wokkel
+
+Files: *
+Copyright: Copyright 2008-2009, Ralph Meijer <ralphm at ik.nu>
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Files: debian/*
+Copyright: Copyright 2009, Angel Abad <angelabad at gmail.com>
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Added: packages/wokkel/trunk/debian/examples
===================================================================
--- packages/wokkel/trunk/debian/examples	                        (rev 0)
+++ packages/wokkel/trunk/debian/examples	2009-10-18 19:30:17 UTC (rev 10113)
@@ -0,0 +1,2 @@
+doc/examples/*
+

Added: packages/wokkel/trunk/debian/pyversions
===================================================================
--- packages/wokkel/trunk/debian/pyversions	                        (rev 0)
+++ packages/wokkel/trunk/debian/pyversions	2009-10-18 19:30:17 UTC (rev 10113)
@@ -0,0 +1 @@
+2.4-

Added: packages/wokkel/trunk/debian/rules
===================================================================
--- packages/wokkel/trunk/debian/rules	                        (rev 0)
+++ packages/wokkel/trunk/debian/rules	2009-10-18 19:30:17 UTC (rev 10113)
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@
+
+override_dh_auto_clean:
+	rm -rf wokkel.egg-info
+	dh_auto_clean
+
+override_dh_installchangelogs:
+	dh_installchangelogs NEWS
+


Property changes on: packages/wokkel/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/wokkel/trunk/debian/watch
===================================================================
--- packages/wokkel/trunk/debian/watch	                        (rev 0)
+++ packages/wokkel/trunk/debian/watch	2009-10-18 19:30:17 UTC (rev 10113)
@@ -0,0 +1,3 @@
+version=3
+
+http://wokkel.ik.nu/downloads http://wokkel.ik.nu/releases/.*/wokkel-(.*).tar.gz




More information about the Python-modules-commits mailing list