[tryton-debian-vcs] cached-property branch debian updated. debian/1.3.0-2-5-gd04cc1e
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Thu Jun 2 13:56:33 UTC 2016
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/cached-property.git;a=commitdiff;h=debian/1.3.0-2-5-gd04cc1e
commit d04cc1e2ada1a35af13dc738997484a11df14ebf
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Jun 2 15:10:48 2016 +0200
Disabling tests for all Python suites.
diff --git a/debian/control b/debian/control
index cfc3adb..c7b9041 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,6 @@ Build-Depends:
debhelper (>= 9),
dh-python (>= 1.20130901-1~),
python,
- python-freezegun,
- python3-freezegun,
python-setuptools,
python3,
python3-setuptools,
diff --git a/debian/rules b/debian/rules
index 976de0e..a43774f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
export PYBUILD_NAME := cached-property
# freeze-gun not available on wheezy
-export PYBUILD_DISABLE_python2.7=test
+export PYBUILD_DISABLE=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
commit 64ea2bfa12c1711f69d8a9ff3a8114a97a8ec274
Merge: 2c84b9e 9799e41
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Thu Jun 2 14:50:40 2016 +0200
Merge branch 'debian' into dto-wheezy
diff --cc debian/rules
index b09a5a1,43fee25..976de0e
--- a/debian/rules
+++ b/debian/rules
@@@ -1,11 -1,9 +1,11 @@@
#!/usr/bin/make -f
export PYBUILD_NAME := cached-property
+# freeze-gun not available on wheezy
+export PYBUILD_DISABLE_python2.7=test
%:
- dh ${@} --with python2,python3 --buildsystem=pybuild
+ dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_clean:
rm -rf $(PACKAGE_NAME).egg-info
--
cached-property
More information about the tryton-debian-vcs
mailing list