[Python-modules-commits] r1969 - in /packages/python-toscawidgets/python-toscawidgets/trunk/debian: ./ changelog compat control copyright rules

haas at users.alioth.debian.org haas at users.alioth.debian.org
Tue Apr 3 21:10:37 UTC 2007


Author: haas
Date: Tue Apr  3 21:10:37 2007
New Revision: 1969

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1969
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    packages/python-toscawidgets/python-toscawidgets/trunk/debian/   (with props)
    packages/python-toscawidgets/python-toscawidgets/trunk/debian/changelog
    packages/python-toscawidgets/python-toscawidgets/trunk/debian/compat
    packages/python-toscawidgets/python-toscawidgets/trunk/debian/control
    packages/python-toscawidgets/python-toscawidgets/trunk/debian/copyright
    packages/python-toscawidgets/python-toscawidgets/trunk/debian/rules   (with props)

Propchange: packages/python-toscawidgets/python-toscawidgets/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/python-toscawidgets/python-toscawidgets/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-toscawidgets/python-toscawidgets/trunk/debian/changelog?rev=1969&op=file
==============================================================================
--- packages/python-toscawidgets/python-toscawidgets/trunk/debian/changelog (added)
+++ packages/python-toscawidgets/python-toscawidgets/trunk/debian/changelog Tue Apr  3 21:10:37 2007
@@ -1,0 +1,6 @@
+python-toscawidgets (0.1a1-1) experimental; urgency=low
+
+  * Initial release
+
+ -- Christoph Haas <haas at debian.org>  Fri,  3 Apr 2007 20:20:15 +0100
+

Added: packages/python-toscawidgets/python-toscawidgets/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/python-toscawidgets/python-toscawidgets/trunk/debian/compat?rev=1969&op=file
==============================================================================
--- packages/python-toscawidgets/python-toscawidgets/trunk/debian/compat (added)
+++ packages/python-toscawidgets/python-toscawidgets/trunk/debian/compat Tue Apr  3 21:10:37 2007
@@ -1,0 +1,1 @@
+5

Added: packages/python-toscawidgets/python-toscawidgets/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-toscawidgets/python-toscawidgets/trunk/debian/control?rev=1969&op=file
==============================================================================
--- packages/python-toscawidgets/python-toscawidgets/trunk/debian/control (added)
+++ packages/python-toscawidgets/python-toscawidgets/trunk/debian/control Tue Apr  3 21:10:37 2007
@@ -1,0 +1,27 @@
+Source: python-toscawidgets
+Section: python
+Priority: optional
+Maintainer: Christoph Haas <haas at debian.org>
+Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11),
+ python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1)
+Standards-Version: 3.7.2
+XS-Python-Version: >=2.4
+
+Package: python-toscawidgets
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+XB-Python-Version: ${python:Versions}
+Description: web widget toolkit for Python
+ ToscaWidgets is a web widget toolkit for Python to aid in the creation,
+ packaging and distribution of common view elements normally used in the web.
+ .
+ ToscaWidgets is an almost complete rewrite of the widgets package bundled with
+ TurboGears 1.0. The rewrite's goal was to decouple the widgets package from
+ CherryPy and TurboGears itself to fit better with TurboGears 2.0 philosophy
+ which is to partition it's services into independent WSGI components for
+ easier maintenance and reuse in other Python web applications or frameworks.
+ ToscaWidgets has been tested to interoperate nicely in TurboGears 1.0b2,
+ Pylons 0.9.4 and a simple WSGI app served by Paste.
+ .
+  Homepage: http://toscawidgets.org/
+

Added: packages/python-toscawidgets/python-toscawidgets/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/python-toscawidgets/python-toscawidgets/trunk/debian/copyright?rev=1969&op=file
==============================================================================
--- packages/python-toscawidgets/python-toscawidgets/trunk/debian/copyright (added)
+++ packages/python-toscawidgets/python-toscawidgets/trunk/debian/copyright Tue Apr  3 21:10:37 2007
@@ -1,0 +1,34 @@
+This package was debianized by Christoph Haas <haas at debian.org>.
+
+It was downloaded from http://toscawidgets.org/download/
+
+Upstream Author: Alberto Valverde González <alberto at toscat.net>
+
+Copyright (c) 2006 Alberto Valverde González and contributors
+
+MIT Licence (see http://www.opensource.org/licenses/mit-license.php)
+
+Based on the widgets package of the TurboGears Framework which is Copyright (c)
+2005, 2006 Kevin Dangoor and contributors.
+
+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.
+
+The Debian packaging is (C) 2007, Christoph Haas <haas at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+

Added: packages/python-toscawidgets/python-toscawidgets/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-toscawidgets/python-toscawidgets/trunk/debian/rules?rev=1969&op=file
==============================================================================
--- packages/python-toscawidgets/python-toscawidgets/trunk/debian/rules (added)
+++ packages/python-toscawidgets/python-toscawidgets/trunk/debian/rules Tue Apr  3 21:10:37 2007
@@ -1,0 +1,62 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# This file was originally written by Joey Hess and Craig Small.
+# As a special exception, when this file is copied by dh-make into a
+# dh-make output file, you may use that output file without restriction.
+# This special exception was added by Craig Small in version 0.37 of dh-make.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
+    | grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
+
+PYVERS=$(shell pyversions -vr)
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-*
+	rm -rf build
+	find . -name *\.py[co] -exec rm {} \;
+	dh_clean
+
+build:
+
+install: $(PYVERS:%=install-python%)
+install-python%:
+	python$* setup.py install \
+		--single-version-externally-managed \
+		--root $(CURDIR)/debian/python-toscawidgets
+	# share Egg dir
+	mv debian/python-toscawidgets/usr/lib/python$*/site-packages/ToscaWidgets-${DEB_UPSTREAM_VERSION}-py$*.egg-info \
+		debian/python-toscawidgets/usr/lib/python$*/site-packages/ToscaWidgets-${DEB_UPSTREAM_VERSION}.egg-info
+
+# Build architecture-dependent files here.
+binary-arch:
+
+# Build architecture-independent files here.
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs README.txt
+#	dh_installexamples examples/*
+#	dh_installman
+	dh_pycentral
+#	dh_python
+	dh_compress -X.py
+	dh_fixperms
+	dh_installdeb
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+# Build architecture-dependent files here.
+binary-arch: build install
+# We have nothing to do by default.
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch install
+

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




More information about the Python-modules-commits mailing list