[Python-modules-commits] r3849 - in packages/mpmath/trunk/debian (changelog rules)

morph-guest at users.alioth.debian.org morph-guest at users.alioth.debian.org
Thu Dec 6 00:20:40 UTC 2007


    Date: Thursday, December 6, 2007 @ 00:20:38
  Author: morph-guest
Revision: 3849

bzed suggestions (vol 2)

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

Modified: packages/mpmath/trunk/debian/changelog
===================================================================
--- packages/mpmath/trunk/debian/changelog	2007-12-06 00:11:42 UTC (rev 3848)
+++ packages/mpmath/trunk/debian/changelog	2007-12-06 00:20:38 UTC (rev 3849)
@@ -1,5 +1,5 @@
-mpmath (0.5-1) UNRELEASED; urgency=low
+mpmath (0.5-1) unstable; urgency=low
 
   * Initial release (Closes: #453024)
 
- -- Sandro Tosi <matrixhasu at gmail.com>  Tue, 27 Nov 2007 01:40:06 +0100
+ -- Sandro Tosi <matrixhasu at gmail.com>  Thu, 06 Dec 2007 01:18:50 +0100

Modified: packages/mpmath/trunk/debian/rules
===================================================================
--- packages/mpmath/trunk/debian/rules	2007-12-06 00:11:42 UTC (rev 3848)
+++ packages/mpmath/trunk/debian/rules	2007-12-06 00:20:38 UTC (rev 3849)
@@ -28,15 +28,11 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/python-mpmath.
-	python setup.py install --root=debian/python-mpmath; \
+	python setup.py install --root=debian/python-mpmath;
 
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs	CHANGES
@@ -46,10 +42,9 @@
 	dh_compress		-X.py
 	dh_fixperms
 	dh_installdeb
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	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