tags 381360 + patch pending
tags 445783 + patch pending
thanks

Hi,

Attached is the diff for my python-xmpp 0.3.1-1.2 NMU, uploaded to
DELAYED/2.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |
diff -u python-xmpp-0.3.1/debian/changelog python-xmpp-0.3.1/debian/changelog
--- python-xmpp-0.3.1/debian/changelog
+++ python-xmpp-0.3.1/debian/changelog
@@ -1,3 +1,12 @@
+python-xmpp (0.3.1-1.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixed bashism (declare -x) in debian/rules (Closes: 445783) - patch from
+    dAniel hAhler.
+  * Applied patch from Micha Lenk to improve description. (Closes: #381360)
+
+ -- Lucas Nussbaum <[EMAIL PROTECTED]>  Wed, 16 Jan 2008 09:07:59 +0100
+
 python-xmpp (0.3.1-1.1) unstable; urgency=low
 
   * NMU.
diff -u python-xmpp-0.3.1/debian/rules python-xmpp-0.3.1/debian/rules
--- python-xmpp-0.3.1/debian/rules
+++ python-xmpp-0.3.1/debian/rules
@@ -57,7 +57,7 @@
 	set -e; \
 	for v in $(PYVERSIONS); do \
 	  mkdir -p debian/python-xmpp/usr/lib/$$v/site-packages/xmpp; \
-	  declare -x MODULESDIR=$(CURDIR)/debian/python-xmpp/usr/lib/$$v/site-packages/ ; make install; \
+	  export MODULESDIR=$(CURDIR)/debian/python-xmpp/usr/lib/$$v/site-packages/ ; make install; \
 	done
 
 
diff -u python-xmpp-0.3.1/debian/control python-xmpp-0.3.1/debian/control
--- python-xmpp-0.3.1/debian/control
+++ python-xmpp-0.3.1/debian/control
@@ -16,8 +16,8 @@
 Description: Python library for communication with XMPP (Jabber) servers
  This is a set of modules providing functionality for writing
- xmpp-compliant client or component in python.
+ xmpp-compliant clients or server components in python.
  .
  This library was initially designed as "rework" of jabberpy library
- but lately become separate product.
+ but lately become a separate product.
  .
  Unlike jabberpy it is distributed under the terms of GPL.

Reply via email to