* 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:
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -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
|
||||
|
||||
* Using upstream patch instead of the one I produce: upstrema patch is much
|
||||
|
||||
26
debian/control
vendored
26
debian/control
vendored
@@ -2,21 +2,20 @@ Source: python-django-pyscss
|
||||
Section: python
|
||||
Priority: optional
|
||||
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
|
||||
Uploaders: Julien Danjou <acid@debian.org>,
|
||||
Thomas Goirand <zigo@debian.org>,
|
||||
Mehdi Abaakouk <sileht@sileht.net>,
|
||||
Gonéri Le Bouder <goneri@debian.org>
|
||||
Uploaders: Thomas Goirand <zigo@debian.org>,
|
||||
Build-Depends: debhelper (>= 9),
|
||||
dh-python,
|
||||
libjs-jquery,
|
||||
python-all (>= 2.6.6-3~),
|
||||
python-compressor,
|
||||
python-django,
|
||||
python-django-discover-runner,
|
||||
python-nose,
|
||||
python-pil,
|
||||
python-pyscss (>= 1.2),
|
||||
python-all,
|
||||
python-setuptools,
|
||||
python-simplejson
|
||||
Build-Depends-Indep: python-compressor,
|
||||
python-django,
|
||||
python-django-discover-runner,
|
||||
python-mock,
|
||||
python-nose,
|
||||
python-pil,
|
||||
python-pyscss (>= 1.2),
|
||||
python-simplejson,
|
||||
Standards-Version: 3.9.6
|
||||
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=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
|
||||
Architecture: all
|
||||
Pre-Depends: dpkg (>= 1.15.6~)
|
||||
Depends: libjs-jquery,
|
||||
python-compressor,
|
||||
python-django,
|
||||
python-pyscss (>= 1.2),
|
||||
${misc:Depends},
|
||||
${python:Depends}
|
||||
${python:Depends},
|
||||
Description: makes it easier to use PySCSS in Django
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user