[Python-modules-commits] r8862 - in packages (10 files)
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Thu Jun 25 21:49:53 UTC 2009
Date: Thursday, June 25, 2009 @ 21:49:51
Author: zack
Revision: 8862
initial packaging of catwalk
Added:
packages/catwalk/
packages/catwalk/tags/
packages/catwalk/trunk/
packages/catwalk/trunk/debian/
packages/catwalk/trunk/debian/changelog
packages/catwalk/trunk/debian/compat
packages/catwalk/trunk/debian/control
packages/catwalk/trunk/debian/copyright
packages/catwalk/trunk/debian/rules
packages/catwalk/trunk/debian/watch
Property changes on: packages/catwalk
___________________________________________________________________
Added: svn:ignore
+ build-area
tarballs
Property changes on: packages/catwalk/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/catwalk/trunk/debian/changelog
===================================================================
--- packages/catwalk/trunk/debian/changelog (rev 0)
+++ packages/catwalk/trunk/debian/changelog 2009-06-25 21:49:51 UTC (rev 8862)
@@ -0,0 +1,5 @@
+catwalk (2.0.2-1) experimental; urgency=low
+
+ * First release (Closes: #534307)
+
+ -- Stefano Zacchiroli <zack at debian.org> Thu, 25 Jun 2009 23:41:15 +0200
Added: packages/catwalk/trunk/debian/compat
===================================================================
--- packages/catwalk/trunk/debian/compat (rev 0)
+++ packages/catwalk/trunk/debian/compat 2009-06-25 21:49:51 UTC (rev 8862)
@@ -0,0 +1 @@
+7
Added: packages/catwalk/trunk/debian/control
===================================================================
--- packages/catwalk/trunk/debian/control (rev 0)
+++ packages/catwalk/trunk/debian/control 2009-06-25 21:49:51 UTC (rev 8862)
@@ -0,0 +1,33 @@
+Source: catwalk
+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
+Standards-Version: 3.8.2
+Homepage: http://www.catwalk.org/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/catwalk/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/catwalk/trunk/
+
+Package: python-catwalk
+Architecture: all
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
+ python-sprox,
+ python-tgext.admin
+Description: model management interface for the Turbogears web framework
+ TurboGears2 is a framework to develop web applications in Python,
+ according to the model-view-controller (MVC) architecture; Catwalk is
+ a component to manage TurboGears2 models via a simple, web-based
+ interface.
+ .
+ Using Catwalk application developers can populate their database with
+ sample data for rapid prototyping purposes. Similarly, Catwalk can be
+ used to manage models of deployed applications skipping other
+ application-specific interfaces.
Added: packages/catwalk/trunk/debian/copyright
===================================================================
--- packages/catwalk/trunk/debian/copyright (rev 0)
+++ packages/catwalk/trunk/debian/copyright 2009-06-25 21:49:51 UTC (rev 8862)
@@ -0,0 +1,35 @@
+This package was debianized by Stefano Zacchiroli <zack at debian.org> on
+Thu, 25 Jun 2009 23:42:25 +0200.
+
+Files: *
+Copyright: © 2007-2009 Christopher Perkins
+License: MIT
+ MIT license is reported below.
+
+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.
+
+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/catwalk/trunk/debian/rules
===================================================================
--- packages/catwalk/trunk/debian/rules (rev 0)
+++ packages/catwalk/trunk/debian/rules 2009-06-25 21:49:51 UTC (rev 8862)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+DEB_PYTHON_SYSTEM = pysupport
+include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+PKG = python-catwalk
+DEB_PYTHON_INSTALL_ARGS_ALL += --single-version-externally-managed
Property changes on: packages/catwalk/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/catwalk/trunk/debian/watch
===================================================================
--- packages/catwalk/trunk/debian/watch (rev 0)
+++ packages/catwalk/trunk/debian/watch 2009-06-25 21:49:51 UTC (rev 8862)
@@ -0,0 +1,3 @@
+version=3
+http://pypi.python.org/packages/source/C/Catwalk/Catwalk-([0-9.]+)\.tar\.gz
+
More information about the Python-modules-commits
mailing list