[Python-modules-commits] r9942 - in packages/turbokid/trunk (11 files)
federico-guest at users.alioth.debian.org
federico-guest at users.alioth.debian.org
Mon Oct 5 14:27:05 UTC 2009
Date: Monday, October 5, 2009 @ 14:27:03
Author: federico-guest
Revision: 9942
[svn-inject] Applying Debian modifications to trunk
Added:
packages/turbokid/trunk/debian/
packages/turbokid/trunk/debian/changelog
packages/turbokid/trunk/debian/compat
packages/turbokid/trunk/debian/control
packages/turbokid/trunk/debian/copyright
packages/turbokid/trunk/debian/patches/
packages/turbokid/trunk/debian/patches/01-autobuild.patch
packages/turbokid/trunk/debian/patches/series
packages/turbokid/trunk/debian/pycompat
packages/turbokid/trunk/debian/pyversions
packages/turbokid/trunk/debian/rules
Property changes on: packages/turbokid/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/turbokid/trunk/debian/changelog
===================================================================
--- packages/turbokid/trunk/debian/changelog (rev 0)
+++ packages/turbokid/trunk/debian/changelog 2009-10-05 14:27:03 UTC (rev 9942)
@@ -0,0 +1,126 @@
+turbokid (1.0.4-5) unstable; urgency=low
+
+ * Orphaning package.
+
+ -- Daniel Baumann <daniel at debian.org> Tue, 16 Jun 2009 08:15:00 +0200
+
+turbokid (1.0.4-4) unstable; urgency=low
+
+ * New maintainer (Closes: #507791).
+ * Redone debian packaging from scratch.
+
+ -- Daniel Baumann <daniel at debian.org> Sun, 11 Jan 2009 15:26:00 -0500
+
+turbokid (1.0.4-3) unstable; urgency=low
+
+ [ Sandro Tosi ]
+ * debian/control
+ - switch Vcs-Browser field to viewsvn
+
+ [ Gustavo Noronha Silva ]
+ * Orphaning the package.
+
+ -- Gustavo Noronha Silva <kov at debian.org> Thu, 04 Dec 2008 11:41:37 -0200
+
+turbokid (1.0.4-2) unstable; urgency=low
+
+ * debian/control:
+ - replaced python-setuptools runtime dependency with a
+ python-pkg-resources one (Closes: #468707)
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 10 May 2008 09:36:29 -0300
+
+turbokid (1.0.4-1) unstable; urgency=low
+
+ [ Piotr Ożarowski ]
+ * New python-support handles egg's directory name correctly
+ - bump python-support required version
+ - remove mv part from debian/rules
+ * Vcs-Browser and Homepage fields added
+ * XS-Vcs-Svn field renamed to Vcs-Svn
+
+ [ Sandro Tosi ]
+ * debian/control
+ - uniforming Vcs-Browser field
+
+ [ Gustavo Noronha Silva ]
+ * New upstream release
+ * debian/patches/01_disable_requirements.diff:
+ - updated
+ * debian/control:
+ - remove -1 from setuptools' version requirement on build-deps
+ - updated Standards-Version to 3.7.3
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sun, 10 Feb 2008 23:11:06 -0200
+
+turbokid (1.0.1-1) unstable; urgency=low
+
+ [ Piotr Ozarowski ]
+ * Added XS-Vcs-Svn field
+
+ [ Gustavo Noronha Silva ]
+ * New upstream version
+ * debian/control:
+ - updated version requirements for python-support and move it
+ and python-all-dev to Build-Deps, since they are needed to
+ run clean target
+ - updated Depends on python-kid to >= 0.9.5
+ * debian/patches/01_disable_requirements.diff:
+ - update to cope with changes in the upstream file
+ * debian/watch:
+ - added to watch for new versions automatically
+ * debian/pycompat:
+ - removed; no longer used, since dh_python was dropped
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 12 May 2007 15:06:21 -0300
+
+turbokid (0.9.9-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/patches/01_disable_requirements.diff:
+ - updated
+
+ -- Gustavo Noronha Silva <kov at debian.org> Mon, 20 Nov 2006 23:13:42 -0200
+
+turbokid (0.9.8-1) unstable; urgency=low
+
+ * New upstream release
+ * debian/control:
+ - require newer versions of cdbs and debhelper which respect the
+ 2.4 requirement when calling setup.py
+ * debian/rules:
+ - use DEB_UPSTREAM_VERSION, and shell globbing instead of detecting the
+ python version when renaming the egg-info directory
+ (Closes: #379547)
+ * debian/patches/01_disable_requirements.diff:
+ - added; disable the kid >= 0.9.3 requirement; Debian has only
+ 0.9.1, which works, and I can handle the "I don't want kid
+ 0.9.2" requirement as a Conflict, if needed (but not for now)
+
+ -- Gustavo Noronha Silva <kov at debian.org> Mon, 24 Jul 2006 21:28:45 -0300
+
+turbokid (0.9.6-3) unstable; urgency=low
+
+ * debian/control, debian/pyversions, debian/pycompat:
+ - use python-support 0.3
+ * debian/python-support.version:
+ - removed
+ * debian/rules:
+ - rename egg-info directory to remove the python version
+
+ -- Gustavo Noronha Silva <kov at debian.org> Fri, 23 Jun 2006 16:55:57 -0300
+
+turbokid (0.9.6-2) experimental; urgency=low
+
+ * debian/control, debian/rules:
+ - support the new Python Policy
+ * debina/python-turbokid.{postinst,prerm}:
+ - removed; now generated by dh_pysupport
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 20 May 2006 14:23:54 -0300
+
+turbokid (0.9.6-1) experimental; urgency=low
+
+ * Initial release (Closes: #367283)
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 13 May 2006 18:59:40 -0300
Added: packages/turbokid/trunk/debian/compat
===================================================================
--- packages/turbokid/trunk/debian/compat (rev 0)
+++ packages/turbokid/trunk/debian/compat 2009-10-05 14:27:03 UTC (rev 9942)
@@ -0,0 +1 @@
+7
Added: packages/turbokid/trunk/debian/control
===================================================================
--- packages/turbokid/trunk/debian/control (rev 0)
+++ packages/turbokid/trunk/debian/control 2009-10-05 14:27:03 UTC (rev 9942)
@@ -0,0 +1,19 @@
+Source: turbokid
+Section: python
+Priority: optional
+Maintainer: Debian QA Group <packages at qa.debian.org>
+Build-Depends: debhelper (>= 7), quilt, python, python-all-dev, python-setuptools, python-support
+Standards-Version: 3.8.0
+Homepage: http://www.turbogears.org/
+Vcs-Browser: http://git.debian.net/?p=debian/turbokid.git
+Vcs-Git: git://git.debian.net/git/debian/turbokid.git
+
+Package: python-turbokid
+Architecture: all
+Depends: ${python:Depends}, python-kid, python-pkg-resources
+XB-Python-Version: ${python:Versions}
+Description: TurboGears template plugin to use kid templates
+ TurboGears is a complete front-to-back Web development mega-framework in
+ Python.
+ .
+ This package contains the template plugin to use kid templates.
Added: packages/turbokid/trunk/debian/copyright
===================================================================
--- packages/turbokid/trunk/debian/copyright (rev 0)
+++ packages/turbokid/trunk/debian/copyright 2009-10-05 14:27:03 UTC (rev 9942)
@@ -0,0 +1,44 @@
+Author: Kevin Dangoor <dangoor+turbogears at gmail.com>
+Download: http://www.turbogears.org/download/filelist.html
+
+Files: *
+Copyright: (C) 2005-2008 Kevin Dangoor <dangoor+turbogears at gmail.com>
+License: MIT
+ 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.
+
+Files: debian/*
+Copyright: (C) 2009 Daniel Baumann <daniel at debian.org>
+License: MIT
+ 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.
Added: packages/turbokid/trunk/debian/patches/01-autobuild.patch
===================================================================
--- packages/turbokid/trunk/debian/patches/01-autobuild.patch (rev 0)
+++ packages/turbokid/trunk/debian/patches/01-autobuild.patch 2009-10-05 14:27:03 UTC (rev 9942)
@@ -0,0 +1,15 @@
+Author: Gustavo Noronha Silva <kov at debian.org>
+Description: Don't check module dependencies during build.
+
+diff -Naurp turbokid.orig/setup.py turbokid/setup.py
+--- turbokid.orig/setup.py 2007-11-18 10:55:06.000000000 +0000
++++ turbokid/setup.py 2009-01-11 20:40:58.000000000 +0000
+@@ -10,7 +10,7 @@ setup(
+ download_url="http://www.turbogears.org/download/",
+ keywords=["python.templating.engines", "turbogears"],
+ license="MIT",
+- install_requires = ["kid >= 0.9.6"],
++ #install_requires = ["kid >= 0.9.6"],
+ zip_safe=False,
+ packages=find_packages(),
+ classifiers = [
Added: packages/turbokid/trunk/debian/patches/series
===================================================================
--- packages/turbokid/trunk/debian/patches/series (rev 0)
+++ packages/turbokid/trunk/debian/patches/series 2009-10-05 14:27:03 UTC (rev 9942)
@@ -0,0 +1 @@
+01-autobuild.patch
Added: packages/turbokid/trunk/debian/pycompat
===================================================================
--- packages/turbokid/trunk/debian/pycompat (rev 0)
+++ packages/turbokid/trunk/debian/pycompat 2009-10-05 14:27:03 UTC (rev 9942)
@@ -0,0 +1 @@
+2
Added: packages/turbokid/trunk/debian/pyversions
===================================================================
--- packages/turbokid/trunk/debian/pyversions (rev 0)
+++ packages/turbokid/trunk/debian/pyversions 2009-10-05 14:27:03 UTC (rev 9942)
@@ -0,0 +1 @@
+2.4-
Added: packages/turbokid/trunk/debian/rules
===================================================================
--- packages/turbokid/trunk/debian/rules (rev 0)
+++ packages/turbokid/trunk/debian/rules 2009-10-05 14:27:03 UTC (rev 9942)
@@ -0,0 +1,44 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+clean: unpatch
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+
+ python setup.py clean
+ rm -rf dist build TurboKid.egg-info
+
+ dh_clean
+
+build:
+
+install: patch
+ dh_testdir
+ dh_testroot
+ dh_prep
+ dh_installdirs
+
+ python setup.py install --single-version-externally-managed --root=$(CURDIR)/debian/python-turbokid --install-lib /usr/share/python-support/python-turbokid
+
+ find debian/python-turbokid -type f -name "*.pyc" | xargs rm -f
+
+binary: binary-indep
+
+binary-arch:
+
+binary-indep: install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs
+ dh_installdocs
+ dh_pysupport
+ dh_compress
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+.PHONY: clean build install binary binary-arch binary-indep
Property changes on: packages/turbokid/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
More information about the Python-modules-commits
mailing list