[tryton-debian-vcs] cached-property branch dto-wheezy created. debian/1.2.0+ds-3_7wheezy+1

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Fri Nov 13 17:06:21 UTC 2015


The following commit has been merged in the dto-wheezy branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/cached-property.git;a=commitdiff;h=debian/1.2.0+ds-3_7wheezy+1
commit f09ab0bc420c23131f11f04626f6f2ac9df97d2c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Fri Nov 13 17:38:29 2015 +0100

    Releasing debian version 1.2.0+ds-3~7wheezy+1.
    
    Signed-off-by: Mathias Behrle <mathiasb at m9s.biz>

diff --git a/debian/changelog b/debian/changelog
index b386250..527082a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+cached-property (1.2.0+ds-3~7wheezy+1) unstable; urgency=medium
+
+  * Disabling tests for wheezy, freezegun not available.
+
+ -- Mathias Behrle <mathiasb at m9s.biz>  Fri, 13 Nov 2015 16:20:22 +0100
+
 cached-property (1.2.0+ds-2) unstable; urgency=medium
 
   * Adapting section naming in gbp.conf to current git-buildpackage.
commit bbea25d7d56ed4ba753d75650c01154b3bfd93dc
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Fri Nov 13 16:19:14 2015 +0100

    Disabling tests for wheezy, freezegun not available.

diff --git a/debian/control b/debian/control
index dff1f09..00f2fd4 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,6 @@ Build-Depends:
  debhelper (>= 9),
  dh-python (>= 1.20130901-1~),
  python (>= 2.6.6-3~),
- python-freezegun,
- python3-freezegun,
  python-setuptools,
  python3,
  python3-setuptools,
diff --git a/debian/rules b/debian/rules
index 438d09a..b09a5a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
 #!/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
-- 
cached-property



More information about the tryton-debian-vcs mailing list