[Python-modules-commits] r34152 - in packages/sip4/trunk/debian (changelog control rules)

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Sat Sep 5 09:02:23 UTC 2015


    Date: Saturday, September 5, 2015 @ 09:02:22
  Author: mitya57
Revision: 34152

* Do not compile C code during arch-indep build, to speed it up.
* Move python-sphinx to Build-Depends-Indep.

Modified:
  packages/sip4/trunk/debian/changelog
  packages/sip4/trunk/debian/control
  packages/sip4/trunk/debian/rules

Modified: packages/sip4/trunk/debian/changelog
===================================================================
--- packages/sip4/trunk/debian/changelog	2015-09-04 08:52:42 UTC (rev 34151)
+++ packages/sip4/trunk/debian/changelog	2015-09-05 09:02:22 UTC (rev 34152)
@@ -6,6 +6,8 @@
 
   [ Dmitry Shachnev ]
   * Build with Sphinx 1.3.
+  * Do not compile C code during arch-indep build, to speed it up.
+  * Move python-sphinx to Build-Depends-Indep.
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 20 Jul 2015 22:28:06 +0300
 

Modified: packages/sip4/trunk/debian/control
===================================================================
--- packages/sip4/trunk/debian/control	2015-09-04 08:52:42 UTC (rev 34151)
+++ packages/sip4/trunk/debian/control	2015-09-05 09:02:22 UTC (rev 34152)
@@ -12,9 +12,9 @@
                flex,
                python-all-dbg,
                python-all-dev (>= 2.7.2-5~),
-               python-sphinx (>= 1.3),
                python3-all-dbg,
                python3-all-dev (>= 3.3.2-5~)
+Build-Depends-Indep: python-sphinx (>= 1.3)
 Standards-Version: 3.9.6
 Homepage: http://www.riverbankcomputing.co.uk/software/sip/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/sip4/trunk/

Modified: packages/sip4/trunk/debian/rules
===================================================================
--- packages/sip4/trunk/debian/rules	2015-09-04 08:52:42 UTC (rev 34151)
+++ packages/sip4/trunk/debian/rules	2015-09-05 09:02:22 UTC (rev 34152)
@@ -72,7 +72,7 @@
 	touch $@
 
 build-arch: build
-build-indep: build
+build-indep:
 
 clean:
 	dh_testdir




More information about the Python-modules-commits mailing list