[Python-modules-commits] r1371 - in /packages/wareweb/trunk/debian: ./ changelog compat control copyright pycompat rules watch

pox-guest at users.alioth.debian.org pox-guest at users.alioth.debian.org
Wed Sep 20 17:13:14 UTC 2006


Author: pox-guest
Date: Wed Sep 20 17:13:13 2006
New Revision: 1371

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1371
Log:
Load newtrunk into packages/wareweb/trunk.

Added:
    packages/wareweb/trunk/debian/
    packages/wareweb/trunk/debian/changelog
    packages/wareweb/trunk/debian/compat
    packages/wareweb/trunk/debian/control
    packages/wareweb/trunk/debian/copyright
    packages/wareweb/trunk/debian/pycompat
    packages/wareweb/trunk/debian/rules   (with props)
    packages/wareweb/trunk/debian/watch

Added: packages/wareweb/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/wareweb/trunk/debian/changelog?rev=1371&op=file
==============================================================================
--- packages/wareweb/trunk/debian/changelog (added)
+++ packages/wareweb/trunk/debian/changelog Wed Sep 20 17:13:13 2006
@@ -1,0 +1,6 @@
+wareweb (0.2-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Piotr Ozarowski <ozarow at gmail.com>  Fri, 28 Jul 2006 21:11:09 +0200
+

Added: packages/wareweb/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/wareweb/trunk/debian/compat?rev=1371&op=file
==============================================================================
--- packages/wareweb/trunk/debian/compat (added)
+++ packages/wareweb/trunk/debian/compat Wed Sep 20 17:13:13 2006
@@ -1,0 +1,1 @@
+5

Added: packages/wareweb/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/wareweb/trunk/debian/control?rev=1371&op=file
==============================================================================
--- packages/wareweb/trunk/debian/control (added)
+++ packages/wareweb/trunk/debian/control Wed Sep 20 17:13:13 2006
@@ -1,0 +1,27 @@
+Source: wareweb
+Section: python
+Priority: optional
+Maintainer: Piotr Ozarowski <ozarow at gmail.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5.0.37.2)
+Build-Depends-Indep: python (>= 2.3.5-11), python-all, python-central (>= 0.5), python-setuptools (>= 0.6b3-1), python-docutils
+Standards-Version: 3.7.2
+XS-Python-Version: >=2.4
+
+Package: python-wareweb
+Architecture: all
+Depends: ${python:Depends}, python-paste, python-pastedeploy, python-pastescript, python-setuptools (>= 0.6b3-1)
+XB-Python-Version: ${python:Versions}
+Enhances: python-paste
+Description: servlet-style web framework, similar to Webware
+ Wareweb is a rethinking of the ideas behind Webware. Webware is a fairly old
+ framework, written back in the days of Python 1.5.2, and some of the API
+ decisions behind it now show their age. Also, many of the abstractions in
+ Webware didn't turn out to be useful, while some other abstractions are
+ missing.
+ .
+ Wareweb tries to keep the basic model of Webware, while simplifying many
+ portions and adding some new techniques. It's not backward compatible, but it
+ doesn't require major revamping to apply to a Webware application.
+ .
+  Homepage: http://pythonpaste.org/wareweb/

Added: packages/wareweb/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/wareweb/trunk/debian/copyright?rev=1371&op=file
==============================================================================
--- packages/wareweb/trunk/debian/copyright (added)
+++ packages/wareweb/trunk/debian/copyright Wed Sep 20 17:13:13 2006
@@ -1,0 +1,32 @@
+This package was debianized by Piotr Ozarowski <ozarow at gmail.com> on
+Thu, 28 Jul 2006 14:22:00 +0200.
+
+It was downloaded from http://cheeseshop.python.org/pypi/Wareweb
+
+Copyright Holder: Ian Bicking <ianb at colorstudy.com>
+
+License: MIT 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.
+
+The Debian packaging is (C) 2006, Piotr Ozarowski <ozarow at gmail.com> and
+is licensed under the GPL.
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL'.

Added: packages/wareweb/trunk/debian/pycompat
URL: http://svn.debian.org/wsvn/python-modules/packages/wareweb/trunk/debian/pycompat?rev=1371&op=file
==============================================================================
--- packages/wareweb/trunk/debian/pycompat (added)
+++ packages/wareweb/trunk/debian/pycompat Wed Sep 20 17:13:13 2006
@@ -1,0 +1,1 @@
+2

Added: packages/wareweb/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/wareweb/trunk/debian/rules?rev=1371&op=file
==============================================================================
--- packages/wareweb/trunk/debian/rules (added)
+++ packages/wareweb/trunk/debian/rules Wed Sep 20 17:13:13 2006
@@ -1,0 +1,63 @@
+#!/usr/bin/make -f
+#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 dist build Wareweb.egg-info
+	find . -name *\.py[co] -exec rm {} \;
+	dh_clean
+
+build: build-indep build-stamp
+build-stamp: $(PYVERS:%=build-python%)
+	touch $@
+build-python%:
+	python$* setup.py build
+	touch $@
+
+build-indep:
+	if [ ! -d debian/python-wareweb/usr/share/doc/python-wareweb/docs ]; then \
+		mkdir -p debian/python-wareweb/usr/share/doc/python-wareweb/docs;\
+	fi
+	rst2html --cloak-email-addresses --no-toc-backlinks docs/index.txt \
+	      > debian/python-wareweb/usr/share/doc/python-wareweb/docs/index.html
+	touch $@
+
+install: build $(PYVERS:%=install-python%)
+install-python%:
+	python$* setup.py install \
+		--single-version-externally-managed \
+		--root $(CURDIR)/debian/python-wareweb
+	# share Egg dir (remove python's version from dirname)
+	mv debian/python-wareweb/usr/lib/python$*/site-packages/Wareweb-${DEB_UPSTREAM_VERSION}-py$*.egg-info \
+	   debian/python-wareweb/usr/lib/python$*/site-packages/Wareweb-${DEB_UPSTREAM_VERSION}.egg-info
+	rm -f debian/python-wareweb/usr/lib/python$*/site-packages/Wareweb-${DEB_UPSTREAM_VERSION}-py$*-nspkg.pth
+
+binary-indep: build install
+	dh_testdir -i
+	dh_testroot -i
+	dh_installchangelogs -i
+	dh_installdocs -i
+	dh_link usr/share/doc/python-wareweb/docs /usr/share/doc/python-paste/docs/wareweb
+	dh_installexamples  -i
+	dh_pycentral -i
+	dh_python -i
+	dh_strip -i
+	dh_compress -i -X.py
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_shlibdeps -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
+
+binary-arch:
+
+binary: binary-indep binary-arch
+
+.PHONY: build clean binary-indep binary-arch binary install configure

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

Added: packages/wareweb/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/wareweb/trunk/debian/watch?rev=1371&op=file
==============================================================================
--- packages/wareweb/trunk/debian/watch (added)
+++ packages/wareweb/trunk/debian/watch Wed Sep 20 17:13:13 2006
@@ -1,0 +1,2 @@
+version=3
+http://cheeseshop.python.org/packages/source/W/Wareweb/Wareweb-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list