[Python-modules-commits] r18037 - in packages/django-kombu/trunk/debian (4 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Fri Aug 5 23:17:20 UTC 2011


    Date: Friday, August 5, 2011 @ 23:17:19
  Author: fladi-guest
Revision: 18037

New upstream release.

Modified:
  packages/django-kombu/trunk/debian/changelog
  packages/django-kombu/trunk/debian/control
  packages/django-kombu/trunk/debian/copyright
  packages/django-kombu/trunk/debian/rules

Modified: packages/django-kombu/trunk/debian/changelog
===================================================================
--- packages/django-kombu/trunk/debian/changelog	2011-08-05 15:10:55 UTC (rev 18036)
+++ packages/django-kombu/trunk/debian/changelog	2011-08-05 23:17:19 UTC (rev 18037)
@@ -1,4 +1,4 @@
-django-kombu (0.9.1-1) unstable; urgency=low
+django-kombu (0.9.4-1) unstable; urgency=low
 
   * Initial release (Closes: #611895)
 

Modified: packages/django-kombu/trunk/debian/control
===================================================================
--- packages/django-kombu/trunk/debian/control	2011-08-05 15:10:55 UTC (rev 18036)
+++ packages/django-kombu/trunk/debian/control	2011-08-05 23:17:19 UTC (rev 18037)
@@ -3,12 +3,11 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Fladischer Michael <FladischerMichael at fladi.at>
-Build-Depends: debhelper (>= 7.0.50~), 
-               python-all (>=2.6), 
-               python-django,
-               python-setuptools,
-               python-support,
-XS-Python-Version: >= 2.6
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all (>=2.6.6-3~),
+               python-django (>= 1.2),
+               python-setuptools
+X-Python-Version: >= 2.4
 Standards-Version: 3.9.1
 Homepage: https://github.com/ask/django-kombu/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-kombu/trunk/
@@ -16,11 +15,8 @@
 
 Package: python-django-kombu
 Architecture: all
-Depends: ${misc:Depends}, 
-         ${python:Depends},
-         python-django
-Provides: ${python:Provides}
+Depends: python-django (>= 1.2), python-kombu, ${misc:Depends}, ${python:Depends}
 Description: Kombu transport using the Django database as a message store
- This package provides a message store for Kombu inside a Django database. It 
- is intended be used together with python-kombu and provides a transport for 
- it.
+ This package provides a message store for python-kombu inside a Django
+ database. It is intended be used together with python-kombu and provides a
+ transport for messages.

Modified: packages/django-kombu/trunk/debian/copyright
===================================================================
--- packages/django-kombu/trunk/debian/copyright	2011-08-05 15:10:55 UTC (rev 18036)
+++ packages/django-kombu/trunk/debian/copyright	2011-08-05 23:17:19 UTC (rev 18037)
@@ -36,4 +36,3 @@
  CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  POSSIBILITY OF SUCH DAMAGE.
-

Modified: packages/django-kombu/trunk/debian/rules
===================================================================
--- packages/django-kombu/trunk/debian/rules	2011-08-05 15:10:55 UTC (rev 18036)
+++ packages/django-kombu/trunk/debian/rules	2011-08-05 23:17:19 UTC (rev 18037)
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with python2
 




More information about the Python-modules-commits mailing list