Hi,

Here's a patch against current git with the only necessary change for a backport.

I've used the c++ part of the resulting package, so it seems to work just fine.

Best Regards,
Thorvald

From 7dc43ce61abb6a1122c083369d137fbcb0cee06b Mon Sep 17 00:00:00 2001
From: Thorvald Natvig <[email protected]>
Date: Tue, 20 Oct 2009 18:13:10 +0200
Subject: [PATCH] Backport for lenny

---
 debian/changelog   |    6 ++++++
 python/ez_setup.py |    2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index abc23b6..7080897 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+protobuf (2.1.0-1~bpo50+1) lenny-backports; urgency=low
+
+  * Rebuild for lenny-backports.
+
+ -- Thorvald Natvig <[email protected]>  Tue, 20 Oct 2009 16:30:40 
+0200
+
 protobuf (2.1.0-1) unstable; urgency=low
 
   * New Upstream Version
diff --git a/python/ez_setup.py b/python/ez_setup.py
index b7a9849..7779ab2 100755
--- a/python/ez_setup.py
+++ b/python/ez_setup.py
@@ -19,7 +19,7 @@ the appropriate options to ``use_setuptools()``.
 This file can also be run as a script to install or upgrade setuptools.
 """
 import sys
-DEFAULT_VERSION = "0.6c9"
+DEFAULT_VERSION = "0.6c8"
 DEFAULT_URL     = "http://pypi.python.org/packages/%s/s/setuptools/"; % 
sys.version[:3]
 
 md5_data = {
-- 
1.5.6.5

Reply via email to