Codebase list python-dogpile.cache / a0d9f75
Now running unit tests at build time. Thomas Goirand 10 years ago
3 changed file(s) with 12 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 * New upstream release (Closes: #745488).
33 * Fixed upstream VCS URLs.
44 * Standards-Version: is now 3.9.5.
5 * Now running unit tests at build time.
56
67 -- Thomas Goirand <zigo@debian.org> Sat, 03 May 2014 21:04:30 +0800
78
44 Uploaders: Julien Danjou <acid@debian.org>,
55 Thomas Goirand <zigo@debian.org>,
66 Mehdi Abaakouk <sileht@sileht.net>
7 Build-Depends: debhelper (>= 9), python-setuptools, python-all (>= 2.6.6-3~), openstack-pkg-tools
7 Build-Depends: debhelper (>= 9),
8 openstack-pkg-tools,
9 python-all (>= 2.6.6-3~),
10 python-setuptools
11 Build-Depends-Indep: python-dogpile.core, python-nose
812 Standards-Version: 3.9.5
913 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-dogpile.cache.git
1014 Vcs-Git: git://anonscm.debian.org/openstack/python-dogpile.cache.git
1317 Package: python-dogpile.cache
1418 Architecture: all
1519 Pre-Depends: dpkg (>= 1.15.6~)
16 Depends: ${python:Depends}, ${misc:Depends}
20 Depends: ${misc:Depends}, ${python:Depends}
1721 Recommends: ${python:Recommends}
1822 Description: caching front-end based on the Dogpile lock
1923 A caching API built around the concept of a "dogpile lock", which allows
44
55 %:
66 dh $@ --buildsystem=python_distutils --with python2
7
8 override_dh_auto_test:
9 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
10 PYTHONPATH=. nosetests
11 endif