[Python-modules-commits] r24560 - in packages/libapache2-mod-python/trunk/debian (2 files)
adejong at users.alioth.debian.org
adejong at users.alioth.debian.org
Sun May 26 17:26:40 UTC 2013
Date: Sunday, May 26, 2013 @ 17:26:38
Author: adejong
Revision: 24560
* Remove generated file to support building twice in a row.
Modified:
packages/libapache2-mod-python/trunk/debian/changelog
packages/libapache2-mod-python/trunk/debian/rules
Modified: packages/libapache2-mod-python/trunk/debian/changelog
===================================================================
--- packages/libapache2-mod-python/trunk/debian/changelog 2013-05-26 15:53:30 UTC (rev 24559)
+++ packages/libapache2-mod-python/trunk/debian/changelog 2013-05-26 17:26:38 UTC (rev 24560)
@@ -16,11 +16,12 @@
* Switch to debhelper compatibility level 9.
* Update 02_makefile.patch to add --install-layout=deb to the setup.py
call.
+ * Remove generated file to support building twice in a row.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
- -- Arthur de Jong <adejong at debian.org> Sun, 26 May 2013 16:45:28 +0200
+ -- Arthur de Jong <adejong at debian.org> Sun, 26 May 2013 19:19:25 +0200
libapache2-mod-python (3.3.1-9) unstable; urgency=low
Modified: packages/libapache2-mod-python/trunk/debian/rules
===================================================================
--- packages/libapache2-mod-python/trunk/debian/rules 2013-05-26 15:53:30 UTC (rev 24559)
+++ packages/libapache2-mod-python/trunk/debian/rules 2013-05-26 17:26:38 UTC (rev 24560)
@@ -7,6 +7,9 @@
%:
dh $@ --with autoreconf,python2
-
override_dh_auto_configure:
dh_auto_configure -- --with-apxs=/usr/bin/apxs2 --with-python=$(PYTHON)
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -rf $(CURDIR)/src/include/mod_python.h
More information about the Python-modules-commits
mailing list