[Python-modules-commits] r23468 - in packages/sip4/trunk/debian (5 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Wed Feb 13 06:11:23 UTC 2013
Date: Wednesday, February 13, 2013 @ 06:11:19
Author: kitterman
Revision: 23468
* New upstream release
- Refreshed patches
- Update sip{3}-api provides for new minor SIP API version
- Update debian/copyright
* Add debian uupdate to debian/watch
Modified:
packages/sip4/trunk/debian/changelog
packages/sip4/trunk/debian/copyright
packages/sip4/trunk/debian/patches/siputils_debian_changes.diff
packages/sip4/trunk/debian/patches/siputils_objdir_module_fix.diff
packages/sip4/trunk/debian/rules
Modified: packages/sip4/trunk/debian/changelog
===================================================================
--- packages/sip4/trunk/debian/changelog 2013-02-12 19:41:16 UTC (rev 23467)
+++ packages/sip4/trunk/debian/changelog 2013-02-13 06:11:19 UTC (rev 23468)
@@ -1,3 +1,13 @@
+sip4 (4.14.3-1) experimental; urgency=low
+
+ * New upstream release
+ - Refreshed patches
+ - Update sip{3}-api provides for new minor SIP API version
+ - Update debian/copyright
+ * Add debian uupdate to debian/watch
+
+ -- Scott Kitterman <scott at kitterman.com> Wed, 13 Feb 2013 00:45:25 -0500
+
sip4 (4.14.2-1) experimental; urgency=low
* New upstream release
Modified: packages/sip4/trunk/debian/copyright
===================================================================
--- packages/sip4/trunk/debian/copyright 2013-02-12 19:41:16 UTC (rev 23467)
+++ packages/sip4/trunk/debian/copyright 2013-02-13 06:11:19 UTC (rev 23468)
@@ -4,7 +4,7 @@
It was downloaded from http://www.riverbankcomputing.co.uk
Upstream Author: Phil Thompson (phil at riverbankcomputing.co.uk)
-(c) 2011,2012 Riverbank Computing Limited
+(c) 2011,2012,2013 Riverbank Computing Limited
SIP4 is offered under GPLv2, GPLv3, and the SIP 4 license. The text
of the SIP license follows:
Modified: packages/sip4/trunk/debian/patches/siputils_debian_changes.diff
===================================================================
--- packages/sip4/trunk/debian/patches/siputils_debian_changes.diff 2013-02-12 19:41:16 UTC (rev 23467)
+++ packages/sip4/trunk/debian/patches/siputils_debian_changes.diff 2013-02-13 06:11:19 UTC (rev 23468)
@@ -1,10 +1,10 @@
#! /bin/sh /usr/share/dpatch/dpatch-run
## 02_siputils.dpatch by Torsten Marek <shlomme at debian.org>
-Index: sip4-4.14.2/siputils.py
+Index: sip4-4.14.3/siputils.py
===================================================================
---- sip4-4.14.2.orig/siputils.py 2012-12-07 13:09:49.000000000 -0500
-+++ sip4-4.14.2/siputils.py 2012-12-09 14:04:18.141756553 -0500
-@@ -779,7 +779,8 @@
+--- sip4-4.14.3.orig/siputils.py 2013-01-11 12:09:13.000000000 -0500
++++ sip4-4.14.3/siputils.py 2013-02-13 00:46:54.345833434 -0500
+@@ -784,7 +784,8 @@
libs.extend(self.optional_list("LIBS_WINDOWS"))
@@ -14,7 +14,7 @@
# Save the transformed values.
self.CFLAGS.set(cflags)
-@@ -916,6 +917,15 @@
+@@ -926,6 +927,15 @@
clib is the library name in cannonical form.
framework is set of the library is implemented as a MacOS framework.
"""
Modified: packages/sip4/trunk/debian/patches/siputils_objdir_module_fix.diff
===================================================================
--- packages/sip4/trunk/debian/patches/siputils_objdir_module_fix.diff 2013-02-12 19:41:16 UTC (rev 23467)
+++ packages/sip4/trunk/debian/patches/siputils_objdir_module_fix.diff 2013-02-13 06:11:19 UTC (rev 23468)
@@ -1,8 +1,8 @@
-Index: sip4-4.14.2/siputils.py
+Index: sip4-4.14.3/siputils.py
===================================================================
---- sip4-4.14.2.orig/siputils.py 2012-12-09 14:04:18.141756553 -0500
-+++ sip4-4.14.2/siputils.py 2012-12-09 14:04:56.605755415 -0500
-@@ -1636,9 +1636,12 @@
+--- sip4-4.14.3.orig/siputils.py 2013-02-13 00:46:54.345833434 -0500
++++ sip4-4.14.3/siputils.py 2013-02-13 00:47:24.253832550 -0500
+@@ -1652,9 +1652,12 @@
mfile.write("\n$(OFILES): $(HFILES)\n")
for mf in self._build["moc_headers"].split():
Modified: packages/sip4/trunk/debian/rules
===================================================================
--- packages/sip4/trunk/debian/rules 2013-02-12 19:41:16 UTC (rev 23467)
+++ packages/sip4/trunk/debian/rules 2013-02-13 06:11:19 UTC (rev 23468)
@@ -2,8 +2,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-PY2_PROVIDES=sip-api-9.0
-PY3_PROVIDES=sip-py3api-9.0
+PY2_PROVIDES=sip-api-9.0, sip-api-9.1
+PY3_PROVIDES=sip-py3api-9.0, sip-py3api-9.1
# `dh_python3 --depends sip3` should generate dependency on newest API only
PYDIST=sip $(shell python -c "a=[i.strip() for i in '$(PY3_PROVIDES)'.split(',')]; print sorted(a, reverse=True)[0]")
More information about the Python-modules-commits
mailing list