[Python-modules-commits] r33614 - in packages/python-django-rosetta/trunk/debian (2 files)

fladi at users.alioth.debian.org fladi at users.alioth.debian.org
Tue Aug 4 06:56:30 UTC 2015


    Date: Tuesday, August 4, 2015 @ 06:56:29
  Author: fladi
Revision: 33614

Reformat packaging files with cme for better readability.

Modified:
  packages/python-django-rosetta/trunk/debian/changelog
  packages/python-django-rosetta/trunk/debian/control

Modified: packages/python-django-rosetta/trunk/debian/changelog
===================================================================
--- packages/python-django-rosetta/trunk/debian/changelog	2015-08-04 06:55:27 UTC (rev 33613)
+++ packages/python-django-rosetta/trunk/debian/changelog	2015-08-04 06:56:29 UTC (rev 33614)
@@ -1,6 +1,7 @@
 python-django-rosetta (0.7.2-2) UNRELEASED; urgency=medium
 
   * Fix URL for copyright format 1.0.
+  * Reformat packaging files with cme for better readability.
 
  -- Michael Fladischer <fladi at debian.org>  Tue, 04 Aug 2015 08:54:30 +0200
 

Modified: packages/python-django-rosetta/trunk/debian/control
===================================================================
--- packages/python-django-rosetta/trunk/debian/control	2015-08-04 06:55:27 UTC (rev 33613)
+++ packages/python-django-rosetta/trunk/debian/control	2015-08-04 06:56:29 UTC (rev 33614)
@@ -1,20 +1,24 @@
 Source: python-django-rosetta
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Ziegler <diese-addy at funzt-halt.net>
 Section: python
 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: python, debhelper (>= 7.0.50~), python-setuptools (>= 0.6.10)
+Build-Depends: debhelper (>= 7.0.50~),
+               python,
+               python-setuptools (>= 0.6.10)
 Build-Depends-Indep: python-support (>= 0.3)
 Standards-Version: 3.9.3
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-rosetta/trunk/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-rosetta/trunk/
 Homepage: http://code.google.com/p/django-rosetta
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-rosetta/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-rosetta/trunk/
 XS-Python-Version: all
 
 Package: python-django-rosetta
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.2),
- python-polib (>= 1.0.3)
+Depends: python-django (>= 1.2),
+         python-polib (>= 1.0.3),
+         ${misc:Depends},
+         ${python:Depends}
 Description: Eases the translation process of your Django projects
  A Django application that eases the translation process of your Django
  projects.




More information about the Python-modules-commits mailing list