[Python-modules-commits] r11738 - in packages/python-cups/trunk/debian (changelog rules)
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Mon Feb 15 19:00:52 UTC 2010
Date: Monday, February 15, 2010 @ 19:00:40
Author: joss
Revision: 11738
Remove CFLAGS setting, doesn?\226?\128?\153t work anymore with dh.
Modified:
packages/python-cups/trunk/debian/changelog
packages/python-cups/trunk/debian/rules
Modified: packages/python-cups/trunk/debian/changelog
===================================================================
--- packages/python-cups/trunk/debian/changelog 2010-02-15 18:55:59 UTC (rev 11737)
+++ packages/python-cups/trunk/debian/changelog 2010-02-15 19:00:40 UTC (rev 11738)
@@ -24,6 +24,7 @@
* Force dh to use the distutils system, not the Makefile in the
upstream sources (thanks Jakub and Piotr).
* Add upstream NEWS to the installed files.
+ * Remove CFLAGS setting, doesnât work anymore with dh.
-- Josselin Mouette <joss at debian.org> Mon, 15 Feb 2010 18:41:52 +0100
Modified: packages/python-cups/trunk/debian/rules
===================================================================
--- packages/python-cups/trunk/debian/rules 2010-02-15 18:55:59 UTC (rev 11737)
+++ packages/python-cups/trunk/debian/rules 2010-02-15 19:00:40 UTC (rev 11738)
@@ -1,7 +1,4 @@
#!/usr/bin/make -f
-# Used during building to set the version
-export CFLAGS=-DVERSION=\"$(DEB_UPSTREAM_VERSION)\"
-
%:
dh $@ --buildsystem=python_distutils
More information about the Python-modules-commits
mailing list