[Python-modules-commits] r30865 - in packages/pythonmagick/trunk/debian (4 files)

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Fri Oct 3 11:28:43 UTC 2014


    Date: Friday, October 3, 2014 @ 11:28:42
  Author: sramacher
Revision: 30865

* Team upload.
* debian/rules: Do not build static library. (Closes: #763716)
* debian/copyright: Add short license names.
* debian/control: Update Standards-Verison. No changes required.

Modified:
  packages/pythonmagick/trunk/debian/changelog
  packages/pythonmagick/trunk/debian/control
  packages/pythonmagick/trunk/debian/copyright
  packages/pythonmagick/trunk/debian/rules

Modified: packages/pythonmagick/trunk/debian/changelog
===================================================================
--- packages/pythonmagick/trunk/debian/changelog	2014-10-03 11:09:43 UTC (rev 30864)
+++ packages/pythonmagick/trunk/debian/changelog	2014-10-03 11:28:42 UTC (rev 30865)
@@ -1,3 +1,12 @@
+pythonmagick (0.9.11-2) unstable; urgency=medium
+
+  * Team upload.
+  * debian/rules: Do not build static library. (Closes: #763716)
+  * debian/copyright: Add short license names.
+  * debian/control: Update Standards-Verison. No changes required.
+
+ -- Sebastian Ramacher <sramacher at debian.org>  Fri, 03 Oct 2014 13:26:14 +0200
+
 pythonmagick (0.9.11-1) unstable; urgency=medium
 
   * Team upload.

Modified: packages/pythonmagick/trunk/debian/control
===================================================================
--- packages/pythonmagick/trunk/debian/control	2014-10-03 11:09:43 UTC (rev 30864)
+++ packages/pythonmagick/trunk/debian/control	2014-10-03 11:28:42 UTC (rev 30865)
@@ -14,7 +14,7 @@
  pkg-config,
  dh-autoreconf,
  dh-python
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://www.imagemagick.org
 XS-Python-Version: all
 

Modified: packages/pythonmagick/trunk/debian/copyright
===================================================================
--- packages/pythonmagick/trunk/debian/copyright	2014-10-03 11:09:43 UTC (rev 30864)
+++ packages/pythonmagick/trunk/debian/copyright	2014-10-03 11:28:42 UTC (rev 30865)
@@ -4,7 +4,7 @@
 
 Files: *
 Copyright: © 1999-2012 ImageMagick Studio LLC
-License:
+License: ImageMagick
  Before we get to the text of the license lets just review what the license says
  in simple terms:
  .
@@ -236,7 +236,7 @@
 Files: debian/*
 Copyright: © 2007-2009 Carl Fürstenberg
            2011-2014 Sebastian Ramacher <sramacher at debian.org>
-License:
+License: all-permissive
  Copying and distribution of this package, with or without
  modification, are permitted in any medium without royalty
  provided the copyright notice and this notice are

Modified: packages/pythonmagick/trunk/debian/rules
===================================================================
--- packages/pythonmagick/trunk/debian/rules	2014-10-03 11:09:43 UTC (rev 30864)
+++ packages/pythonmagick/trunk/debian/rules	2014-10-03 11:28:42 UTC (rev 30865)
@@ -13,7 +13,8 @@
 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; \
+		PYTHON=python$$pyver dh_auto_configure -Bbuild/py$$pyver -- \
+			--disable-silent-rules --disable-static; \
 	done
 
 override_dh_auto_build:




More information about the Python-modules-commits mailing list