[Python-modules-commits] r610 - in /packages/turbokid/trunk/debian: changelog compat control copyright python-support.version python-turbokid.postinst python-turbokid.prerm rules

kov at users.alioth.debian.org kov at users.alioth.debian.org
Sun May 14 23:56:18 UTC 2006


Author: kov
Date: Sun May 14 23:56:17 2006
New Revision: 610

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=610
Log:
initial packaging

Added:
    packages/turbokid/trunk/debian/changelog
    packages/turbokid/trunk/debian/compat
    packages/turbokid/trunk/debian/control
    packages/turbokid/trunk/debian/copyright
    packages/turbokid/trunk/debian/python-support.version
    packages/turbokid/trunk/debian/python-turbokid.postinst
      - copied unchanged from r599, packages/turbogears/branches/0.9/debian/python-turbokid.postinst
    packages/turbokid/trunk/debian/python-turbokid.prerm
      - copied unchanged from r599, packages/turbogears/branches/0.9/debian/python-turbokid.prerm
    packages/turbokid/trunk/debian/rules   (with props)

Added: packages/turbokid/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbokid/trunk/debian/changelog?rev=610&op=file
==============================================================================
--- packages/turbokid/trunk/debian/changelog (added)
+++ packages/turbokid/trunk/debian/changelog Sun May 14 23:56:17 2006
@@ -1,0 +1,5 @@
+turbokid (0.9.6-1) UNRELEASED; 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
URL: http://svn.debian.org/wsvn/python-modules/packages/turbokid/trunk/debian/compat?rev=610&op=file
==============================================================================
--- packages/turbokid/trunk/debian/compat (added)
+++ packages/turbokid/trunk/debian/compat Sun May 14 23:56:17 2006
@@ -1,0 +1,1 @@
+4

Added: packages/turbokid/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/turbokid/trunk/debian/control?rev=610&op=file
==============================================================================
--- packages/turbokid/trunk/debian/control (added)
+++ packages/turbokid/trunk/debian/control Sun May 14 23:56:17 2006
@@ -1,0 +1,17 @@
+Source: turbokid
+Section: python
+Priority: optional
+Maintainer: Gustavo Noronha Silva <kov at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 4.1.0), python, python-setuptools (>= 0.6a11-1)
+Build-Depends-Indep: python-dev
+Standards-Version: 3.7.0
+
+Package: python-turbokid
+Architecture: all
+Depends: python (>= 2.4) | python2.4, python (<< 2.5) | python2.4, python-support, python-kid (>= 0.8)
+Description: TurboGears template plugin that supports Kid templates
+ This package enables the use of kid templates in the TurboGears
+ megaframework.
+ .
+  Homepage: http://www.turbogears.org/

Added: packages/turbokid/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/turbokid/trunk/debian/copyright?rev=610&op=file
==============================================================================
--- packages/turbokid/trunk/debian/copyright (added)
+++ packages/turbokid/trunk/debian/copyright Sun May 14 23:56:17 2006
@@ -1,0 +1,31 @@
+This package was debianized by Gustavo Noronha Silva <kov at debian.org> on
+Sun, 14 May 2006 20:53:18 -0300.
+
+It was downloaded from http://www.turbogears.org/
+
+Copyright:
+
+Copyright (c) 2005, 2006 Kevin Dangoor and contributors.
+TurboGears is a trademark of Kevin Dangoor.
+
+License:
+
+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/python-support.version
URL: http://svn.debian.org/wsvn/python-modules/packages/turbokid/trunk/debian/python-support.version?rev=610&op=file
==============================================================================
--- packages/turbokid/trunk/debian/python-support.version (added)
+++ packages/turbokid/trunk/debian/python-support.version Sun May 14 23:56:17 2006
@@ -1,0 +1,1 @@
+2.4

Added: packages/turbokid/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/turbokid/trunk/debian/rules?rev=610&op=file
==============================================================================
--- packages/turbokid/trunk/debian/rules (added)
+++ packages/turbokid/trunk/debian/rules Sun May 14 23:56:17 2006
@@ -1,0 +1,18 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/buildcore.mk
+# python-distutils before debhelper to avoid it calling dh_python
+# itself
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
+
+DEB_PYTHON_INSTALL_ARGS_ALL = --single-version-externally-managed --no-compile -O0 --install-lib usr/share/python-support/python-turbokid --install-data usr/share/doc/python-turbokid
+
+binary-post-install/python-turbokid::
+        install -D -o root -g root -m 644 debian/python-support.version \
+                debian/python-turbokid/usr/share/python-support/python-turbokid/.version
+
+clean::
+	# hack (CDBS bug -- see #300149)
+	-rm -rf build

Propchange: packages/turbokid/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list