[Python-modules-commits] r1722 - in /packages/beaker/trunk: Beaker.egg-info/SOURCES.txt Beaker.egg-info/dependency_links.txt debian/ debian/changelog debian/compat debian/control debian/copyright debian/python-beaker.dirs debian/rules debian/watch

malex at users.alioth.debian.org malex at users.alioth.debian.org
Sat Jan 27 07:30:12 CET 2007


Author: malex
Date: Sat Jan 27 07:30:12 2007
New Revision: 1722

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

Added:
    packages/beaker/trunk/Beaker.egg-info/dependency_links.txt
    packages/beaker/trunk/debian/   (with props)
    packages/beaker/trunk/debian/changelog
    packages/beaker/trunk/debian/compat
    packages/beaker/trunk/debian/control
    packages/beaker/trunk/debian/copyright
    packages/beaker/trunk/debian/python-beaker.dirs
    packages/beaker/trunk/debian/rules   (with props)
    packages/beaker/trunk/debian/watch
Modified:
    packages/beaker/trunk/Beaker.egg-info/SOURCES.txt

Modified: packages/beaker/trunk/Beaker.egg-info/SOURCES.txt
URL: http://svn.debian.org/wsvn/python-modules/packages/beaker/trunk/Beaker.egg-info/SOURCES.txt?rev=1722&op=diff
==============================================================================
--- packages/beaker/trunk/Beaker.egg-info/SOURCES.txt (original)
+++ packages/beaker/trunk/Beaker.egg-info/SOURCES.txt Sat Jan 27 07:30:12 2007
@@ -2,6 +2,7 @@
 setup.py
 Beaker.egg-info/PKG-INFO
 Beaker.egg-info/SOURCES.txt
+Beaker.egg-info/dependency_links.txt
 Beaker.egg-info/entry_points.txt
 Beaker.egg-info/not-zip-safe
 Beaker.egg-info/requires.txt

Added: packages/beaker/trunk/Beaker.egg-info/dependency_links.txt
URL: http://svn.debian.org/wsvn/python-modules/packages/beaker/trunk/Beaker.egg-info/dependency_links.txt?rev=1722&op=file
==============================================================================
--- packages/beaker/trunk/Beaker.egg-info/dependency_links.txt (added)
+++ packages/beaker/trunk/Beaker.egg-info/dependency_links.txt Sat Jan 27 07:30:12 2007
@@ -1,0 +1,1 @@
+

Propchange: packages/beaker/trunk/debian/
------------------------------------------------------------------------------
    mergeWithUpstream = 1

Added: packages/beaker/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/beaker/trunk/debian/changelog?rev=1722&op=file
==============================================================================
--- packages/beaker/trunk/debian/changelog (added)
+++ packages/beaker/trunk/debian/changelog Sat Jan 27 07:30:12 2007
@@ -1,0 +1,6 @@
+beaker (0.5-1) unstable; urgency=low
+
+  * Initial release (Closes: #000000).
+
+ -- Oleksandr Moskalenko <malex at debian.org>  Mon, 16 Oct 2006 21:01:21 -0600
+

Added: packages/beaker/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/beaker/trunk/debian/compat?rev=1722&op=file
==============================================================================
--- packages/beaker/trunk/debian/compat (added)
+++ packages/beaker/trunk/debian/compat Sat Jan 27 07:30:12 2007
@@ -1,0 +1,1 @@
+5

Added: packages/beaker/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/beaker/trunk/debian/control?rev=1722&op=file
==============================================================================
--- packages/beaker/trunk/debian/control (added)
+++ packages/beaker/trunk/debian/control Sat Jan 27 07:30:12 2007
@@ -1,0 +1,18 @@
+Source: beaker
+Section: web
+Priority: optional
+Maintainer: Oleksandr Moskalenko <malex at debian.org>
+Build-Depends: debhelper (>= 5), python (>= 2.3.3), python-all-dev, python-support (>= 0.4.17), python-setuptools (>= 0.6b3-1)
+Standards-Version: 3.7.2
+XS-Python-Version: all
+
+Package: python-beaker
+Architecture: all
+Depends: ${python:Depends}, python
+XB-Python-Version: ${python:Versions}
+Enhances: python-pylons
+Description: Simple WSGI middleware that uses the Myghty Container API
+ MyghtyUtils contains a very robust Container API for storing data using
+ various backends. Beaker uses those APIs to implement common web application
+ wrappers, like sessions and caching, in WSGI middleware. Currently the only
+ middleware implemented is that for sessions but more is coming soon.

Added: packages/beaker/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/beaker/trunk/debian/copyright?rev=1722&op=file
==============================================================================
--- packages/beaker/trunk/debian/copyright (added)
+++ packages/beaker/trunk/debian/copyright Sat Jan 27 07:30:12 2007
@@ -1,0 +1,33 @@
+This package was debianized by Oleksandr Moskalenko <malex at debian.org> on Mon,
+16 Oct 2006 22:00:11 -0600.
+
+It was downloaded from <http://cheeseshop.python.org/pypi/Beaker/>.
+
+Upstream Authors: Julian Krause and Ben Bangart.
+
+Copyright: Julian Krause and Ben Bangart - <thecrypto at thecrypto.org>.
+
+License:
+
+   This package is licensed under the 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, Oleksandr Moskalenko <malex at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/beaker/trunk/debian/python-beaker.dirs
URL: http://svn.debian.org/wsvn/python-modules/packages/beaker/trunk/debian/python-beaker.dirs?rev=1722&op=file
==============================================================================
--- packages/beaker/trunk/debian/python-beaker.dirs (added)
+++ packages/beaker/trunk/debian/python-beaker.dirs Sat Jan 27 07:30:12 2007
@@ -1,0 +1,1 @@
+usr/share/python-support/python-beaker

Added: packages/beaker/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/beaker/trunk/debian/rules?rev=1722&op=file
==============================================================================
--- packages/beaker/trunk/debian/rules (added)
+++ packages/beaker/trunk/debian/rules Sat Jan 27 07:30:12 2007
@@ -1,0 +1,59 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# 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)
+package=python-beaker
+
+clean:
+	rm -f build-*
+	dh_testdir
+	dh_testroot
+	python setup.py clean
+	rm -rf build
+	find . -name *\.py[co] -exec rm -f {} \;
+	dh_clean
+
+build: build-indep
+
+build-indep:
+	touch $@
+
+build-stamp: 
+	dh_testdir
+	python setup.py build
+	touch $@
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs
+	python setup.py install \
+		--no-compile \
+		--single-version-externally-managed \
+		--root $(CURDIR)/debian/$(package)
+
+binary-indep: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_installexamples
+	dh_strip
+	dh_compress -X.py
+	dh_fixperms
+	dh_pysupport
+	mv debian/$(package)/usr/share/python-support/$(package)/Beaker-${DEB_UPSTREAM_VERSION}-py[0-9].[0-9].egg-info \
+	debian/$(package)/usr/share/python-support/$(package)/beaker-${DEB_UPSTREAM_VERSION}.egg-info
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary-arch:
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure

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

Added: packages/beaker/trunk/debian/watch
URL: http://svn.debian.org/wsvn/python-modules/packages/beaker/trunk/debian/watch?rev=1722&op=file
==============================================================================
--- packages/beaker/trunk/debian/watch (added)
+++ packages/beaker/trunk/debian/watch Sat Jan 27 07:30:12 2007
@@ -1,0 +1,2 @@
+version=3
+http://cheeseshop.python.org/packages/source/B/Beaker/Beaker-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list