[Python-modules-commits] r30151 - in packages/billiard/trunk/debian (3 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Thu Aug 14 13:14:26 UTC 2014


    Date: Thursday, August 14, 2014 @ 13:14:25
  Author: fladi-guest
Revision: 30151

New upstream release.

Modified:
  packages/billiard/trunk/debian/changelog
  packages/billiard/trunk/debian/patches/series
Deleted:
  packages/billiard/trunk/debian/patches/gnukfreebsd.patch

Modified: packages/billiard/trunk/debian/changelog
===================================================================
--- packages/billiard/trunk/debian/changelog	2014-08-14 12:54:44 UTC (rev 30150)
+++ packages/billiard/trunk/debian/changelog	2014-08-14 13:14:25 UTC (rev 30151)
@@ -1,3 +1,10 @@
+billiard (3.3.0.18-1) unstable; urgency=low
+
+  * New upstream release.
+  * Remove gnukfreebsd.patch as it was included upstream.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Thu, 14 Aug 2014 15:06:09 +0200
+
 billiard (3.3.0.17-2) unstable; urgency=medium
 
   * Add gnukfreebsd.patch to make setup.py recognize GNU/kFreeBSD as a

Deleted: packages/billiard/trunk/debian/patches/gnukfreebsd.patch
===================================================================
--- packages/billiard/trunk/debian/patches/gnukfreebsd.patch	2014-08-14 12:54:44 UTC (rev 30150)
+++ packages/billiard/trunk/debian/patches/gnukfreebsd.patch	2014-08-14 13:14:25 UTC (rev 30151)
@@ -1,21 +0,0 @@
-Description: Consider gnukfreebsdN as a FreeBSD platform
- Extend detection of FreeBSD to GNU/kFreeBSD to get semaphores working.
-Author: Michael Fladischer <FladischerMichael at fladi.at>
-Last-Update: 2014-06-12
-Forwarded: https://github.com/celery/billiard/pull/115
-
-Index: billiard/setup.py
-===================================================================
---- billiard.orig/setup.py
-+++ billiard/setup.py
-@@ -118,8 +118,8 @@ elif sys.platform in ('freebsd4', 'freeb
-         HAVE_FD_TRANSFER=1,
-         )
-     libraries = []
--elif sys.platform in ('freebsd7', 'freebsd8', 'freebsd9', 'freebsd10'):
--    macros = dict(                  # FreeBSD 7+
-+elif re.match('^(gnukfreebsd(8|9|10|11)|freebsd(7|8|9|0))', sys.platform):
-+    macros = dict(                  # FreeBSD 7+ and GNU/kFreeBSD 8+
-         HAVE_SEM_OPEN=bool(
-             sysconfig.get_config_var('HAVE_SEM_OPEN') and not
-             bool(sysconfig.get_config_var('POSIX_SEMAPHORES_NOT_ENABLED'))

Modified: packages/billiard/trunk/debian/patches/series
===================================================================
--- packages/billiard/trunk/debian/patches/series	2014-08-14 12:54:44 UTC (rev 30150)
+++ packages/billiard/trunk/debian/patches/series	2014-08-14 13:14:25 UTC (rev 30151)
@@ -1,4 +1,3 @@
 spelling.patch
 remove-nose-cover3.patch
-gnukfreebsd.patch
 exclude_funtests_package.patch




More information about the Python-modules-commits mailing list