[Python-modules-commits] r10907 - in packages/matplotlib/trunk/debian (4 files)

bdrung-guest at users.alioth.debian.org bdrung-guest at users.alioth.debian.org
Mon Dec 28 14:48:58 UTC 2009


    Date: Monday, December 28, 2009 @ 14:48:57
  Author: bdrung-guest
Revision: 10907

Switch to 3.0 (quilt) source format.

Added:
  packages/matplotlib/trunk/debian/source/
  packages/matplotlib/trunk/debian/source/format
Modified:
  packages/matplotlib/trunk/debian/control
  packages/matplotlib/trunk/debian/rules

Modified: packages/matplotlib/trunk/debian/control
===================================================================
--- packages/matplotlib/trunk/debian/control	2009-12-28 14:37:19 UTC (rev 10906)
+++ packages/matplotlib/trunk/debian/control	2009-12-28 14:48:57 UTC (rev 10907)
@@ -33,7 +33,6 @@
                python-tz,
                python-wxgtk2.8,
                python-wxgtk2.8-dbg,
-               quilt,
                tcl8.5-dev,
                texlive-fonts-recommended,
                texlive-latex-extra,

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2009-12-28 14:37:19 UTC (rev 10906)
+++ packages/matplotlib/trunk/debian/rules	2009-12-28 14:48:57 UTC (rev 10907)
@@ -1,7 +1,5 @@
 #!/usr/bin/make -f
 
-include /usr/share/quilt/quilt.make
-
 PYVERS := $(shell pyversions -v -r debian/control)
 DEFPY := $(shell pyversions -v -d)
 PY_PLATFORM := $(shell python -c 'from distutils.util import get_platform; print get_platform()')
@@ -11,7 +9,7 @@
 pdbg := python-matplotlib-dbg
 
 # build
-build: patch build-arch build-indep
+build: build-arch build-indep
 
 build-indep: build-indep-stamp
 build-indep-stamp: $(DEFPY:%=build-%-stamp)
@@ -36,8 +34,7 @@
 
 
 # clean
-clean: clean-patched unpatch
-clean-patched: patch
+clean:
 	dh_testdir
 	dh_testroot
 	

Added: packages/matplotlib/trunk/debian/source/format
===================================================================
--- packages/matplotlib/trunk/debian/source/format	                        (rev 0)
+++ packages/matplotlib/trunk/debian/source/format	2009-12-28 14:48:57 UTC (rev 10907)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list