[tryton-debian-vcs] tryton-neso branch debian updated. debian/3.0.1-1-1-gd953709
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Tue Jan 14 22:12:12 UTC 2014
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-neso.git;a=commitdiff;h=debian/3.0.1-1-1-gd953709
commit d953709e782273af023a3527b92500edfc0b5e26
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Tue Jan 14 23:11:05 2014 +0100
Correcting PYBUILD_DESTDIR to point to correct destination.
diff --git a/debian/rules b/debian/rules
index 2eb33bc..9afb7b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,8 +4,7 @@
export LC_ALL=C.UTF-8
MAJOR := $(shell python setup.py --version | awk -F "." '{print $$1 "." $$2}')
-PACKAGE_NAME := tryton-modules-$(shell python setup.py --name | sed s/^trytond_// | sed s/_/-/g)
-export PYBUILD_DESTDIR_python2=debian/${PACKAGE_NAME}
+export PYBUILD_DESTDIR_python2=debian/tryton-neso
# Don't run tests for Tryton modules, they try to download dependencies from pypi
export PYBUILD_DISABLE_python2.7=test
--
tryton-neso
More information about the tryton-debian-vcs
mailing list