[Python-modules-commits] r15555 - in packages/django-genshi/trunk (10 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Wed Feb 9 05:51:33 UTC 2011


    Date: Wednesday, February 9, 2011 @ 05:51:29
  Author: takaki
Revision: 15555

[svn-inject] Applying Debian modifications (1.1.3-2) to trunk

Added:
  packages/django-genshi/trunk/debian/
  packages/django-genshi/trunk/debian/changelog
  packages/django-genshi/trunk/debian/compat
  packages/django-genshi/trunk/debian/control
  packages/django-genshi/trunk/debian/copyright
  packages/django-genshi/trunk/debian/docs
  packages/django-genshi/trunk/debian/pycompat
  packages/django-genshi/trunk/debian/rules
  packages/django-genshi/trunk/debian/watch
Modified:
  packages/django-genshi/trunk/django_genshi.egg-info/SOURCES.txt


Property changes on: packages/django-genshi/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/django-genshi/trunk/debian/changelog
===================================================================
--- packages/django-genshi/trunk/debian/changelog	                        (rev 0)
+++ packages/django-genshi/trunk/debian/changelog	2011-02-09 05:51:29 UTC (rev 15555)
@@ -0,0 +1,11 @@
+django-genshi (1.1.3-2) unstable; urgency=low
+
+  * debian/control: Update Maintainer email address
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Sun, 18 Oct 2009 15:58:07 +0900
+
+django-genshi (1.1.3-1) unstable; urgency=low
+
+  * Initial release (Closes: #551025)
+
+ -- TANIGUCHI Takaki <takaki at asis.media-as.org>  Tue, 13 Oct 2009 23:29:02 +0900

Added: packages/django-genshi/trunk/debian/compat
===================================================================
--- packages/django-genshi/trunk/debian/compat	                        (rev 0)
+++ packages/django-genshi/trunk/debian/compat	2011-02-09 05:51:29 UTC (rev 15555)
@@ -0,0 +1 @@
+7

Added: packages/django-genshi/trunk/debian/control
===================================================================
--- packages/django-genshi/trunk/debian/control	                        (rev 0)
+++ packages/django-genshi/trunk/debian/control	2011-02-09 05:51:29 UTC (rev 15555)
@@ -0,0 +1,18 @@
+Source: django-genshi
+Section: python
+Priority: optional
+Maintainer: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends: cdbs, debhelper (>= 7), python-dev, python-support, python-setuptools
+Standards-Version: 3.8.3
+Homepage: https://launchpad.net/django-genshi
+
+Package: python-django-genshi
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python-genshi
+Provides: ${python:Provides}
+Description: Django integration for Genshi
+ django-genshi is a small wrapper library around Genshi that provides
+ an API similar to django.template. Included are imitations of
+ Context and RequestContext. There is also an implemention of the
+ Django template loader system adapted for Genshi, and a selection of
+ shortcut functions.

Added: packages/django-genshi/trunk/debian/copyright
===================================================================
--- packages/django-genshi/trunk/debian/copyright	                        (rev 0)
+++ packages/django-genshi/trunk/debian/copyright	2011-02-09 05:51:29 UTC (rev 15555)
@@ -0,0 +1,40 @@
+This work was packaged for Debian by:
+
+    TANIGUCHI Takaki <takaki at asis.media-as.org> on Tue, 13 Oct 2009 23:29:02 +0900
+
+It was downloaded from:
+
+    http://pypi.python.org/pypi/django-genshi/
+
+Upstream Author:
+
+    John Millikin <jmillikin at gmail.com>
+
+Copyright:
+
+    (C) 2008-2009 John Millikin
+
+License:
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This package 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 General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
+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 TANIGUCHI Takaki <takaki at asis.media-as.org>
+
+and is licensed under the GPL version 3, see above.
+

Added: packages/django-genshi/trunk/debian/docs
===================================================================
--- packages/django-genshi/trunk/debian/docs	                        (rev 0)
+++ packages/django-genshi/trunk/debian/docs	2011-02-09 05:51:29 UTC (rev 15555)
@@ -0,0 +1 @@
+README.txt

Added: packages/django-genshi/trunk/debian/pycompat
===================================================================
--- packages/django-genshi/trunk/debian/pycompat	                        (rev 0)
+++ packages/django-genshi/trunk/debian/pycompat	2011-02-09 05:51:29 UTC (rev 15555)
@@ -0,0 +1 @@
+2

Added: packages/django-genshi/trunk/debian/rules
===================================================================
--- packages/django-genshi/trunk/debian/rules	                        (rev 0)
+++ packages/django-genshi/trunk/debian/rules	2011-02-09 05:51:29 UTC (rev 15555)
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM = pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed


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

Added: packages/django-genshi/trunk/debian/watch
===================================================================
--- packages/django-genshi/trunk/debian/watch	                        (rev 0)
+++ packages/django-genshi/trunk/debian/watch	2011-02-09 05:51:29 UTC (rev 15555)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/d/django-genshi/django-genshi-(.*).tar.gz

Modified: packages/django-genshi/trunk/django_genshi.egg-info/SOURCES.txt
===================================================================
--- packages/django-genshi/trunk/django_genshi.egg-info/SOURCES.txt	2011-02-09 05:51:16 UTC (rev 15554)
+++ packages/django-genshi/trunk/django_genshi.egg-info/SOURCES.txt	2011-02-09 05:51:29 UTC (rev 15555)
@@ -1,4 +1,5 @@
 README.txt
+setup.cfg
 setup.py
 django_genshi/__init__.py
 django_genshi/context.py




More information about the Python-modules-commits mailing list