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

jandd-guest at users.alioth.debian.org jandd-guest at users.alioth.debian.org
Mon Sep 15 20:04:16 UTC 2008


    Date: Monday, September 15, 2008 @ 20:04:15
  Author: jandd-guest
Revision: 6512

incorporate POX's advices

Modified:
  packages/python-aspects/trunk/debian/compat
  packages/python-aspects/trunk/debian/control
  packages/python-aspects/trunk/debian/copyright
  packages/python-aspects/trunk/debian/examples
  packages/python-aspects/trunk/debian/rules

Modified: packages/python-aspects/trunk/debian/compat
===================================================================
--- packages/python-aspects/trunk/debian/compat	2008-09-15 19:47:25 UTC (rev 6511)
+++ packages/python-aspects/trunk/debian/compat	2008-09-15 20:04:15 UTC (rev 6512)
@@ -1 +1 @@
-7
+5

Modified: packages/python-aspects/trunk/debian/control
===================================================================
--- packages/python-aspects/trunk/debian/control	2008-09-15 19:47:25 UTC (rev 6511)
+++ packages/python-aspects/trunk/debian/control	2008-09-15 20:04:15 UTC (rev 6512)
@@ -5,8 +5,7 @@
 Uploaders: Debian Python Modules Team
  <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: python (>= 2.1), python-all-dev, python-support
- (>= 0.8.4)
+Build-Depends-Indep: python, python-all-dev, python-support (>= 0.8.4)
 Standards-Version: 3.8.0
 Homepage: http://www.cs.tut.fi/~ask/aspects/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-aspects/trunk

Modified: packages/python-aspects/trunk/debian/copyright
===================================================================
--- packages/python-aspects/trunk/debian/copyright	2008-09-15 19:47:25 UTC (rev 6511)
+++ packages/python-aspects/trunk/debian/copyright	2008-09-15 20:04:15 UTC (rev 6512)
@@ -31,4 +31,4 @@
     Fifth Floor, Boston, MA 02110-1301, USA.
 
 The Debian packaging is (C) 2008, Jan Dittberner <jan at dittberner.info>
-and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+and is licensed under the LGPL, see `/usr/share/common-licenses/LGPL'.

Modified: packages/python-aspects/trunk/debian/examples
===================================================================
--- packages/python-aspects/trunk/debian/examples	2008-09-15 19:47:25 UTC (rev 6511)
+++ packages/python-aspects/trunk/debian/examples	2008-09-15 20:04:15 UTC (rev 6512)
@@ -5,6 +5,3 @@
 examples/tracer_example.py
 examples/typecheck_example.py
 examples/typecheck_advice.py
-test/testlib_with_wrap.py
-test/test_aspects.py
-test/test_with_wrap.py

Modified: packages/python-aspects/trunk/debian/rules
===================================================================
--- packages/python-aspects/trunk/debian/rules	2008-09-15 19:47:25 UTC (rev 6511)
+++ packages/python-aspects/trunk/debian/rules	2008-09-15 20:04:15 UTC (rev 6512)
@@ -6,13 +6,14 @@
 clean: 
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp
 	rm -rf dist build
 	find -type f -name '*\.py[co]' -exec rm {} \;
 	dh_clean build-*
 
 build: build-indep
 
+build-arch:
+
 build-indep:
 	dh_installdirs -i
 	touch $@
@@ -20,6 +21,8 @@
 install: build
 	python setup.py install --root=$(CURDIR)/debian/python-aspects
 
+binary-arch:
+
 binary-indep: build install
 	dh_testdir
 	dh_testroot
@@ -35,4 +38,4 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install configure
+.PHONY: build clean binary-indep binary-arch binary install




More information about the Python-modules-commits mailing list