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,11 @@ +python-xmpp (0.3.1-1.1ubuntu1) gutsy; urgency=low + + * debian/control: fix bashism, s/declare -x/export/ (LP: #137831) + * Modify Maintainer value to match the DebianMaintainerField + specification. + + -- dAniel hAhler Mon, 08 Oct 2007 10:31:57 +0200 + 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 @@ -1,7 +1,8 @@ Source: python-xmpp Section: python Priority: optional -Maintainer: Alexey Nezhdanov +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Alexey Nezhdanov Build-Depends-Indep: debhelper (>= 5.0.37.2), python (>= 2.3.5-11), python-central (>= 0.5) Standards-Version: 3.6.2 XS-Python-Version: all