[tryton-debian-vcs] suds branch debian updated. debian/0.4.1-10-2-gf905cf3
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Nov 28 18:41:35 UTC 2013
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/suds.git;a=commitdiff;h=debian/0.4.1-10-2-gf905cf3
commit f905cf378db6061103702794d13d7923f351a2e6
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Nov 28 19:40:30 2013 +0100
Changing to buildsystem pybuild.
diff --git a/debian/control b/debian/control
index e38e6b7..db8992b 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: python
Priority: optional
Maintainer: Debian Tryton Maintainers <maintainers at debian.tryton.org>
Uploaders: Mathias Behrle <mathiasb at m9s.biz>
-Build-Depends: debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools
+Build-Depends:
+ debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools, dh-python
Standards-Version: 3.9.5
Homepage: http://www.fedorahosted.org/suds/
Vcs-Browser: http://debian.tryton.org/gitweb/?p=packages/suds.git
diff --git a/debian/rules b/debian/rules
index b918925..61e3d73 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,13 @@
#!/usr/bin/make -f
-%:
- dh ${@} --with python2
+# needed for pbuilder
+export LC_ALL=C.UTF-8
+
+PACKAGE_NAME := $(shell python setup.py --name)
+export PYBUILD_NAME=${PACKAGE_NAME}
-override_dh_auto_clean:
- dh_auto_clean
- rm -rf *.egg-info
+%:
+ dh ${@} --with python2 --buildsystem=pybuild
override_dh_builddeb:
dh_builddeb -- -Zxz -z9
--
suds
More information about the tryton-debian-vcs
mailing list