[Python-modules-commits] r614 - in /packages/turbojson: ./
branches/ tags/ trunk/ trunk/debian/
trunk/debian/changelog trunk/debian/compat trunk/debian/control
trunk/debian/copyright trunk/debian/python-support.version
trunk/debian/rules
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Mon May 15 00:05:44 UTC 2006
Author: kov
Date: Mon May 15 00:05:43 2006
New Revision: 614
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=614
Log:
initial packaging
Added:
packages/turbojson/
packages/turbojson/branches/
packages/turbojson/tags/
packages/turbojson/trunk/
packages/turbojson/trunk/debian/
packages/turbojson/trunk/debian/changelog
packages/turbojson/trunk/debian/compat
packages/turbojson/trunk/debian/control
packages/turbojson/trunk/debian/copyright
packages/turbojson/trunk/debian/python-support.version
packages/turbojson/trunk/debian/rules (with props)
Added: packages/turbojson/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/turbojson/trunk/debian/changelog?rev=614&op=file
==============================================================================
--- packages/turbojson/trunk/debian/changelog (added)
+++ packages/turbojson/trunk/debian/changelog Mon May 15 00:05:43 2006
@@ -1,0 +1,5 @@
+turbojson (0.9.3-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #367285)
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sat, 13 May 2006 18:59:40 -0300
Added: packages/turbojson/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/turbojson/trunk/debian/compat?rev=614&op=file
==============================================================================
--- packages/turbojson/trunk/debian/compat (added)
+++ packages/turbojson/trunk/debian/compat Mon May 15 00:05:43 2006
@@ -1,0 +1,1 @@
+4
Added: packages/turbojson/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/turbojson/trunk/debian/control?rev=614&op=file
==============================================================================
--- packages/turbojson/trunk/debian/control (added)
+++ packages/turbojson/trunk/debian/control Mon May 15 00:05:43 2006
@@ -1,0 +1,17 @@
+Source: turbojson
+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.2
+
+Package: python-turbojson
+Architecture: all
+Depends: python (>= 2.4) | python2.4, python (<< 2.5) | python2.4, python-support, python-json (>= 0.8)
+Description: TurboGears template plugin that supports Json templates
+ This package enables the use of json templates in the TurboGears
+ megaframework.
+ .
+ Homepage: http://www.turbogears.org/
Added: packages/turbojson/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/turbojson/trunk/debian/copyright?rev=614&op=file
==============================================================================
--- packages/turbojson/trunk/debian/copyright (added)
+++ packages/turbojson/trunk/debian/copyright Mon May 15 00:05:43 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 Elvelind Grandin
+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/turbojson/trunk/debian/python-support.version
URL: http://svn.debian.org/wsvn/python-modules/packages/turbojson/trunk/debian/python-support.version?rev=614&op=file
==============================================================================
--- packages/turbojson/trunk/debian/python-support.version (added)
+++ packages/turbojson/trunk/debian/python-support.version Mon May 15 00:05:43 2006
@@ -1,0 +1,1 @@
+2.4
Added: packages/turbojson/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/turbojson/trunk/debian/rules?rev=614&op=file
==============================================================================
--- packages/turbojson/trunk/debian/rules (added)
+++ packages/turbojson/trunk/debian/rules Mon May 15 00:05:43 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-turbojson --install-data usr/share/doc/python-turbojson
+
+binary-post-install/python-turbojson::
+ install -D -o root -g root -m 644 debian/python-support.version \
+ debian/python-turbojson/usr/share/python-support/python-turbojson/.version
+
+clean::
+ # hack (CDBS bug -- see #300149)
+ -rm -rf build
Propchange: packages/turbojson/trunk/debian/rules
------------------------------------------------------------------------------
svn:executable = *
More information about the Python-modules-commits
mailing list