[Pkg-freeipa-devel] [Git][freeipa-team/custodia][master] 3 commits: rules: Set locale so we get an error msg if something goes wrong with the build.
Timo Aaltonen
gitlab at salsa.debian.org
Wed Dec 5 23:58:47 GMT 2018
Timo Aaltonen pushed to branch master at FreeIPA packaging / custodia
Commits:
ea25707e by Timo Aaltonen at 2018-12-05T23:50:47Z
rules: Set locale so we get an error msg if something goes wrong with the build.
- - - - -
1a36aebc by Timo Aaltonen at 2018-12-05T23:51:11Z
rules: Disable the tests for now.
- - - - -
6fec0841 by Timo Aaltonen at 2018-12-05T23:51:57Z
releasing package custodia version 0.6.0-2
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+custodia (0.6.0-2) unstable; urgency=medium
+
+ * rules: Set locale so we get an error msg if something goes wrong
+ with the build.
+ * rules: Disable the tests for now.
+
+ -- Timo Aaltonen <tjaalton at debian.org> Thu, 06 Dec 2018 01:51:51 +0200
+
custodia (0.6.0-1) unstable; urgency=medium
* New upstream release.
=====================================
debian/rules
=====================================
@@ -14,12 +14,14 @@ export PIP_NO_DEPS=yes
# may pick up this package from global site-packages instead of source dist.
export PIP_IGNORE_INSTALLED=yes
+export LC_ALL=C.UTF-8
+
%:
dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_test:
- tox --sitepackages -e py27 -- --skip-servertests
- tox --sitepackages -e py36 -- --skip-servertests
+# tox --sitepackages -e py27 -- --skip-servertests
+# tox --sitepackages -e py36 -- --skip-servertests
override_dh_install:
mkdir -p debian/tmp/usr/bin debian/tmp/usr/sbin
View it on GitLab: https://salsa.debian.org/freeipa-team/custodia/compare/4a76f09fd62906fef69158807ab1563785121557...6fec08416ab2a4a059449802c7277c8c5aa877fe
--
View it on GitLab: https://salsa.debian.org/freeipa-team/custodia/compare/4a76f09fd62906fef69158807ab1563785121557...6fec08416ab2a4a059449802c7277c8c5aa877fe
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20181205/776cd158/attachment-0001.html>
More information about the Pkg-freeipa-devel
mailing list