[Python-modules-commits] r5696 - in packages/creoleparser/trunk/debian (5 files)

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Wed Jun 18 21:59:56 UTC 2008


    Date: Wednesday, June 18, 2008 @ 21:59:54
  Author: bzed
Revision: 5696

Adding things, which were missing until now :)

Modified:
  packages/creoleparser/trunk/debian/control
  packages/creoleparser/trunk/debian/copyright
  packages/creoleparser/trunk/debian/docs
  packages/creoleparser/trunk/debian/patches/no-setuptools-please.dpatch
  packages/creoleparser/trunk/debian/rules

Modified: packages/creoleparser/trunk/debian/control
===================================================================
--- packages/creoleparser/trunk/debian/control	2008-06-18 21:54:09 UTC (rev 5695)
+++ packages/creoleparser/trunk/debian/control	2008-06-18 21:59:54 UTC (rev 5696)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Bernd Zeimetz <bzed at debian.org>
-Build-Depends: debhelper (>= 5), python-all, python-genshi, dpatch
+Build-Depends: debhelper (>= 5), python-all, python-genshi, dpatch, python-support
 Standards-Version: 3.7.3
 Homepage: http://creoleparser.googlepages.com
 

Modified: packages/creoleparser/trunk/debian/copyright
===================================================================
--- packages/creoleparser/trunk/debian/copyright	2008-06-18 21:54:09 UTC (rev 5695)
+++ packages/creoleparser/trunk/debian/copyright	2008-06-18 21:59:54 UTC (rev 5696)
@@ -1,24 +1,37 @@
 This package was debianized by Bernd Zeimetz <bzed at debian.org> on
 Wed, 18 Jun 2008 23:28:55 +0200.
 
-It was downloaded from <url://example.com>
+It was downloaded from http://pypi.python.org/pypi/Creoleparser
 
 Upstream Author(s): 
 
-    <put author's name and email here>
-    <likewise for another author>
+    Stephen Day <stephen.h.day at gm**l.com>
 
 Copyright: 
 
-    <Copyright (C) YYYY Name OfAuthor>
-    <likewise for another author>
+    Copyright (c) 2007 Stephen Day <stephen h day at gm**l com>
 
 License:
 
-    <Put the license of the package here indented by 4 spaces>
+    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.
 
+
 The Debian packaging is (C) 2008, Bernd Zeimetz <bzed at debian.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+is licensed under the MIT license, see above.
 
-# Please also look if there are files or directories which have a
-# different copyright/license attached and list them here.

Modified: packages/creoleparser/trunk/debian/docs
===================================================================
--- packages/creoleparser/trunk/debian/docs	2008-06-18 21:54:09 UTC (rev 5695)
+++ packages/creoleparser/trunk/debian/docs	2008-06-18 21:59:54 UTC (rev 5696)
@@ -1,2 +1 @@
-CHANGES.txt
 README.txt

Modified: packages/creoleparser/trunk/debian/patches/no-setuptools-please.dpatch
===================================================================
--- packages/creoleparser/trunk/debian/patches/no-setuptools-please.dpatch	2008-06-18 21:54:09 UTC (rev 5695)
+++ packages/creoleparser/trunk/debian/patches/no-setuptools-please.dpatch	2008-06-18 21:59:54 UTC (rev 5696)
@@ -1,8 +1,7 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
 ## no-setuptools-please.dpatch by Bernd Zeimetz <bzed at debian.org>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: setuptools is evil, getting rid of it.
 
 @DPATCH@
 diff -urNad creoleparser~/setup.py creoleparser/setup.py

Modified: packages/creoleparser/trunk/debian/rules
===================================================================
--- packages/creoleparser/trunk/debian/rules	2008-06-18 21:54:09 UTC (rev 5695)
+++ packages/creoleparser/trunk/debian/rules	2008-06-18 21:59:54 UTC (rev 5696)
@@ -58,7 +58,7 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs
+	dh_installchangelogs CHANGES.txt
 	dh_compress -X.py
 	dh_fixperms
 	dh_pysupport




More information about the Python-modules-commits mailing list