[Python-modules-commits] r15752 - in packages/python-aspects/trunk/debian (4 files)
jandd at users.alioth.debian.org
jandd at users.alioth.debian.org
Thu Feb 17 19:29:29 UTC 2011
Date: Thursday, February 17, 2011 @ 19:29:26
Author: jandd
Revision: 15752
* debian/control:
- add python to Build-Depends
- bump Standards-Version to 3.9.1, no changes necessary
* debian/copyright:
- use LGPL-2.1 links, bump copyright years for debian packaging
* switch to dh_python2
- change XS-Python-Version to X-Python-Version, drop XB-Python-Version,
drop python-support from Build-Depends, add Breaks: ${python:Breaks} in
debian/control
- add --with python2 to dh invocation in debian/rules
Modified:
packages/python-aspects/trunk/debian/changelog
packages/python-aspects/trunk/debian/control
packages/python-aspects/trunk/debian/copyright
packages/python-aspects/trunk/debian/rules
Modified: packages/python-aspects/trunk/debian/changelog
===================================================================
--- packages/python-aspects/trunk/debian/changelog 2011-02-17 16:57:43 UTC (rev 15751)
+++ packages/python-aspects/trunk/debian/changelog 2011-02-17 19:29:26 UTC (rev 15752)
@@ -1,7 +1,16 @@
python-aspects (1.3-4) UNRELEASED; urgency=low
* NOT RELEASED YET
- * debian/copyright: use LGPL-2.1 links
+ * debian/control:
+ - add python to Build-Depends
+ - bump Standards-Version to 3.9.1, no changes necessary
+ * debian/copyright:
+ - use LGPL-2.1 links, bump copyright years for debian packaging
+ * switch to dh_python2
+ - change XS-Python-Version to X-Python-Version, drop XB-Python-Version,
+ drop python-support from Build-Depends, add Breaks: ${python:Breaks} in
+ debian/control
+ - add --with python2 to dh invocation in debian/rules
-- Jan Dittberner <jandd at debian.org> Sun, 22 Nov 2009 23:44:03 +0100
Modified: packages/python-aspects/trunk/debian/control
===================================================================
--- packages/python-aspects/trunk/debian/control 2011-02-17 16:57:43 UTC (rev 15751)
+++ packages/python-aspects/trunk/debian/control 2011-02-17 19:29:26 UTC (rev 15752)
@@ -4,9 +4,9 @@
Maintainer: Jan Dittberner <jandd at debian.org>
Uploaders: Debian Python Modules Team
<python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50), python-support (>= 1.0.0)
-XS-Python-Version: >= 2.1
-Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 7.0.50~), python (>=2.6.5~)
+X-Python-Version: >= 2.1
+Standards-Version: 3.9.1
Homepage: http://www.cs.tut.fi/~ask/aspects/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-aspects/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-aspects/trunk/
@@ -14,7 +14,7 @@
Package: python-aspects
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
-XB-Python-Version: ${python:Versions}
+Breaks: ${python:Breaks}
Description: lightweight aspect oriented programming library for Python
Aspects.py is a lightweight approach to aspect oriented programming
(AOP) in Python. The aspects.py library provides means to intercept
Modified: packages/python-aspects/trunk/debian/copyright
===================================================================
--- packages/python-aspects/trunk/debian/copyright 2011-02-17 16:57:43 UTC (rev 15751)
+++ packages/python-aspects/trunk/debian/copyright 2011-02-17 19:29:26 UTC (rev 15752)
@@ -30,6 +30,6 @@
writing to the Free Software Foundation, Inc., 51 Franklin St,
Fifth Floor, Boston, MA 02110-1301, USA.
-The Debian packaging is © 2008, 2009 Jan Dittberner <jandd at debian.org>
+The Debian packaging is © 2008, 2009, 2011 Jan Dittberner <jandd at debian.org>
and is licensed under the LGPL-2.1 or later, see
`/usr/share/common-licenses/LGPL-2.1'.
Modified: packages/python-aspects/trunk/debian/rules
===================================================================
--- packages/python-aspects/trunk/debian/rules 2011-02-17 16:57:43 UTC (rev 15751)
+++ packages/python-aspects/trunk/debian/rules 2011-02-17 19:29:26 UTC (rev 15752)
@@ -6,5 +6,5 @@
--root=$(CURDIR)/debian/python-aspects
%:
- dh $@
+ dh --with python2 $@
More information about the Python-modules-commits
mailing list