[Python-apps-commits] r6981 - in packages/laudio/trunk/debian (control)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Wed Apr 27 06:58:34 UTC 2011


    Date: Wednesday, April 27, 2011 @ 06:58:31
  Author: cjsmo-guest
Revision: 6981

wrap-and-sort control

Modified:
  packages/laudio/trunk/debian/control

Modified: packages/laudio/trunk/debian/control
===================================================================
--- packages/laudio/trunk/debian/control	2011-04-27 06:47:49 UTC (rev 6980)
+++ packages/laudio/trunk/debian/control	2011-04-27 06:58:31 UTC (rev 6981)
@@ -2,9 +2,9 @@
 Section: web
 Priority: optional
 Maintainer: Charlie Smotherman <cjsmo at cableone.net>
-Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>, 
- Bernhard Posselt <bernhard.posselt at gmx.at>
-Build-Depends: debhelper (>= 7.0.50~), python (>=2.6.6-3), po-debconf
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>,
+           Bernhard Posselt <bernhard.posselt at gmx.at>
+Build-Depends: debhelper (>= 7.0.50~), po-debconf, python (>=2.6.6-3)
 X-Python-Version: >=2.6
 Standards-Version: 3.9.2
 Homepage: https://github.com/Raydiation/Laudio
@@ -13,11 +13,19 @@
 
 Package: laudio
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, debconf (>= 0.5) | debconf-2.0,
- python-lxml, python-django, python-mutagen, apache2, sqlite3, mtasc,
- libapache2-mod-wsgi, python-pysqlite2
+Depends: apache2,
+         debconf (>= 0.5) | debconf-2.0,
+         libapache2-mod-wsgi,
+         mtasc,
+         python-django,
+         python-lxml,
+         python-mutagen,
+         python-pysqlite2,
+         sqlite3,
+         ${misc:Depends},
+         ${python:Depends}
 Description: HTML5 musicplayer
- Laudio is an HTML5 Music Player which can be accessed by anyone, from 
+ Laudio is an HTML5 Music Player which can be accessed by anyone, from
  anywhere with a webbrowser and internet connection.  Laudio is easy to use
  simply add a music directory, scan music directory and enjoy.
  .




More information about the Python-apps-commits mailing list