[Python-modules-commits] r30516 - in packages/pythonmagick/tags (5 files)
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Sun Sep 7 14:53:17 UTC 2014
Date: Sunday, September 7, 2014 @ 14:53:17
Author: sramacher
Revision: 30516
[svn-buildpackage] Tagging pythonmagick 0.9.11-1
Added:
packages/pythonmagick/tags/0.9.11-1/
packages/pythonmagick/tags/0.9.11-1/debian/changelog
(from rev 30515, packages/pythonmagick/trunk/debian/changelog)
packages/pythonmagick/tags/0.9.11-1/debian/rules
(from rev 30515, packages/pythonmagick/trunk/debian/rules)
Deleted:
packages/pythonmagick/tags/0.9.11-1/debian/changelog
packages/pythonmagick/tags/0.9.11-1/debian/rules
Deleted: packages/pythonmagick/tags/0.9.11-1/debian/changelog
===================================================================
--- packages/pythonmagick/trunk/debian/changelog 2014-09-07 13:18:07 UTC (rev 30514)
+++ packages/pythonmagick/tags/0.9.11-1/debian/changelog 2014-09-07 14:53:17 UTC (rev 30516)
@@ -1,214 +0,0 @@
-pythonmagick (0.9.11-1) UNRELEASED; urgency=medium
-
- * Team upload.
- * New upstream release.
- - Fix build with newer imagemagick releases. (Closes: #758001)
- * debian/patches:
- - 003_detect_py27.diff: Removed, no longer needed.
- - 001_autofoo_fixes.diff: Refreshed.
- * debian/{rules,control,source/format}: Use 3.0 (quilt) and remove quilt
- from build depends and dh call.
- * debian({rules,control}: Switch to dh_python2. Replace python-support with
- dh-python in Build-Depends and invoke dh with --with python2 instead of
- python-support.
- * debian/control:
- - Bump libmagic++-dev to >= 8:6.8.6. Required by the new upstream version.
- - Bump Standards-Version to 3.9.5. No changes required.
- * debian/rules:
- - Build with --disable-silent-rules.
- - Build with --parallel.
- * debian/copyright: Update copyright years.
-
- -- Sebastian Ramacher <sramacher at debian.org> Wed, 13 Aug 2014 20:23:47 +0200
-
-pythonmagick (0.9.8-1) unstable; urgency=low
-
- * Team upload.
-
- [ Sebastian Ramacher ]
- * New upstream release.
- * debian/control:
- - Bump Standards-Version to 3.9.4.
- - Bump debhelper to (>= 9) for arch and indep targets.
- - Remove unnecessary Build-Depends autotools-dev and dpkg-dev.
- * debian/compat: Bump to 9.
- * debian/rules:
- - Run loops with set -e.
- - Call dh correctly.
- - No need to include /usr/share/dpkg/buildflags.mk anymore.
- * debian/copyright:
- - Update Format URL.
- - Merge the two debian/* sections.
- - Fix formatting of the ImageMagick license.
- - Update copyright years
- * debian/patches:
- - 001_autofoo_fixes.diff: Use python-config --includes to fix build
- failure. (Closes: #710790)
- - 002_set_minimum_python_version_to_2.4.diff: Removed, not needed anymore.
- - 004_quote_cppflags.diff: Removed, not needed anymore.
- - __init__-fixup: Removed, not needed anymore.
-
- [ Jakub Wilk ]
- * Use canonical URIs for Vcs-* fields.
-
- -- Sebastian Ramacher <sramacher at debian.org> Sun, 02 Jun 2013 15:59:18 +0200
-
-pythonmagick (0.9.7-2) unstable; urgency=low
-
- * Team upload.
- * Enable hardened build:
- - debian/patches: add 004_quote_cppflags.diff to fix build issues with
- enabled hardening flags (Closes: #652483).
- - debian/rules: export buildflags.
- - debian/control: add versioned Build-Dep on dpkg-dev for
- /usr/share/dpkg/buildflags.mk
- * debian/control: fix spelling error in description.
-
- -- Sebastian Ramacher <s.ramacher at gmx.at> Tue, 20 Dec 2011 12:32:16 +0100
-
-pythonmagick (0.9.7-1) unstable; urgency=low
-
- * Team upload.
-
- [ Bernd Zeimetz ]
- * Upstream's __init__.py is *WEIRD*. I think I've fixed it as it should be,
- although this change might introduce features which are not available in
- other distributions. (Closes: #495025)
- * Removing myself from uploaders.
-
- [ Sebastian Ramacher ]
- * New upstream release
- - Fixes build issues with newer ligmagick++ versions (Closes: #625581).
- - debian/control: Bump Build-Dep of libmagick++-dev to 8:6.6.7-9.
- * Drop autotools related diffs and run dh --with autoreconf instead.
- - debian/control: Add Build-Dep on dh-autoreconf.
- - debian/rules: call dh with --with autoreconf.
- - debian/patches: remove diffs that are releated to autotools output.
- * Detect Python 2.7 correctly (Closes: #632508) and honor PYTHON environment
- variable.
- * Build for all supported Python versions.
- - debian/control: Build-Dep on python-all-dev instead of python-dev.
- - debian/rules: Build for all supported Python versions.
- * debian/patches: Format according to DEP-3.
- * debian/control: Bump Standards-Version (no changes required).
- * debian/copyright:
- - Update copyright years.
- - Fixes to be DEP-5 compliant.
- - Fix license of PythonMagick. It is released under the ImageMagick
- License, not GPL-3+.
-
- -- Sebastian Ramacher <s.ramacher at gmx.at> Wed, 19 Oct 2011 20:12:28 +0200
-
-pythonmagick (0.9.1-3) unstable; urgency=low
-
- * Add pkg-config as build-dependency.
- * Bumping Standards-Version to 3.8.4.
- * Add debian/README.source.
- * Update patches to include python2.6 properly.
-
- -- Bernd Zeimetz <bzed at debian.org> Wed, 12 May 2010 23:05:38 +0200
-
-pythonmagick (0.9.1-2) unstable; urgency=low
-
- * Remove usage of cdbs in favour of debhelper >> 7
- * change dpatch to quilt
-
- -- Carl Fürstenberg <azatoth at gmail.com> Sun, 28 Feb 2010 14:44:53 +0100
-
-pythonmagick (0.9.1-1) unstable; urgency=low
-
- [ Thomas Viehmann ]
- * New upstream release
- - compatible with new imagemagick. Closes: #512049, #524588
- - links against current boost. Closes: #488105
- - Fixes to autofoo:
- - use python?.?-config instead of locate in python detection macro
- - python boost detection
- and reverse upstream's hardcoding of the lib in Makefile.am
-
- [ Sandro Tosi ]
- * debian/control
- - switch Vcs-Browser field to viewsvn
-
- [ Carl Fürstenberg ]
- * New upstream release
- * update copyright file
- * updating build-depends
- - change libmagick++9-dev to libmagick++-dev >= 6.4
-
- [ Piotr Ożarowski ]
- * Thomas' patches converted to dpatch (thanks Thomas for your work!)
- - dpatch added to Build-Depends
- * Remove .pyc files in clean rule
-
- -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Mon, 15 Jun 2009 21:46:45 +0200
-
-pythonmagick (0.7-5) unstable; urgency=low
-
- [ Bernd Zeimetz ]
- * debian/control:
- - Dropping python2.4 Build-Deps again, depend on libboost-python-dev
- (>= 1.34.1-8) instead, as this was the first version which used rtupdate
- to support multiple python versions.
- - Typo and style fixes in the description.
- - Adding myself to Uploaders
- * debian/pyversions:
- - Not needed, removing file.
-
- [ Carl Fürstenberg ]
- * debian/control:
- - Dropping obsolete and useless Build-Deps (autostuff etc...), adding
- dependice on autotools.dev
- - change dependices to python 2.5 or above (Closes: #445395)
- * debian/patches:
- - removing the patch poking in configure to change python 2.5 to 2.4.
- * debian/rules:
- - remove cruft.
-
- -- Carl Fürstenberg <azatoth at gmail.com> Tue, 15 Apr 2008 21:35:19 +0200
-
-pythonmagick (0.7-4) unstable; urgency=low
-
- [ Piotr Ożarowski ]
- * Homepage field added
- * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
-
- [ Sandro Tosi ]
- * debian/control
- - uniforming Vcs-Browser field
-
- [ Carl Fürstenberg ]
- * debian/rules
- - Changed to static patch, and rebootstrapping isn't relevant any more
- * debian/control
- - swapped Maintainer and Uploaders field
- - bump Standards-Version
-
- -- Carl Fürstenberg <azatoth at gmail.com> Sun, 06 Apr 2008 00:45:16 +0200
-
-pythonmagick (0.7-3.1) unstable; urgency=low
-
- * Non-maintainer upload.
- * Added python2.4-dev to build-depends (Closes: #473966)
- * rm autogen.log on clean as suggested by Sandro Tosi (Closes: #442714)
-
- -- Alexander Schmehl <tolimar at debian.org> Sat, 05 Apr 2008 18:39:32 +0200
-
-pythonmagick (0.7-3) unstable; urgency=high
-
- * Really include pythonmagick in the deb-files (closes: #439251)
-
- -- Carl Fürstenberg <azatoth at gmail.com> Fri, 24 Aug 2007 00:31:03 +0200
-
-pythonmagick (0.7-2) unstable; urgency=medium
-
- * Move it to use python 2.4 instead per changes in libboost-python.
-
- -- Carl Fürstenberg <azatoth at gmail.com> Sat, 18 Aug 2007 17:01:51 +0200
-
-pythonmagick (0.7-1) unstable; urgency=low
-
- * Initial release (Closes: #433709)
-
- -- Carl Fürstenberg <azatoth at gmail.com> Sun, 05 Aug 2007 17:27:03 +0200
-
Copied: packages/pythonmagick/tags/0.9.11-1/debian/changelog (from rev 30515, packages/pythonmagick/trunk/debian/changelog)
===================================================================
--- packages/pythonmagick/tags/0.9.11-1/debian/changelog (rev 0)
+++ packages/pythonmagick/tags/0.9.11-1/debian/changelog 2014-09-07 14:53:17 UTC (rev 30516)
@@ -0,0 +1,215 @@
+pythonmagick (0.9.11-1) unstable; urgency=medium
+
+ * Team upload.
+ * New upstream release.
+ - Fix build with newer imagemagick releases. (Closes: #758001)
+ * debian/patches:
+ - 003_detect_py27.diff: Removed, no longer needed.
+ - 001_autofoo_fixes.diff: Refreshed.
+ * debian/{rules,control,source/format}: Use 3.0 (quilt) and remove quilt
+ from build depends and dh call.
+ * debian({rules,control}: Switch to dh_python2. Replace python-support with
+ dh-python in Build-Depends and invoke dh with --with python2 instead of
+ python-support.
+ * debian/control:
+ - Bump libmagic++-dev to >= 8:6.8.6. Required by the new upstream version.
+ - Bump Standards-Version to 3.9.5. No changes required.
+ * debian/rules:
+ - Build with --disable-silent-rules.
+ - Build with --parallel.
+ - Remove *.la files.
+ * debian/copyright: Update copyright years.
+
+ -- Sebastian Ramacher <sramacher at debian.org> Sun, 07 Sep 2014 16:45:55 +0200
+
+pythonmagick (0.9.8-1) unstable; urgency=low
+
+ * Team upload.
+
+ [ Sebastian Ramacher ]
+ * New upstream release.
+ * debian/control:
+ - Bump Standards-Version to 3.9.4.
+ - Bump debhelper to (>= 9) for arch and indep targets.
+ - Remove unnecessary Build-Depends autotools-dev and dpkg-dev.
+ * debian/compat: Bump to 9.
+ * debian/rules:
+ - Run loops with set -e.
+ - Call dh correctly.
+ - No need to include /usr/share/dpkg/buildflags.mk anymore.
+ * debian/copyright:
+ - Update Format URL.
+ - Merge the two debian/* sections.
+ - Fix formatting of the ImageMagick license.
+ - Update copyright years
+ * debian/patches:
+ - 001_autofoo_fixes.diff: Use python-config --includes to fix build
+ failure. (Closes: #710790)
+ - 002_set_minimum_python_version_to_2.4.diff: Removed, not needed anymore.
+ - 004_quote_cppflags.diff: Removed, not needed anymore.
+ - __init__-fixup: Removed, not needed anymore.
+
+ [ Jakub Wilk ]
+ * Use canonical URIs for Vcs-* fields.
+
+ -- Sebastian Ramacher <sramacher at debian.org> Sun, 02 Jun 2013 15:59:18 +0200
+
+pythonmagick (0.9.7-2) unstable; urgency=low
+
+ * Team upload.
+ * Enable hardened build:
+ - debian/patches: add 004_quote_cppflags.diff to fix build issues with
+ enabled hardening flags (Closes: #652483).
+ - debian/rules: export buildflags.
+ - debian/control: add versioned Build-Dep on dpkg-dev for
+ /usr/share/dpkg/buildflags.mk
+ * debian/control: fix spelling error in description.
+
+ -- Sebastian Ramacher <s.ramacher at gmx.at> Tue, 20 Dec 2011 12:32:16 +0100
+
+pythonmagick (0.9.7-1) unstable; urgency=low
+
+ * Team upload.
+
+ [ Bernd Zeimetz ]
+ * Upstream's __init__.py is *WEIRD*. I think I've fixed it as it should be,
+ although this change might introduce features which are not available in
+ other distributions. (Closes: #495025)
+ * Removing myself from uploaders.
+
+ [ Sebastian Ramacher ]
+ * New upstream release
+ - Fixes build issues with newer ligmagick++ versions (Closes: #625581).
+ - debian/control: Bump Build-Dep of libmagick++-dev to 8:6.6.7-9.
+ * Drop autotools related diffs and run dh --with autoreconf instead.
+ - debian/control: Add Build-Dep on dh-autoreconf.
+ - debian/rules: call dh with --with autoreconf.
+ - debian/patches: remove diffs that are releated to autotools output.
+ * Detect Python 2.7 correctly (Closes: #632508) and honor PYTHON environment
+ variable.
+ * Build for all supported Python versions.
+ - debian/control: Build-Dep on python-all-dev instead of python-dev.
+ - debian/rules: Build for all supported Python versions.
+ * debian/patches: Format according to DEP-3.
+ * debian/control: Bump Standards-Version (no changes required).
+ * debian/copyright:
+ - Update copyright years.
+ - Fixes to be DEP-5 compliant.
+ - Fix license of PythonMagick. It is released under the ImageMagick
+ License, not GPL-3+.
+
+ -- Sebastian Ramacher <s.ramacher at gmx.at> Wed, 19 Oct 2011 20:12:28 +0200
+
+pythonmagick (0.9.1-3) unstable; urgency=low
+
+ * Add pkg-config as build-dependency.
+ * Bumping Standards-Version to 3.8.4.
+ * Add debian/README.source.
+ * Update patches to include python2.6 properly.
+
+ -- Bernd Zeimetz <bzed at debian.org> Wed, 12 May 2010 23:05:38 +0200
+
+pythonmagick (0.9.1-2) unstable; urgency=low
+
+ * Remove usage of cdbs in favour of debhelper >> 7
+ * change dpatch to quilt
+
+ -- Carl Fürstenberg <azatoth at gmail.com> Sun, 28 Feb 2010 14:44:53 +0100
+
+pythonmagick (0.9.1-1) unstable; urgency=low
+
+ [ Thomas Viehmann ]
+ * New upstream release
+ - compatible with new imagemagick. Closes: #512049, #524588
+ - links against current boost. Closes: #488105
+ - Fixes to autofoo:
+ - use python?.?-config instead of locate in python detection macro
+ - python boost detection
+ and reverse upstream's hardcoding of the lib in Makefile.am
+
+ [ Sandro Tosi ]
+ * debian/control
+ - switch Vcs-Browser field to viewsvn
+
+ [ Carl Fürstenberg ]
+ * New upstream release
+ * update copyright file
+ * updating build-depends
+ - change libmagick++9-dev to libmagick++-dev >= 6.4
+
+ [ Piotr Ożarowski ]
+ * Thomas' patches converted to dpatch (thanks Thomas for your work!)
+ - dpatch added to Build-Depends
+ * Remove .pyc files in clean rule
+
+ -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org> Mon, 15 Jun 2009 21:46:45 +0200
+
+pythonmagick (0.7-5) unstable; urgency=low
+
+ [ Bernd Zeimetz ]
+ * debian/control:
+ - Dropping python2.4 Build-Deps again, depend on libboost-python-dev
+ (>= 1.34.1-8) instead, as this was the first version which used rtupdate
+ to support multiple python versions.
+ - Typo and style fixes in the description.
+ - Adding myself to Uploaders
+ * debian/pyversions:
+ - Not needed, removing file.
+
+ [ Carl Fürstenberg ]
+ * debian/control:
+ - Dropping obsolete and useless Build-Deps (autostuff etc...), adding
+ dependice on autotools.dev
+ - change dependices to python 2.5 or above (Closes: #445395)
+ * debian/patches:
+ - removing the patch poking in configure to change python 2.5 to 2.4.
+ * debian/rules:
+ - remove cruft.
+
+ -- Carl Fürstenberg <azatoth at gmail.com> Tue, 15 Apr 2008 21:35:19 +0200
+
+pythonmagick (0.7-4) unstable; urgency=low
+
+ [ Piotr Ożarowski ]
+ * Homepage field added
+ * Rename XS-Vcs-* fields to Vcs-* (dpkg supports them now)
+
+ [ Sandro Tosi ]
+ * debian/control
+ - uniforming Vcs-Browser field
+
+ [ Carl Fürstenberg ]
+ * debian/rules
+ - Changed to static patch, and rebootstrapping isn't relevant any more
+ * debian/control
+ - swapped Maintainer and Uploaders field
+ - bump Standards-Version
+
+ -- Carl Fürstenberg <azatoth at gmail.com> Sun, 06 Apr 2008 00:45:16 +0200
+
+pythonmagick (0.7-3.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Added python2.4-dev to build-depends (Closes: #473966)
+ * rm autogen.log on clean as suggested by Sandro Tosi (Closes: #442714)
+
+ -- Alexander Schmehl <tolimar at debian.org> Sat, 05 Apr 2008 18:39:32 +0200
+
+pythonmagick (0.7-3) unstable; urgency=high
+
+ * Really include pythonmagick in the deb-files (closes: #439251)
+
+ -- Carl Fürstenberg <azatoth at gmail.com> Fri, 24 Aug 2007 00:31:03 +0200
+
+pythonmagick (0.7-2) unstable; urgency=medium
+
+ * Move it to use python 2.4 instead per changes in libboost-python.
+
+ -- Carl Fürstenberg <azatoth at gmail.com> Sat, 18 Aug 2007 17:01:51 +0200
+
+pythonmagick (0.7-1) unstable; urgency=low
+
+ * Initial release (Closes: #433709)
+
+ -- Carl Fürstenberg <azatoth at gmail.com> Sun, 05 Aug 2007 17:27:03 +0200
+
Deleted: packages/pythonmagick/tags/0.9.11-1/debian/rules
===================================================================
--- packages/pythonmagick/trunk/debian/rules 2014-09-07 13:18:07 UTC (rev 30514)
+++ packages/pythonmagick/tags/0.9.11-1/debian/rules 2014-09-07 14:53:17 UTC (rev 30516)
@@ -1,28 +0,0 @@
-#!/usr/bin/make -f
-
-PYVERSIONS = $(shell pyversions -vr)
-
-%:
- dh $@ --with python2 --with autoreconf --parallel
-
-override_dh_auto_clean:
- set -e && for pyver in $(PYVERSIONS); do \
- PYTHON=python$$pyver dh_auto_clean -Bbuild/py$$pyver; \
- done
-
-override_dh_auto_configure:
- set -e && for pyver in $(PYVERSIONS); do \
- mkdir -p build/py$$pyver; \
- PYTHON=python$$pyver dh_auto_configure -Bbuild/py$$pyver -- --disable-silent-rules; \
- done
-
-override_dh_auto_build:
- set -e && for pyver in $(PYVERSIONS); do \
- PYTHON=python$$pyver dh_auto_build -Bbuild/py$$pyver; \
- done
-
-override_dh_auto_install:
- set -e && for pyver in $(PYVERSIONS); do \
- PYTHON=python$$pyver dh_auto_install -Bbuild/py$$pyver; \
- done
-
Copied: packages/pythonmagick/tags/0.9.11-1/debian/rules (from rev 30515, packages/pythonmagick/trunk/debian/rules)
===================================================================
--- packages/pythonmagick/tags/0.9.11-1/debian/rules (rev 0)
+++ packages/pythonmagick/tags/0.9.11-1/debian/rules 2014-09-07 14:53:17 UTC (rev 30516)
@@ -0,0 +1,28 @@
+#!/usr/bin/make -f
+
+PYVERSIONS = $(shell pyversions -vr)
+
+%:
+ dh $@ --with python2 --with autoreconf --parallel
+
+override_dh_auto_clean:
+ set -e && for pyver in $(PYVERSIONS); do \
+ PYTHON=python$$pyver dh_auto_clean -Bbuild/py$$pyver; \
+ done
+
+override_dh_auto_configure:
+ set -e && for pyver in $(PYVERSIONS); do \
+ mkdir -p build/py$$pyver; \
+ PYTHON=python$$pyver dh_auto_configure -Bbuild/py$$pyver -- --disable-silent-rules; \
+ done
+
+override_dh_auto_build:
+ set -e && for pyver in $(PYVERSIONS); do \
+ PYTHON=python$$pyver dh_auto_build -Bbuild/py$$pyver; \
+ done
+
+override_dh_auto_install:
+ set -e && for pyver in $(PYVERSIONS); do \
+ PYTHON=python$$pyver dh_auto_install -Bbuild/py$$pyver; \
+ done
+ find debian/ -name "*.la" -delete
More information about the Python-modules-commits
mailing list