From 0a9af2c3053edc13dc9946fd7c09be305597bdf9 Mon Sep 17 00:00:00 2001 From: Thomas Goirand Date: Mon, 24 Aug 2015 17:24:11 +0200 Subject: [PATCH] * Added missing dependency for python-mock (Closes: #796753). * Move some stuff from Build-Depends to Build-Depends-Indep. * Added dh-python as build-depends. --- debian/changelog | 8 ++++++++ debian/control | 26 ++++++++++++-------------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4866a5b..df58d38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 diff --git a/debian/control b/debian/control index 6e0e397..3583d0c 100644 --- a/debian/control +++ b/debian/control @@ -2,21 +2,20 @@ Source: python-django-pyscss Section: python Priority: optional Maintainer: PKG OpenStack -Uploaders: Julien Danjou , - Thomas Goirand , - Mehdi Abaakouk , - Gonéri Le Bouder +Uploaders: Thomas Goirand , 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