[28660] in Source-Commits

home help back first fref pref prev next nref lref last post

printing-config commit: Fix build for older cdbs versions

daemon@ATHENA.MIT.EDU (Anders Kaseorg)
Wed Jun 29 00:16:23 2016

Date: Wed, 29 Jun 2016 00:16:17 -0400
From: Anders Kaseorg <andersk@mit.edu>
Message-Id: <201606290416.u5T4GHOe005464@drugstore.mit.edu>
To: source-commits@mit.edu

https://github.com/mit-athena/printing-config/commit/eda794dcd3464aca30e38964e7bf12dae2f44d05
commit eda794dcd3464aca30e38964e7bf12dae2f44d05
Author: Anders Kaseorg <andersk@mit.edu>
Date:   Wed Jun 29 00:06:37 2016 -0400

    Fix build for older cdbs versions

 debian/changelog |    7 +++++++
 debian/rules     |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d96b54c..ce72a16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+debathena-printing-config (1.34.5) UNRELEASED; urgency=medium
+
+  * Fix build for older cdbs versions.  Also break the build for newer
+    cdbs versions.  We’ll convert this to dh soon.
+
+ -- Anders Kaseorg <andersk@mit.edu>  Wed, 29 Jun 2016 00:05:14 -0400
+
 debathena-printing-config (1.34.4) unstable; urgency=medium
 
   * Replace python-support with dh_python2.
diff --git a/debian/rules b/debian/rules
index 53086b5..f33501b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,7 @@ endif
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 common-build-arch common-build-indep:: $(addprefix python-check-stamp-, $(cdbs_python_build_versions))
 python-check-stamp-%: debian/python-module-stampdir/debathena-printing-config
-	$(call cdbs_python_binary,$*) setup.py nosetests
+	$(call cdbs_python_binary,python$*) setup.py nosetests
 	touch $@
 
 clean::

home help back first fref pref prev next nref lref last post