[Python-modules-commits] r8577 - in packages/prettytable/trunk (7 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Wed May 27 06:27:57 UTC 2009
Date: Wednesday, May 27, 2009 @ 06:27:56
Author: morph
Revision: 8577
[svn-inject] Applying Debian modifications to trunk
Added:
packages/prettytable/trunk/debian/
packages/prettytable/trunk/debian/changelog
packages/prettytable/trunk/debian/compat
packages/prettytable/trunk/debian/control
packages/prettytable/trunk/debian/copyright
packages/prettytable/trunk/debian/rules
packages/prettytable/trunk/debian/watch
Property changes on: packages/prettytable/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/prettytable/trunk/debian/changelog
===================================================================
--- packages/prettytable/trunk/debian/changelog (rev 0)
+++ packages/prettytable/trunk/debian/changelog 2009-05-27 06:27:56 UTC (rev 8577)
@@ -0,0 +1,5 @@
+prettytable (0.5-1) unstable; urgency=low
+
+ * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+
+ -- Sandro Tosi <morph at debian.org> Wed, 27 May 2009 08:06:55 +0200
Added: packages/prettytable/trunk/debian/compat
===================================================================
--- packages/prettytable/trunk/debian/compat (rev 0)
+++ packages/prettytable/trunk/debian/compat 2009-05-27 06:27:56 UTC (rev 8577)
@@ -0,0 +1 @@
+7
Added: packages/prettytable/trunk/debian/control
===================================================================
--- packages/prettytable/trunk/debian/control (rev 0)
+++ packages/prettytable/trunk/debian/control 2009-05-27 06:27:56 UTC (rev 8577)
@@ -0,0 +1,13 @@
+Source: prettytable
+Section: unknown
+Priority: extra
+Maintainer: Sandro Tosi <morph at debian.org>
+Build-Depends: debhelper (>= 7)
+Standards-Version: 3.8.1
+Homepage: <insert the upstream URL, if relevant>
+
+Package: prettytable
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: <insert up to 60 chars description>
+ <insert long description, indented with spaces>
Added: packages/prettytable/trunk/debian/copyright
===================================================================
--- packages/prettytable/trunk/debian/copyright (rev 0)
+++ packages/prettytable/trunk/debian/copyright 2009-05-27 06:27:56 UTC (rev 8577)
@@ -0,0 +1,28 @@
+This package was debianized by Sandro Tosi <morph at debian.org> on
+Wed, 27 May 2009 08:06:55 +0200.
+
+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) 2009 Sandro Tosi <morph at debian.org>
+
+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: packages/prettytable/trunk/debian/rules
===================================================================
--- packages/prettytable/trunk/debian/rules (rev 0)
+++ packages/prettytable/trunk/debian/rules 2009-05-27 06:27:56 UTC (rev 8577)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+
+%:
+ dh $@
Property changes on: packages/prettytable/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/prettytable/trunk/debian/watch
===================================================================
--- packages/prettytable/trunk/debian/watch (rev 0)
+++ packages/prettytable/trunk/debian/watch 2009-05-27 06:27:56 UTC (rev 8577)
@@ -0,0 +1,4 @@
+# Compulsory line, this is a version 3 file
+version=3
+
+http://pypi.python.org/packages/source/P/PrettyTable/prettytable-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list