[Python-modules-commits] r11214 - in packages/circuits/trunk/debian (changelog control rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Tue Jan 19 00:10:27 UTC 2010
Date: Tuesday, January 19, 2010 @ 00:10:21
Author: morph
Revision: 11214
* debian/{control, rules}
- added quilt patch management
Modified:
packages/circuits/trunk/debian/changelog
packages/circuits/trunk/debian/control
packages/circuits/trunk/debian/rules
Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog 2010-01-19 00:07:12 UTC (rev 11213)
+++ packages/circuits/trunk/debian/changelog 2010-01-19 00:10:21 UTC (rev 11214)
@@ -14,8 +14,10 @@
* debian/patches/01_import_with_statement
- added patch to import the with statement explicitly (it's needed because
Python 2.5 has if only from __future__)
+ * debian/{control, rules}
+ - added quilt patch management
- -- Sandro Tosi <morph at debian.org> Tue, 19 Jan 2010 01:06:17 +0100
+ -- Sandro Tosi <morph at debian.org> Tue, 19 Jan 2010 01:10:01 +0100
circuits (1.1.1-3) unstable; urgency=low
Modified: packages/circuits/trunk/debian/control
===================================================================
--- packages/circuits/trunk/debian/control 2010-01-19 00:07:12 UTC (rev 11213)
+++ packages/circuits/trunk/debian/control 2010-01-19 00:10:21 UTC (rev 11214)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 7), python (>= 2.5.3-1~exp1), python-setuptools
+Build-Depends: debhelper (>= 7), python (>= 2.5.3-1~exp1), python-setuptools, quilt
Build-Depends-Indep: python-support, snakefood, ghostscript, graphviz, python-nose, python-pyinotify, python-pygame, python-epydoc
Standards-Version: 3.8.3
Homepage: http://code.google.com/p/circuits/
Modified: packages/circuits/trunk/debian/rules
===================================================================
--- packages/circuits/trunk/debian/rules 2010-01-19 00:07:12 UTC (rev 11213)
+++ packages/circuits/trunk/debian/rules 2010-01-19 00:10:21 UTC (rev 11214)
@@ -4,8 +4,10 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+include /usr/share/quilt/quilt.make
+
build: build-stamp
-build-stamp:
+build-stamp: $(QUILT_STAMPFN)
dh_testdir
python setup.py build;
@@ -18,7 +20,7 @@
touch $@
-clean:
+clean: unpatch
dh_testdir
dh_testroot
More information about the Python-modules-commits
mailing list