[Python-modules-commits] r10562 - in packages/python-aspects/trunk/debian (5 files)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Sun Nov 22 22:42:29 UTC 2009


    Date: Sunday, November 22, 2009 @ 22:42:28
  Author: jandd
Revision: 10562

switch to dh7 and DD email address

Modified:
  packages/python-aspects/trunk/debian/changelog
  packages/python-aspects/trunk/debian/compat
  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	2009-11-22 22:07:30 UTC (rev 10561)
+++ packages/python-aspects/trunk/debian/changelog	2009-11-22 22:42:28 UTC (rev 10562)
@@ -1,3 +1,23 @@
+python-aspects (1.3-3) unstable; urgency=low
+
+  * switch to my debian email address
+  * switch to debhelper 7
+  * debian/control:
+    - switch Maintainer email address
+    - bump Standards-Version to 3.8.3, no changes necessary
+    - bump dependency versions: debhelper>=7.0.50, python-support>=1.0.0
+    - move python-support to Depends (for dh7 magic)
+    - add ${misc:Depends}
+    - add XS-Python-Version and XB-Python-Version
+  * debian/compat:
+    - 5 -> 7
+  * debian/copyright:
+    - update copyright for the packaging and email address
+  * debian/rules:
+    - simplified using dh7 rules
+
+ -- Jan Dittberner <jandd at debian.org>  Sun, 22 Nov 2009 23:42:06 +0100
+
 python-aspects (1.3-2) unstable; urgency=low
 
   * debian/copyright:

Modified: packages/python-aspects/trunk/debian/compat
===================================================================
--- packages/python-aspects/trunk/debian/compat	2009-11-22 22:07:30 UTC (rev 10561)
+++ packages/python-aspects/trunk/debian/compat	2009-11-22 22:42:28 UTC (rev 10562)
@@ -1 +1 @@
-5
+7

Modified: packages/python-aspects/trunk/debian/control
===================================================================
--- packages/python-aspects/trunk/debian/control	2009-11-22 22:07:30 UTC (rev 10561)
+++ packages/python-aspects/trunk/debian/control	2009-11-22 22:42:28 UTC (rev 10562)
@@ -1,19 +1,20 @@
 Source: python-aspects
 Section: python
 Priority: optional
-Maintainer: Jan Dittberner <jan at dittberner.info>
+Maintainer: Jan Dittberner <jandd at debian.org>
 Uploaders: Debian Python Modules Team
  <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: python (>= 2.5.4-1~), python-support (>= 0.8.4)
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 7.0.50), python-support (>= 1.0.0)
+XS-Python-Version: >= 2.1
+Standards-Version: 3.8.3
 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/
 
 Package: python-aspects
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
+XB-Python-Version: ${python:Versions}
 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	2009-11-22 22:07:30 UTC (rev 10561)
+++ packages/python-aspects/trunk/debian/copyright	2009-11-22 22:42:28 UTC (rev 10562)
@@ -1,4 +1,4 @@
-This package was debianized by Jan Dittberner <jan at dittberner.info> on
+This package was debianized by Jan Dittberner <jandd at debian.org> on
 Mon, 15 Sep 2008 06:21:49 +0200.
 
 It was downloaded from http://www.cs.tut.fi/~ask/aspects/
@@ -30,5 +30,5 @@
     writing to the Free Software Foundation, Inc., 51 Franklin St,
     Fifth Floor, Boston, MA 02110-1301, USA.
 
-The Debian packaging is © 2008 Jan Dittberner <jan at dittberner.info>
+The Debian packaging is © 2008, 2009 Jan Dittberner <jandd at debian.org>
 and is licensed under the LGPL, see `/usr/share/common-licenses/LGPL'.

Modified: packages/python-aspects/trunk/debian/rules
===================================================================
--- packages/python-aspects/trunk/debian/rules	2009-11-22 22:07:30 UTC (rev 10561)
+++ packages/python-aspects/trunk/debian/rules	2009-11-22 22:42:28 UTC (rev 10562)
@@ -1,42 +1,10 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
-#export DH_VERBOSE=1
+override_dh_auto_install:
+	python setup.py install --install-layout=deb \
+		--root=$(CURDIR)/debian/python-aspects
 
-clean: 
-	dh_testdir
-	dh_testroot
-	rm -rf dist build
-	find -type f -name '*\.py[co]' -exec rm {} \;
-	dh_clean build-*
+%:
+	dh $@
 
-build: build-indep
-
-build-arch:
-
-build-indep:
-	dh_installdirs -i
-	touch $@
-
-install: build
-	python setup.py install --install-layout=deb\
-	 --root=$(CURDIR)/debian/python-aspects
-
-binary-arch:
-
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installchangelogs
-	dh_installdocs
-	dh_installexamples
-	dh_compress
-	dh_pysupport
-	dh_installdeb
-	dh_shlibdeps
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install




More information about the Python-modules-commits mailing list