Hi,

I went ahead and updated python-gevent to version 1.0 locally. You can
find the diff between 1.0~b1-1 and 1.0-1 of the debian/ directory
attached. Feel free to use it to update the package.

-- 
Benjamin Drung
System Developer

ProfitBricks GmbH - The IaaS-Company
Greifswalder Str. 207
D - 10405 Berlin

Mail: benjamin.dr...@profitbricks.com
Fax:  +49 30 577 008 598
URL:  http://www.profitbricks.com

Sitz der Gesellschaft: Berlin.
Registergericht: Amtsgericht Charlottenburg, HRB 125506 B.
Geschäftsführer: Andreas Gauger, Achim Weiss.
diff -pruN python-gevent-1.0~b1/debian/changelog python-gevent-1.0/debian/changelog
--- python-gevent-1.0~b1/debian/changelog	2012-01-16 22:04:46.000000000 +0100
+++ python-gevent-1.0/debian/changelog	2014-01-27 12:31:31.713808481 +0100
@@ -1,3 +1,11 @@
+python-gevent (1.0-1) unstable; urgency=low
+
+  * New upstream release (Closes: #733600)
+  * Bump Standard-Version to 3.9.5.
+  * Switch to debhelper 9.
+
+ -- Benjamin Drung <benjamin.dr...@profitbricks.com>  Mon, 27 Jan 2014 11:37:10 +0100
+
 python-gevent (1.0~b1-1) experimental; urgency=low
 
   * New upstream version.
diff -pruN python-gevent-1.0~b1/debian/compat python-gevent-1.0/debian/compat
--- python-gevent-1.0~b1/debian/compat	2012-01-16 22:04:46.000000000 +0100
+++ python-gevent-1.0/debian/compat	2014-01-27 12:16:24.765796409 +0100
@@ -1 +1 @@
-7
+9
diff -pruN python-gevent-1.0~b1/debian/control python-gevent-1.0/debian/control
--- python-gevent-1.0~b1/debian/control	2012-01-16 22:04:46.000000000 +0100
+++ python-gevent-1.0/debian/control	2014-01-27 12:33:21.117809937 +0100
@@ -2,16 +2,17 @@ Source: python-gevent
 Priority: extra
 Maintainer: Örjan Persson <ora...@fobie.net>
 Uploaders: Andreas Schuldei <andr...@debian.org>
-Build-Depends: debhelper (>= 7.0.50), python-support, python-all-dev, python-all-dbg,
- libev-dev, libc-ares-dev, python-greenlet, python-sphinx (>= 0.6)
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 9), python-support, python-all-dev, python-all-dbg,
+ libev-dev, libc-ares-dev, python-greenlet (>= 0.3.2), python-sphinx (>= 0.6)
+Standards-Version: 3.9.5
 Section: python
+X-Python-Version: >= 2.5
 Homepage: http://www.gevent.org/
 
 Package: python-gevent-dbg
 Section: debug
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, python-gevent (= ${binary:Version})
+Depends: ${misc:Depends}, python-gevent (= ${binary:Version})
 Recommends: python-dbg
 Description: gevent is a coroutine-based Python networking library - debugging symbols
  gevent uses greenlet to provide a high-level synchronous API on top of the
@@ -22,7 +23,7 @@ Description: gevent is a coroutine-based
 Package: python-gevent-doc
 Section: doc
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, libjs-jquery, libjs-underscore
+Depends: ${misc:Depends}, libjs-jquery, libjs-underscore
 Priority: optional
 Description: gevent is a coroutine-based Python networking library - documentation
  gevent uses greenlet to provide a high-level synchronous API on top of the
@@ -31,9 +32,8 @@ Description: gevent is a coroutine-based
  This is the documentation for gevent.
 
 Package: python-gevent
-Section: python
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-greenlet
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-greenlet (>= 0.3.2)
 Suggests: python-gevent-doc, python-gevent-dbg, python-openssl
 Description: gevent is a coroutine-based Python networking library
  gevent uses greenlet to provide a high-level synchronous API on top of the
diff -pruN python-gevent-1.0~b1/debian/rules python-gevent-1.0/debian/rules
--- python-gevent-1.0~b1/debian/rules	2012-01-16 22:04:46.000000000 +0100
+++ python-gevent-1.0/debian/rules	2014-01-27 12:30:39.173807781 +0100
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
+
+# Use the system libraries and disable building/using the embeded libraries
+export EMBED=0
+
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with python2
 
 override_dh_auto_build:
 	dh_auto_build
@@ -10,7 +14,8 @@ override_dh_auto_clean:
 	dh_auto_clean
 	rm -f gevent/*.so
 	cd doc && make clean
-	rm -f doc/changelog.rst
+	rm -f doc/changelog.rst $(shell grep -l "AUTOGENERATED -- will be overwritten" doc/*.rst)
+	rm -rf *.egg-info
 
 override_dh_compress:
 	dh_compress -X.js -X_static/* -X _sources/* -X_sources/*/* -X.inv
@@ -18,7 +23,6 @@ override_dh_compress:
 override_dh_strip:
 ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS)))
 	dh_strip --dbg-package=python-gevent-dbg
-	cd debian/python-gevent-dbg/usr/lib/debug/usr/lib && mv pyshared pymodules
 endif
 
 override_dh_installdocs:

Reply via email to