[Python-modules-commits] r11539 - in packages/circuits/trunk/debian (4 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Wed Feb 3 20:04:05 UTC 2010


    Date: Wednesday, February 3, 2010 @ 20:04:02
  Author: morph
Revision: 11539

* debian/patches/01_import_with_statement
  - dropped, no more needed
* debian/{control, rules}
  - drop quilt, no more needed

Modified:
  packages/circuits/trunk/debian/changelog
  packages/circuits/trunk/debian/control
  packages/circuits/trunk/debian/rules
Deleted:
  packages/circuits/trunk/debian/patches/

Modified: packages/circuits/trunk/debian/changelog
===================================================================
--- packages/circuits/trunk/debian/changelog	2010-02-03 19:48:46 UTC (rev 11538)
+++ packages/circuits/trunk/debian/changelog	2010-02-03 20:04:02 UTC (rev 11539)
@@ -1,8 +1,12 @@
 circuits (1.2.1-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/patches/01_import_with_statement
+    - dropped, no more needed
+  * debian/{control, rules}
+    - drop quilt, no more needed
 
- -- Sandro Tosi <morph at debian.org>  Wed, 03 Feb 2010 20:48:06 +0100
+ -- Sandro Tosi <morph at debian.org>  Wed, 03 Feb 2010 21:03:33 +0100
 
 circuits (1.2-1) unstable; urgency=low
 

Modified: packages/circuits/trunk/debian/control
===================================================================
--- packages/circuits/trunk/debian/control	2010-02-03 19:48:46 UTC (rev 11538)
+++ packages/circuits/trunk/debian/control	2010-02-03 20:04:02 UTC (rev 11539)
@@ -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, quilt
+Build-Depends: debhelper (>= 7), python (>= 2.5.3-1~exp1), python-setuptools
 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-02-03 19:48:46 UTC (rev 11538)
+++ packages/circuits/trunk/debian/rules	2010-02-03 20:04:02 UTC (rev 11539)
@@ -4,10 +4,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-include /usr/share/quilt/quilt.make
-
 build: build-stamp
-build-stamp: $(QUILT_STAMPFN)
+build-stamp:
 	dh_testdir
 
 	python setup.py build;
@@ -20,7 +18,7 @@
 	
 	touch $@
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 




More information about the Python-modules-commits mailing list