[Python-modules-commits] r8697 - in packages (10 files)
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Thu Jun 4 12:53:35 UTC 2009
Date: Thursday, June 4, 2009 @ 12:53:29
Author: zack
Revision: 8697
draft packaging of tg.devtools
Added:
packages/tg.devtools/
packages/tg.devtools/tags/
packages/tg.devtools/trunk/
packages/tg.devtools/trunk/debian/
packages/tg.devtools/trunk/debian/changelog
packages/tg.devtools/trunk/debian/compat
packages/tg.devtools/trunk/debian/control
packages/tg.devtools/trunk/debian/copyright
packages/tg.devtools/trunk/debian/rules
packages/tg.devtools/trunk/debian/watch
Property changes on: packages/tg.devtools
___________________________________________________________________
Added: svn:ignore
+ build-area
tarballs
Property changes on: packages/tg.devtools/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/tg.devtools/trunk/debian/changelog
===================================================================
--- packages/tg.devtools/trunk/debian/changelog (rev 0)
+++ packages/tg.devtools/trunk/debian/changelog 2009-06-04 12:53:29 UTC (rev 8697)
@@ -0,0 +1,5 @@
+python-tg.devtools (2.0-1) UNRELEASED; urgency=low
+
+ * First release (Closes: #XXXXXX)
+
+ -- Stefano Zacchiroli <zack at debian.org> Thu, 04 Jun 2009 12:38:44 +0200
Added: packages/tg.devtools/trunk/debian/compat
===================================================================
--- packages/tg.devtools/trunk/debian/compat (rev 0)
+++ packages/tg.devtools/trunk/debian/compat 2009-06-04 12:53:29 UTC (rev 8697)
@@ -0,0 +1 @@
+7
Added: packages/tg.devtools/trunk/debian/control
===================================================================
--- packages/tg.devtools/trunk/debian/control (rev 0)
+++ packages/tg.devtools/trunk/debian/control 2009-06-04 12:53:29 UTC (rev 8697)
@@ -0,0 +1,43 @@
+Source: tg.devtools
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Stefano Zacchiroli <zack at debian.org>
+Build-Depends:
+ debhelper (>= 7),
+ cdbs,
+ python-dev,
+ python-support,
+ python-setuptools,
+ python-coverage,
+ python-nose,
+ python-repoze.tm2 (>= 1.0a4),
+ python-turbokid (>= 1.0.4),
+ python-turbojson (>= 1.2.1),
+ python-zope.sqlalchemy (>= 0.4),
+ python-sqlalchemy (>= 0.5),
+ python-repoze.what-plugins
+Standards-Version: 3.8.1
+Homepage: http://www.turbogears.org/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/tg.devtools/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/tg.devtools/trunk/
+
+Package: python-tg.devtools
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-turbogears2,
+ python-migrate (>= 0.5.1),
+ python-sqlalchemy (>= 0.5),
+ python-repoze.what-plugins,
+ python-repoze.who
+Description: developer tools for the TurboGears web framework
+ TurboGears2 is a framework to develop web applications in Python,
+ following a model-view-controller architecture.
+ .
+ The main TurboGears2 package is python-turbogears2. This package
+ contains developer tools that ease developing TurboGears
+ applications. In particular, this package provide integration with
+ the Python Paste tools implementing scaffolding command to start
+ developing TurboGears2 applications.
Added: packages/tg.devtools/trunk/debian/copyright
===================================================================
--- packages/tg.devtools/trunk/debian/copyright (rev 0)
+++ packages/tg.devtools/trunk/debian/copyright 2009-06-04 12:53:29 UTC (rev 8697)
@@ -0,0 +1,32 @@
+This package was debianized by Stefano Zacchiroli <zack at debian.org> on
+Thu, 04 Jun 2009 14:43:33 +0200.
+
+Author: Agendaless Consulting <repoze-dev at lists.repoze.org>
+
+Files: *
+Copyright: Copyright © 2005-2009 Kevin Dangoor and contributors
+License: other
+ 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: Copyright © 2009 Stefano Zacchiroli <zack at debian.org>
+License: GPL-3+
+ On Debian systems the full text of the GNU General Public License can
+ be found in the `/usr/share/common-licenses/GPL-3' file.
Added: packages/tg.devtools/trunk/debian/rules
===================================================================
--- packages/tg.devtools/trunk/debian/rules (rev 0)
+++ packages/tg.devtools/trunk/debian/rules 2009-06-04 12:53:29 UTC (rev 8697)
@@ -0,0 +1,6 @@
+#!/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/tg.devtools/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/tg.devtools/trunk/debian/watch
===================================================================
--- packages/tg.devtools/trunk/debian/watch (rev 0)
+++ packages/tg.devtools/trunk/debian/watch 2009-06-04 12:53:29 UTC (rev 8697)
@@ -0,0 +1,3 @@
+version=2
+http://www.turbogears.org/2.0/downloads/current/ \
+ tg\.devtools-([0-9a-z.]+)\.tar\.gz
More information about the Python-modules-commits
mailing list