[Python-modules-commits] r34185 - in packages/sip4/trunk/debian (changelog rules)
mitya57 at users.alioth.debian.org
mitya57 at users.alioth.debian.org
Mon Sep 7 08:47:42 UTC 2015
Date: Monday, September 7, 2015 @ 08:47:41
Author: mitya57
Revision: 34185
Unify indentation in debian/rules.
Modified:
packages/sip4/trunk/debian/changelog
packages/sip4/trunk/debian/rules
Modified: packages/sip4/trunk/debian/changelog
===================================================================
--- packages/sip4/trunk/debian/changelog 2015-09-06 11:09:37 UTC (rev 34184)
+++ packages/sip4/trunk/debian/changelog 2015-09-07 08:47:41 UTC (rev 34185)
@@ -8,6 +8,7 @@
* 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.
+ * Unify indentation in debian/rules.
-- Dmitry Shachnev <mitya57 at debian.org> Mon, 20 Jul 2015 22:28:06 +0300
Modified: packages/sip4/trunk/debian/rules
===================================================================
--- packages/sip4/trunk/debian/rules 2015-09-06 11:09:37 UTC (rev 34184)
+++ packages/sip4/trunk/debian/rules 2015-09-07 08:47:41 UTC (rev 34185)
@@ -49,7 +49,7 @@
-e /usr/include/python$*_d \
-u CFLAGS="${CFLAGS} ${CPPFLAGS}" CFLAGS_RELEASE="" \
CXXFLAGS="${CXXFLAGS} ${CPPFLAGS}" CXXFLAGS_RELEASE="" \
- LFLAGS="${LDFLAGS}" LFLAGS_RELEASE="" STRIP=""
+ LFLAGS="${LDFLAGS}" LFLAGS_RELEASE="" STRIP=""
touch $@
sipconfig-3.%:
More information about the Python-modules-commits
mailing list