* Added missing dependency for python-mock (Closes: #796753).

* Move some stuff from Build-Depends to Build-Depends-Indep.
  * Added dh-python as build-depends.
This commit is contained in:
Thomas Goirand
2015-08-24 17:24:11 +02:00
parent 133bd61a6b
commit 0a9af2c305
2 changed files with 20 additions and 14 deletions

8
debian/changelog vendored
View File

@@ -1,3 +1,11 @@
python-django-pyscss (1.0.3-4) unstable; urgency=medium
* Added missing dependency for python-mock (Closes: #796753).
* Move some stuff from Build-Depends to Build-Depends-Indep.
* Added dh-python as build-depends.
-- Thomas Goirand <zigo@debian.org> Mon, 24 Aug 2015 17:21:16 +0200
python-django-pyscss (1.0.3-3) unstable; urgency=medium python-django-pyscss (1.0.3-3) unstable; urgency=medium
* Using upstream patch instead of the one I produce: upstrema patch is much * Using upstream patch instead of the one I produce: upstrema patch is much

18
debian/control vendored
View File

@@ -2,21 +2,20 @@ Source: python-django-pyscss
Section: python Section: python
Priority: optional Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org> Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Julien Danjou <acid@debian.org>, Uploaders: Thomas Goirand <zigo@debian.org>,
Thomas Goirand <zigo@debian.org>,
Mehdi Abaakouk <sileht@sileht.net>,
Gonéri Le Bouder <goneri@debian.org>
Build-Depends: debhelper (>= 9), Build-Depends: debhelper (>= 9),
dh-python,
libjs-jquery, libjs-jquery,
python-all (>= 2.6.6-3~), python-all,
python-compressor, python-setuptools,
Build-Depends-Indep: python-compressor,
python-django, python-django,
python-django-discover-runner, python-django-discover-runner,
python-mock,
python-nose, python-nose,
python-pil, python-pil,
python-pyscss (>= 1.2), python-pyscss (>= 1.2),
python-setuptools, python-simplejson,
python-simplejson
Standards-Version: 3.9.6 Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-django-pyscss.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-django-pyscss.git
Vcs-Git: git://anonscm.debian.org/openstack/python-django-pyscss.git Vcs-Git: git://anonscm.debian.org/openstack/python-django-pyscss.git
@@ -24,13 +23,12 @@ Homepage: https://github.com/fusionbox/django-pyscss
Package: python-django-pyscss Package: python-django-pyscss
Architecture: all Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: libjs-jquery, Depends: libjs-jquery,
python-compressor, python-compressor,
python-django, python-django,
python-pyscss (>= 1.2), python-pyscss (>= 1.2),
${misc:Depends}, ${misc:Depends},
${python:Depends} ${python:Depends},
Description: makes it easier to use PySCSS in Django Description: makes it easier to use PySCSS in Django
Django-pyscss is a collection of tools for making it easier to use pyScss Django-pyscss is a collection of tools for making it easier to use pyScss
within Django. It overwrites the import system to use Django's staticfiles within Django. It overwrites the import system to use Django's staticfiles