[Python-modules-commits] r11857 - in packages/python-django-piston/trunk/debian (control)
svedrin-guest at users.alioth.debian.org
svedrin-guest at users.alioth.debian.org
Mon Feb 22 15:16:02 UTC 2010
Date: Monday, February 22, 2010 @ 15:15:59
Author: svedrin-guest
Revision: 11857
set priority, vcs-* and {build-,}depends
Modified:
packages/python-django-piston/trunk/debian/control
Modified: packages/python-django-piston/trunk/debian/control
===================================================================
--- packages/python-django-piston/trunk/debian/control 2010-02-22 15:07:55 UTC (rev 11856)
+++ packages/python-django-piston/trunk/debian/control 2010-02-22 15:15:59 UTC (rev 11857)
@@ -1,15 +1,19 @@
Source: python-django-piston
Section: python
-Priority: extra
+Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Michael Ziegler <diese-addy at funzt-halt.net>
-Build-Depends: debhelper (>= 7)
+Build-Depends: python, debhelper (>= 7), python-setuptools (>= 0.6.10)
+Build-Depends-Indep: python-support (>= 0.3)
Standards-Version: 3.8.4
Homepage: http://bitbucket.org/jespern/django-piston/wiki/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django-rosetta/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-django-rosetta/?op=log
+XS-Python-Version: all
Package: python-django-piston
Architecture: all
-Depends: ${misc:Depends}, python-django (>= 1.1)
+Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.1)
Description: A Django mini-framework creating RESTful APIs
Piston is a relatively small Django application that lets you
create application programming interfaces (API) for your sites.
More information about the Python-modules-commits
mailing list