[Python-modules-commits] [pycairo] 01/02: Merge NMU 1.8.8-2.1

Laurent Bigonville bigon at moszumanska.debian.org
Sun Nov 19 10:31:30 UTC 2017


This is an automated email from the git hooks/post-receive script.

bigon pushed a commit to branch master
in repository pycairo.

commit ae0a9cf4adf7a22c5477d61d7feb74c4cdd87fd2
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Sun Nov 19 11:30:06 2017 +0100

    Merge NMU 1.8.8-2.1
---
 debian/changelog |  8 ++++++++
 debian/rules     | 12 ++++++------
 2 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8a69038..9cee5f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,14 @@ pycairo (1.8.8-3) UNRELEASED; urgency=medium
 
  -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 21:47:57 +0200
 
+pycairo (1.8.8-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Replace deprecated cdbs_python_build_versions with cdbs_python_flavors.
+    (Closes: #830364)
+
+ -- Johannes Brandstätter <jbrandst at 2ds.eu>  Sun, 25 Sep 2016 11:50:17 +0200
+
 pycairo (1.8.8-2) unstable; urgency=medium
 
   [ Jakub Wilk ]
diff --git a/debian/rules b/debian/rules
index 251a814..145375f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,18 +12,18 @@ install/python-cairo-dev::
 
 build/python-cairo-dbg::
 	set -e; \
-	for i in $(cdbs_python_build_versions); do \
-	  python$$i-dbg ./setup.py build; \
+	for i in $(cdbs_python_flavors); do \
+	  $$i-dbg ./setup.py build; \
 	done
 
 install/python-cairo-dbg::
-	for i in $(cdbs_python_build_versions); do \
-	  python$$i-dbg ./setup.py install --install-layout=deb --root $(CURDIR)/debian/tmp; \
+	for i in $(cdbs_python_flavors); do \
+	  $$i-dbg ./setup.py install --install-layout=deb --root $(CURDIR)/debian/tmp; \
 	done
 
 clean::
-	-for i in $(cdbs_python_build_versions); do \
-	  python$$i-dbg ./setup.py clean -a; \
+	-for i in $(cdbs_python_flavors); do \
+	  $$i-dbg ./setup.py clean -a; \
 	done
 	rm -f $(CURDIR)/pycairo.pc $(CURDIR)/src/config.h
 	rm -rf $(CURDIR)/build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycairo.git



More information about the Python-modules-commits mailing list