[Python-modules-commits] r22673 - in packages/beaker/tags (14 files)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Thu Sep 13 21:28:14 UTC 2012
Date: Thursday, September 13, 2012 @ 21:28:13
Author: piotr
Revision: 22673
tagging 1.6.4-1
Added:
packages/beaker/tags/1.6.4-1/
packages/beaker/tags/1.6.4-1/debian/
packages/beaker/tags/1.6.4-1/debian/NEWS
packages/beaker/tags/1.6.4-1/debian/changelog
packages/beaker/tags/1.6.4-1/debian/clean
packages/beaker/tags/1.6.4-1/debian/compat
packages/beaker/tags/1.6.4-1/debian/control
packages/beaker/tags/1.6.4-1/debian/copyright
packages/beaker/tags/1.6.4-1/debian/python-beaker.pydist
packages/beaker/tags/1.6.4-1/debian/python3-beaker.pydist
packages/beaker/tags/1.6.4-1/debian/rules
packages/beaker/tags/1.6.4-1/debian/source/
packages/beaker/tags/1.6.4-1/debian/source/format
packages/beaker/tags/1.6.4-1/debian/watch
Property changes on: packages/beaker/tags/1.6.4-1/debian
___________________________________________________________________
Added: mergeWithUpstream
+ 1
Added: packages/beaker/tags/1.6.4-1/debian/NEWS
===================================================================
--- packages/beaker/tags/1.6.4-1/debian/NEWS (rev 0)
+++ packages/beaker/tags/1.6.4-1/debian/NEWS 2012-09-13 21:28:13 UTC (rev 22673)
@@ -0,0 +1,14 @@
+beaker (1.1-1) unstable; urgency=low
+
+ From: Ben Bangert <ben at groovie.org>
+ Subject: Beaker 1.1 Release
+
+ Beaker 1.1 has been released. I only mention it here because those
+ upgrading should note that the pickled file format for Beaker has CHANGED.
+ This means that ALL PRIOR BEAKER CACHE FILES SHOULD BE REMOVED AFTER
+ UPGRADING.
+
+ Otherwise your application will throw errors as it won't find the expected
+ values in the cache.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Sun, 23 Nov 2008 12:53:39 -0700
Added: packages/beaker/tags/1.6.4-1/debian/changelog
===================================================================
--- packages/beaker/tags/1.6.4-1/debian/changelog (rev 0)
+++ packages/beaker/tags/1.6.4-1/debian/changelog 2012-09-13 21:28:13 UTC (rev 22673)
@@ -0,0 +1,330 @@
+beaker (1.6.4-1) experimental; urgency=low
+
+ * New upstream release
+ * Upload to experimental due to Wheezy freeze
+
+ -- Piotr Ożarowski <piotr at debian.org> Thu, 13 Sep 2012 20:14:47 +0200
+
+beaker (1.6.3-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix security issue, with PyCrypto not securing data such that an attacker
+ could possibly determine parts of the encrypted payload. Patch by Miloslav
+ Trmac of Redhat. [CVE-2012-3458] Closes: #684890
+
+ -- David Prévot <taffit at debian.org> Fri, 24 Aug 2012 13:54:13 -0400
+
+beaker (1.6.3-1) unstable; urgency=low
+
+ [ Andrey Rahmatullin ]
+ * Update Standards-Version to 3.9.1 (no change needed)
+ * Switch from dh_pysupport to dh_python2
+
+ [ Piotr Ożarowski ]
+ * New upstream release
+ - delete_cookie's expire date calculated via timedelta instead or
+ .replace(year=2003). Closes: #661670
+ * Remove egg-info/* files in clean target (regenerated in install)
+ - debhelper compatibility level bumped to 7 (debian/clean file used)
+ * Source format changed to 3.0 (quilt)
+ * Standards-Version bumped to 3.9.3 (no changes needed)
+
+ -- Piotr Ożarowski <piotr at debian.org> Sun, 06 May 2012 22:26:32 +0200
+
+beaker (1.5.4-4) unstable; urgency=low
+
+ * Upload to unstable
+
+ -- Piotr Ożarowski <piotr at debian.org> Thu, 23 Sep 2010 20:55:25 +0200
+
+beaker (1.5.4-3) experimental; urgency=low
+
+ * Rebuild against newer python3 package (python3.1 now uses
+ /usr/lib/python3/)
+ * Minimum python3-all version bumped to 3.1.2-8
+
+ -- Piotr Ożarowski <piotr at debian.org> Sun, 12 Sep 2010 17:36:35 +0200
+
+beaker (1.5.4-2) experimental; urgency=low
+
+ * Provide python3-beaker
+ * Provide pydist files
+
+ -- Piotr Ożarowski <piotr at debian.org> Mon, 06 Sep 2010 21:51:45 +0200
+
+beaker (1.5.4-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Piotr Ożarowski <piotr at debian.org> Sat, 19 Jun 2010 12:30:25 +0200
+
+beaker (1.5.3-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Piotr Ożarowski <piotr at debian.org> Wed, 03 Mar 2010 00:37:43 +0100
+
+beaker (1.5.2-1) unstable; urgency=low
+
+ * New upstream release
+ * Add python-pkg-resources to Recommends
+ * Move python-sqlalchemy to Suggests
+ * Add python-pylibmc | python-memcache and
+ python-pycryptopp | python-crypto to Suggests
+
+ -- Piotr Ożarowski <piotr at debian.org> Tue, 02 Mar 2010 22:00:18 +0100
+
+beaker (1.5.1-4) unstable; urgency=low
+
+ * debian/control:
+ - Switched package to DPMT group maintenance with Piotr
+ Ozarowski and myself as uploaders for now.
+ - Updated Standards-Version to 3.8.4.
+ * debian/copyright: Changed debian packaging copyright to BSD and updated
+ upstream copyright to BSD.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Thu, 18 Feb 2010 14:53:43 -0600
+
+beaker (1.5.1-3) unstable; urgency=low
+
+ [ Piotr Ożarowski ]
+ * Really drop Python 2.4 (Closes: #564209)
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Sun, 24 Jan 2010 20:58:42 +0100
+
+beaker (1.5.1-2) unstable; urgency=low
+
+ * debian/control: Dropped python2.4.
+
+ -- OM <om at anton.tagancha.org> Fri, 08 Jan 2010 09:42:18 -0600
+
+beaker (1.5.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Thu, 07 Jan 2010 23:25:19 -0600
+
+beaker (1.4.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Mon, 21 Sep 2009 21:40:11 -0400
+
+beaker (1.4-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/changelog: Updated standards-version to 3.8.3.0.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Wed, 19 Aug 2009 23:30:28 -0400
+
+beaker (1.3.1-1) unstable; urgency=low
+
+ [ Piotr Ożarowski ]
+ * New upstream release.
+ * debian/rules works fine with python2.6 and its dist-packages now
+ * Short and long description updated
+ * Moved python-all and python-setuptools to Build-Depends-Indep
+ * debian/dirs removed, no longer needed
+ * Standards-version bumped to 3.8.2 (no changes needed)
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Tue, 16 Jun 2009 21:34:05 +0200
+
+beaker (1.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control: Updated standards version to 3.8.1.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Thu, 23 Apr 2009 09:33:15 -0500
+
+beaker (1.2.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Mon, 23 Feb 2009 13:31:18 -0700
+
+beaker (1.2.1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Mon, 09 Feb 2009 17:40:28 -0700
+
+beaker (1.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Mon, 26 Jan 2009 12:40:21 -0700
+
+beaker (1.1.3-1) unstable; urgency=low
+
+ * New upstream release, confirmed to work with sqlalchemy 0.5.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Thu, 15 Jan 2009 12:32:12 -0700
+
+beaker (1.1.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Tue, 25 Nov 2008 08:15:08 -0700
+
+beaker (1.1-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/NEWS: added a note about incompatible cache.
+ * debian/ruls: Removed -i from dh_* calls.
+ * have dirs, so remove python-beaker.dirs.
+ * debian/control: Moved python-support to Build-Depends-Indep.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Sun, 23 Nov 2008 12:53:39 -0700
+
+beaker (1.0.3-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Wed, 05 Nov 2008 11:39:09 -0700
+
+beaker (1.0.2-2) experimental; urgency=low
+
+ * debian/control
+ - switch Vcs-Browser field to viewsvn
+
+ -- Sandro Tosi <morph at debian.org> Mon, 03 Nov 2008 22:12:45 +0100
+
+beaker (1.0.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - Removed XS-Python-Version - not needed by python-support.
+ - Removed XB-Python-Version - not needed by python-support.
+ - Removed python (>= 2.3.3) from Build-Depends - not needed by
+ python-support.
+ - Removed python from Depends. Only ${python:Depends} is necessary there.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Tue, 30 Sep 2008 13:20:11 -0600
+
+beaker (1.0-1) unstable; urgency=low
+
+ [ Oleksandr Moskalenko ]
+ * New upstream release, required for pylons 0.9.7 release candidate.
+
+ [ Carlos Galisteo ]
+ * debian/control
+ - Homepage field added.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Fri, 15 Aug 2008 10:23:13 -0600
+
+beaker (0.9.5-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/rules: Do not put google.py into python2.'s dirs (Closes: #479484).
+ * debian/control:
+ - Updated Standarts-Version to 3.8.0 per lintian warning.
+ - Changed Build-Depends python-setuptools from 0.6b3-1 to 0.6b3 per
+ lintian warning.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Tue, 01 Jul 2008 12:22:13 -0600
+
+beaker (0.9.4-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Thu, 24 Apr 2008 11:51:10 -0600
+
+beaker (0.9.2.d1-1) unstable; urgency=low
+
+ * Package upstream trunk as a new release to upload unreleased fixes.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Sun, 24 Feb 2008 10:37:53 -0700
+
+beaker (0.9.2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Sat, 16 Feb 2008 16:49:21 -0700
+
+beaker (0.9-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - Updated Standards-Version to 3.7.3.
+ - Changed section from "web" to "python" as recommended by lintian.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Sun, 06 Jan 2008 22:32:31 -0700
+
+beaker (0.8-1) unstable; urgency=low
+
+ [ Oleksandr Moskalenko <malex at debian.org>]
+ * New upstream release.
+ [Piotr Ożarowski <piotr at debian.org>]
+ * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
+
+ -- Oleksandr Moskalenko <malex at debian.org> Tue, 30 Oct 2007 18:17:15 -0600
+
+beaker (0.7.5-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Tue, 04 Sep 2007 16:42:49 -0600
+
+beaker (0.7.4-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Sun, 15 Jul 2007 16:40:21 -0600
+
+beaker (0.7.3-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Tue, 26 Jun 2007 16:04:20 -0600
+
+beaker (0.7.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * (0.7.1-1):
+ [Piotr Ożarowski <piotr at debian.org>]
+ - python-myghtyutils dependency removed (no longer used).
+ - python-sqlalchemy added to Recommends.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Mon, 21 May 2007 09:09:44 -0600
+
+beaker (0.6.3-3) unstable; urgency=low
+
+ * Piotr Ożarowski <piotr at debian.org>:
+ + New python-support handles egg's directory name correctly
+ - bump python-support required version
+ - remove mv part from debian/rules
+
+ -- Oleksandr Moskalenko <malex at debian.org> Mon, 14 May 2007 09:39:09 -0600
+
+beaker (0.6.3-2) unstable; urgency=low
+
+ * Etch has been released. Upload into Unstable.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Tue, 10 Apr 2007 11:44:44 -0600
+
+beaker (0.6.3-1) experimental; urgency=low
+
+ * New upstream version (upload to experimental until Etch releases).
+
+ -- Oleksandr Moskalenko <malex at debian.org> Thu, 29 Mar 2007 16:17:55 -0600
+
+beaker (0.6.2-2) experimental; urgency=low
+
+ * debian/control:
+ - Added Debian Python Modules Team
+ <python-modules-team at lists.alioth.debian.org> to Uploaders.
+ - Added XS-Vcs-Svn and XS-Vcs-Browser control fields.
+
+ -- Oleksandr Moskalenko <malex at debian.org> Mon, 29 Jan 2007 11:37:37 -0700
+
+beaker (0.6.2-1) experimental; urgency=low
+
+ * New upstream version (upload to experimental due to Etch freeze).
+
+ -- Oleksandr Moskalenko <malex at debian.org> Fri, 12 Jan 2007 11:00:59 -0700
+
+beaker (0.6.1-1) unstable; urgency=low
+
+ * Initial release (Closes: #393756).
+
+ -- Oleksandr Moskalenko <malex at debian.org> Mon, 16 Oct 2006 22:46:18 -0600
Added: packages/beaker/tags/1.6.4-1/debian/clean
===================================================================
--- packages/beaker/tags/1.6.4-1/debian/clean (rev 0)
+++ packages/beaker/tags/1.6.4-1/debian/clean 2012-09-13 21:28:13 UTC (rev 22673)
@@ -0,0 +1 @@
+*egg-info/*
Added: packages/beaker/tags/1.6.4-1/debian/compat
===================================================================
--- packages/beaker/tags/1.6.4-1/debian/compat (rev 0)
+++ packages/beaker/tags/1.6.4-1/debian/compat 2012-09-13 21:28:13 UTC (rev 22673)
@@ -0,0 +1 @@
+7
Added: packages/beaker/tags/1.6.4-1/debian/control
===================================================================
--- packages/beaker/tags/1.6.4-1/debian/control (rev 0)
+++ packages/beaker/tags/1.6.4-1/debian/control 2012-09-13 21:28:13 UTC (rev 22673)
@@ -0,0 +1,73 @@
+Source: beaker
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Oleksandr Moskalenko <malex at debian.org>, Piotr Ożarowski <piotr at debian.org>
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: python-all (>= 2.6.6-3), python3-all (>= 3.1.2-8),
+ python-setuptools (>= 0.6b3-1~), python3-setuptools
+Standards-Version: 3.9.3
+X-Python-Version: >= 2.5
+Homepage: http://pypi.python.org/pypi/Beaker
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/beaker/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/beaker/trunk/
+
+Package: python-beaker
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, python
+Recommends: python-pkg-resources
+Suggests: python-sqlalchemy (>= 0.4), python-pycryptopp | python-crypto, python-pylibmc | python-memcache
+Enhances: python-pylons
+Description: cache and session library
+ Beaker is a web session and general caching library that includes WSGI
+ middleware for use in web applications.
+ .
+ As a general caching library, Beaker can handle storing for various times any
+ Python object that can be pickled with optional back-ends on a fine-grained
+ basis.
+ .
+ Features:
+ * Fast, robust performance
+ * Multiple reader/single writer lock system to avoid duplicate simultaneous
+ cache creation
+ * Cache back-ends include dbm, file, memory, memcached, and database (using
+ SQLAlchemy for multiple-db vendor support)
+ * Signed cookies to prevent session hijacking/spoofing
+ * Cookie-only sessions to remove the need for a database or file backend
+ (ideal for clustered systems)
+ * Extensible Container object to support new back-ends
+ * Caches can be divided into namespaces (to represent templates, objects,
+ etc.) then keyed for different copies
+ * Create functions for automatic call-backs to create new cache copies after
+ expiration
+ * Fine-grained toggling of back-ends, keys, and expiration per Cache object
+
+Package: python3-beaker
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Recommends: ${python3:Recommends}, python3-pkg-resources
+Suggests: ${python3:Suggests}, python3-sqlalchemy
+# Suggests: python3-pycryptopp | python3-crypto, python3-pylibmc | python3-memcache
+Description: cache and session library for Python 3
+ Beaker is a web session and general caching library that includes WSGI
+ middleware for use in web applications.
+ .
+ As a general caching library, Beaker can handle storing for various times any
+ Python object that can be pickled with optional back-ends on a fine-grained
+ basis.
+ .
+ Features:
+ * Fast, robust performance
+ * Multiple reader/single writer lock system to avoid duplicate simultaneous
+ cache creation
+ * Cache back-ends include dbm, file, memory, memcached, and database (using
+ SQLAlchemy for multiple-db vendor support)
+ * Signed cookies to prevent session hijacking/spoofing
+ * Cookie-only sessions to remove the need for a database or file backend
+ (ideal for clustered systems)
+ * Extensible Container object to support new back-ends
+ * Caches can be divided into namespaces (to represent templates, objects,
+ etc.) then keyed for different copies
+ * Create functions for automatic call-backs to create new cache copies after
+ expiration
+ * Fine-grained toggling of back-ends, keys, and expiration per Cache object
Added: packages/beaker/tags/1.6.4-1/debian/copyright
===================================================================
--- packages/beaker/tags/1.6.4-1/debian/copyright (rev 0)
+++ packages/beaker/tags/1.6.4-1/debian/copyright 2012-09-13 21:28:13 UTC (rev 22673)
@@ -0,0 +1,42 @@
+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 (c) 2006, 2007 Ben Bangert, Mike Bayer, Philip Jenvey
+ and contributors.
+
+ All rights reserved.
+
+License:
+
+ This package is licensed under the BSD License.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+3. The name of the author or contributors may not be used to endorse or
+ promote products derived from this software without specific prior
+ written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+SUCH DAMAGE.
+
+The Debian packaging is copyright 2006-2010, Oleksandr Moskalenko
+<malex at debian.org> and is licensed under the modified BSD License above.
Added: packages/beaker/tags/1.6.4-1/debian/python-beaker.pydist
===================================================================
--- packages/beaker/tags/1.6.4-1/debian/python-beaker.pydist (rev 0)
+++ packages/beaker/tags/1.6.4-1/debian/python-beaker.pydist 2012-09-13 21:28:13 UTC (rev 22673)
@@ -0,0 +1 @@
+Beaker python-beaker
Added: packages/beaker/tags/1.6.4-1/debian/python3-beaker.pydist
===================================================================
--- packages/beaker/tags/1.6.4-1/debian/python3-beaker.pydist (rev 0)
+++ packages/beaker/tags/1.6.4-1/debian/python3-beaker.pydist 2012-09-13 21:28:13 UTC (rev 22673)
@@ -0,0 +1 @@
+Beaker python3-beaker
Added: packages/beaker/tags/1.6.4-1/debian/rules
===================================================================
--- packages/beaker/tags/1.6.4-1/debian/rules (rev 0)
+++ packages/beaker/tags/1.6.4-1/debian/rules 2012-09-13 21:28:13 UTC (rev 22673)
@@ -0,0 +1,58 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+PYVERS=$(shell pyversions -vr)
+PY3VERS=$(shell py3versions -vs)
+
+-include /usr/share/python/python.mk
+ifeq (,$(py_libdir))
+ py_libdir = /usr/lib/python$(subst python,,$(1))/site-packages
+endif
+pkgdir = $(CURDIR)/debian/python$(if $(patsubst 3.%,,$(1)),,3)-beaker
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -rf build
+ find . -name *.py[co] -delete
+ dh_clean build-*
+
+build: build-indep
+
+build-arch:
+
+build-indep:
+ dh_testdir
+ python setup.py build
+ touch $@
+
+install: $(PYVERS:%=install-python%) $(PY3VERS:%=install-python%)
+install-python%:
+ python$* setup.py install \
+ $(py_setup_install_args) \
+ --single-version-externally-managed \
+ --root $(call pkgdir,$*)
+ -dpkg --compare-versions '$*' lt '2.5' && \
+ rm -f $(call pkgdir,$*)/$(call py_libdir,$*)/beaker/ext/google.py
+
+binary-indep: build install
+ dh_testdir
+ dh_testroot
+ dh_installdirs
+ dh_installchangelogs
+ dh_installdocs
+ dh_installexamples
+ dh_python2
+ dh_python3
+ dh_compress -X.py
+ dh_fixperms
+ dh_installdeb
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb -- -Z bzip2
+
+binary-arch:
+
+binary: binary-indep binary-arch
+
+.PHONY: build build-arch clean binary-indep binary-arch binary install
Property changes on: packages/beaker/tags/1.6.4-1/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: packages/beaker/tags/1.6.4-1/debian/source/format
===================================================================
--- packages/beaker/tags/1.6.4-1/debian/source/format (rev 0)
+++ packages/beaker/tags/1.6.4-1/debian/source/format 2012-09-13 21:28:13 UTC (rev 22673)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: packages/beaker/tags/1.6.4-1/debian/watch
===================================================================
--- packages/beaker/tags/1.6.4-1/debian/watch (rev 0)
+++ packages/beaker/tags/1.6.4-1/debian/watch 2012-09-13 21:28:13 UTC (rev 22673)
@@ -0,0 +1,2 @@
+version=3
+http://pypi.python.org/packages/source/B/Beaker/Beaker-(.*)\.tar\.gz
More information about the Python-modules-commits
mailing list