[Python-modules-commits] r7517 - in packages/python-xmltv (11 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Fri Feb 13 18:27:38 UTC 2009
Date: Friday, February 13, 2009 @ 18:27:37
Author: piotr
Revision: 7517
move python-xmltv to the right dir
Added:
packages/python-xmltv/tags/
packages/python-xmltv/trunk/debian/
packages/python-xmltv/trunk/debian/changelog
packages/python-xmltv/trunk/debian/compat
packages/python-xmltv/trunk/debian/control
packages/python-xmltv/trunk/debian/copyright
packages/python-xmltv/trunk/debian/docs
packages/python-xmltv/trunk/debian/pycompat
packages/python-xmltv/trunk/debian/rules
packages/python-xmltv/trunk/debian/watch
Deleted:
packages/python-xmltv/trunk/python-xmltv/
Property changes on: packages/python-xmltv/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: packages/python-xmltv/trunk/debian/changelog
===================================================================
--- packages/python-xmltv/trunk/debian/changelog (rev 0)
+++ packages/python-xmltv/trunk/debian/changelog 2009-02-13 18:27:37 UTC (rev 7517)
@@ -0,0 +1,6 @@
+python-xmltv (1.3-1) jaunty; urgency=low
+
+ * Initial release (Closes: #513294)
+
+ -- Andrew Gee <andrew at andrewgee.org> Tue, 27 Jan 2009 12:55:13 +0000
+
Added: packages/python-xmltv/trunk/debian/compat
===================================================================
--- packages/python-xmltv/trunk/debian/compat (rev 0)
+++ packages/python-xmltv/trunk/debian/compat 2009-02-13 18:27:37 UTC (rev 7517)
@@ -0,0 +1 @@
+5
Added: packages/python-xmltv/trunk/debian/control
===================================================================
--- packages/python-xmltv/trunk/debian/control (rev 0)
+++ packages/python-xmltv/trunk/debian/control 2009-02-13 18:27:37 UTC (rev 7517)
@@ -0,0 +1,24 @@
+Source: python-xmltv
+Section: python
+Priority: optional
+Maintainer: Andrew Gee <andrew at andrewgee.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: cdbs (>= 0.4.49),
+ debhelper (>= 5.0.38),
+ python-central (>= 0.5.6),
+ python (>= 2.5)
+XS-Python-Version: >= 2.5
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-xmltv/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-xmltv/trunk/
+Standards-Version: 3.8.0
+Homepage: http://funktronics.ca/python-xmltv
+
+Package: python-xmltv
+Architecture: all
+Depends: python (>= 2.5) | python-celementtree | python-elementtrees
+XB-Python-Version: ${python:Versions}
+Description: allows Python applications to access XMLTV data
+ This package allows Python programs to interact with XMLTV data
+ and look through it, splitting the contents out into programmes
+ and channels.
+ XMLTV is an XML file format for storing TV listings.
Added: packages/python-xmltv/trunk/debian/copyright
===================================================================
--- packages/python-xmltv/trunk/debian/copyright (rev 0)
+++ packages/python-xmltv/trunk/debian/copyright 2009-02-13 18:27:37 UTC (rev 7517)
@@ -0,0 +1,31 @@
+This package was debianized by Andrew Gee <andrew at andrewgee.org> on
+Tue, 27 Jan 2009 12:55:13 +0000.
+
+It was downloaded from http://funktronics.ca/python-xmltv/releases/python-xmltv-1.3.tar.gz
+
+Upstream Authors:
+
+ John-Mark Gurney <gurney_j at resnet.uoregon.edu>
+ Aidan Thornton <makomk at lycos.co.uk>
+
+Copyright:
+
+ Copyright (C) 2001 James Oakley
+
+License:
+
+ This library is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 2.1 of the License, or (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License can be found in /usr/share/common-licenses/LGPL file.
+
+The Debian packaging is Copyright (C) 2009, Andrew Gee <andrew at andrewgee.org> and
+is licensed under the LGPL, see `/usr/share/common-licenses/LGPL'.
Added: packages/python-xmltv/trunk/debian/docs
===================================================================
--- packages/python-xmltv/trunk/debian/docs (rev 0)
+++ packages/python-xmltv/trunk/debian/docs 2009-02-13 18:27:37 UTC (rev 7517)
@@ -0,0 +1,2 @@
+README.txt
+CREDITS
Added: packages/python-xmltv/trunk/debian/pycompat
===================================================================
--- packages/python-xmltv/trunk/debian/pycompat (rev 0)
+++ packages/python-xmltv/trunk/debian/pycompat 2009-02-13 18:27:37 UTC (rev 7517)
@@ -0,0 +1 @@
+2
Added: packages/python-xmltv/trunk/debian/rules
===================================================================
--- packages/python-xmltv/trunk/debian/rules (rev 0)
+++ packages/python-xmltv/trunk/debian/rules 2009-02-13 18:27:37 UTC (rev 7517)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
Property changes on: packages/python-xmltv/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
+ *
Added: packages/python-xmltv/trunk/debian/watch
===================================================================
--- packages/python-xmltv/trunk/debian/watch (rev 0)
+++ packages/python-xmltv/trunk/debian/watch 2009-02-13 18:27:37 UTC (rev 7517)
@@ -0,0 +1,3 @@
+version=3
+
+http://funktronics.ca/python-xmltv/releases/ python-xmltv-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list