[Python-modules-commits] r4744 - in packages/matplotlib/trunk/debian (changelog rules)

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Sat Mar 8 18:19:53 UTC 2008


    Date: Saturday, March 8, 2008 @ 18:19:52
  Author: certik-guest
Revision: 4744

make the package compile again

Modified:
  packages/matplotlib/trunk/debian/changelog
  packages/matplotlib/trunk/debian/rules

Modified: packages/matplotlib/trunk/debian/changelog
===================================================================
--- packages/matplotlib/trunk/debian/changelog	2008-03-08 18:15:11 UTC (rev 4743)
+++ packages/matplotlib/trunk/debian/changelog	2008-03-08 18:19:52 UTC (rev 4744)
@@ -4,7 +4,8 @@
   * Vittorio Palmisano and Ondrej Certik added to Uploaders
   * "DM-Upload-Allowed: yes" field added
   * Standards-Version bumped to 3.7.3
-  * python-numarray and python-numeric removed from build-depends 
+  * python-numarray and python-numeric removed from build-depends and
+    debian/rules fixed to make the package compile
 
  -- Ondrej Certik <ondrej at certik.cz>  Sat, 08 Mar 2008 19:10:55 +0100
 

Modified: packages/matplotlib/trunk/debian/rules
===================================================================
--- packages/matplotlib/trunk/debian/rules	2008-03-08 18:15:11 UTC (rev 4743)
+++ packages/matplotlib/trunk/debian/rules	2008-03-08 18:19:52 UTC (rev 4744)
@@ -66,32 +66,6 @@
 	rm -rf $(CURDIR)/debian/$(p)/usr/lib/python$*/site-packages/matplotlib/mpl-data/
 	rm -rf $(CURDIR)/debian/$(p)/usr/lib/python$*/site-packages/matplotlib/backends/Matplotlib.nib/
 
-	# Check that we have built all of the plugins for the default python version; FTBFS if not; this
-	# is better than having packages silently fail to build on the
-	# autobuilders.
-	# The plugin abbreviations are:
-	#  ns_ = numpy, na_ = numarray, nc_ = numeric
-	for v in $(DEFPY); do \
-		for p in na ns nc; do \
-			for f in transforms.so image.so cntr.so nxutils.so; do \
-				# Check for these four files for each plugin: \
-				#	_na_transforms.so, _na_image.so, _na_cntr.so, _na_nxutils.so \
-				if test ! -f debian/python-matplotlib/usr/lib/python$$v/site-packages/matplotlib/_$${p}_$${f}; then \
-					echo "Missing plugin file _$${p}_$${f}: Failing build"; \
-					exit 1; \
-				fi \
-			done \
-				# Also check for the backend plugins: \
-				# e.g. backends/_na_backend_agg.so \
-			for f in agg.so gdk.so; do \
-				if test ! -f debian/python-matplotlib/usr/lib/python$$v/site-packages/matplotlib/backends/_$${p}_backend_$${f}; then \
-					echo "Missing backend file _$${p}_backend_$${f}: Failing build"; \
-					exit 1; \
-				fi \
-			done \
-		done \
-	done
-
 	touch $@
 
 install-indep: build-indep




More information about the Python-modules-commits mailing list