Control: tags 830364 + patch Control: tags 830364 + pending Dear maintainer,
I've prepared an NMU for pycairo (versioned as 1.8.8-2.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- Sebastian Ramacher
diff -Nru pycairo-1.8.8/debian/changelog pycairo-1.8.8/debian/changelog --- pycairo-1.8.8/debian/changelog 2015-09-06 10:47:35.000000000 +0200 +++ pycairo-1.8.8/debian/changelog 2016-09-25 11:50:17.000000000 +0200 @@ -1,3 +1,11 @@ +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 <jbran...@2ds.eu> Sun, 25 Sep 2016 11:50:17 +0200 + pycairo (1.8.8-2) unstable; urgency=medium [ Jakub Wilk ] diff -Nru pycairo-1.8.8/debian/rules pycairo-1.8.8/debian/rules --- pycairo-1.8.8/debian/rules 2015-09-06 10:43:23.000000000 +0200 +++ pycairo-1.8.8/debian/rules 2016-09-25 11:48:07.000000000 +0200 @@ -12,18 +12,18 @@ 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
signature.asc
Description: PGP signature