[Python-modules-commits] r9128 - in packages/trunk/python-akismet (7 files)

mezgani-guest at users.alioth.debian.org mezgani-guest at users.alioth.debian.org
Wed Jul 22 22:53:07 UTC 2009


    Date: Wednesday, July 22, 2009 @ 22:53:06
  Author: mezgani-guest
Revision: 9128

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/trunk/python-akismet/debian/
  packages/trunk/python-akismet/debian/changelog
  packages/trunk/python-akismet/debian/compat
  packages/trunk/python-akismet/debian/control
  packages/trunk/python-akismet/debian/copyright
  packages/trunk/python-akismet/debian/rules
  packages/trunk/python-akismet/debian/watch

Added: packages/trunk/python-akismet/debian/changelog
===================================================================
--- packages/trunk/python-akismet/debian/changelog	                        (rev 0)
+++ packages/trunk/python-akismet/debian/changelog	2009-07-22 22:53:06 UTC (rev 9128)
@@ -0,0 +1,5 @@
+python-akismet (0.2.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #537796)  
+
+ -- MEZGANI Ali <mezgani at linuxmail.org>  Mon, 20 Jul 2009 20:28:01 +0000

Added: packages/trunk/python-akismet/debian/compat
===================================================================
--- packages/trunk/python-akismet/debian/compat	                        (rev 0)
+++ packages/trunk/python-akismet/debian/compat	2009-07-22 22:53:06 UTC (rev 9128)
@@ -0,0 +1 @@
+7

Added: packages/trunk/python-akismet/debian/control
===================================================================
--- packages/trunk/python-akismet/debian/control	                        (rev 0)
+++ packages/trunk/python-akismet/debian/control	2009-07-22 22:53:06 UTC (rev 9128)
@@ -0,0 +1,17 @@
+Source: python-akismet
+Section: python 
+Priority: optional
+Maintainer: MEZGANI Ali <mezgani at linuxmail.org>
+Build-Depends: debhelper (>= 7), python-support, python-dev
+Standards-Version: 3.8.2
+Homepage: http://www.voidspace.org.uk/python/modules.shtml#akismet
+XB-Python-Version: ${python:Versions}
+
+Package: python-akismet
+Architecture: all
+Depends: python, ${python:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
+Description: interface to the Akismet anti comment-spam API
+ Akismet is a web service for recognizing spam comments, 
+ designed to work with the Wordpress Blog Tool, but it's not 
+ restricted to that - so this is a Python interface to the Akismet API.

Added: packages/trunk/python-akismet/debian/copyright
===================================================================
--- packages/trunk/python-akismet/debian/copyright	                        (rev 0)
+++ packages/trunk/python-akismet/debian/copyright	2009-07-22 22:53:06 UTC (rev 9128)
@@ -0,0 +1,49 @@
+This package was debianized by:
+
+    MEZGANI Ali <mezgani at linuxmail.org> on Mon, 20 Jul 2009 18:38:09 +0000
+
+It was downloaded from:
+
+    http://www.voidspace.org.uk/python/modules.shtml#akismet
+
+Upstream Author:
+
+    Michael Foord <fuzzyman at voidspace.org.uk>
+
+Copyright:
+
+    Copyright (C) 2009 Michael Foord 
+
+License: BSD
+
+    Redistribution and use in source and binary forms, with or without modification, 
+    are permitted provided that the following conditions are met:
+    * Redistributions of source code must retain the above copyright notice, 
+      this list of conditions and the following disclaimer.
+    * Redistributions in binary form must reproduce the above copyright notice, 
+      this list of conditions and the following disclaimer in the documentation 
+      and/or other materials provided with the distribution.
+    * Neither the name of the <ORGANIZATION> nor the names of its contributors 
+      may be used to endorse or promote products derived from this software without 
+      specific prior written permission.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
+    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 
+    THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
+    ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE 
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES 
+    (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 
+    LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 
+    THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 
+    (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, 
+    EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+On Debian systems, the complete text of the GNU General
+Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is:
+
+    Copyright (C) 2009 MEZGANI Ali <mezgani at linuxmail.org>
+
+and is licensed under the GPL version 3, see above.
+

Added: packages/trunk/python-akismet/debian/rules
===================================================================
--- packages/trunk/python-akismet/debian/rules	                        (rev 0)
+++ packages/trunk/python-akismet/debian/rules	2009-07-22 22:53:06 UTC (rev 9128)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+%:
+	dh $@


Property changes on: packages/trunk/python-akismet/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/trunk/python-akismet/debian/watch
===================================================================
--- packages/trunk/python-akismet/debian/watch	                        (rev 0)
+++ packages/trunk/python-akismet/debian/watch	2009-07-22 22:53:06 UTC (rev 9128)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/a/akismet/akismet-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list