[Python-modules-commits] r29013 - in packages/python-repoze.what/trunk/debian (3 files)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Thu May 22 01:17:24 UTC 2014


    Date: Thursday, May 22, 2014 @ 01:17:23
  Author: zigo
Revision: 29013

Ran wrap-and-sort.

Modified:
  packages/python-repoze.what/trunk/debian/changelog
  packages/python-repoze.what/trunk/debian/control
  packages/python-repoze.what/trunk/debian/copyright

Modified: packages/python-repoze.what/trunk/debian/changelog
===================================================================
--- packages/python-repoze.what/trunk/debian/changelog	2014-05-21 23:09:41 UTC (rev 29012)
+++ packages/python-repoze.what/trunk/debian/changelog	2014-05-22 01:17:23 UTC (rev 29013)
@@ -1,6 +1,7 @@
 python-repoze.what (1.0.9-5) UNRELEASED; urgency=medium
 
   * Using cannonical VCS URLs.
+  * Ran wrap-and-sort.
 
  -- Thomas Goirand <zigo at debian.org>  Wed, 21 May 2014 23:09:11 +0000
 

Modified: packages/python-repoze.what/trunk/debian/control
===================================================================
--- packages/python-repoze.what/trunk/debian/control	2014-05-21 23:09:41 UTC (rev 29012)
+++ packages/python-repoze.what/trunk/debian/control	2014-05-22 01:17:23 UTC (rev 29013)
@@ -2,20 +2,19 @@
 Section: python
 Priority: optional
 Maintainer: Debian QA Group <packages at qa.debian.org>
-Build-Depends:
- debhelper (>= 9),
- cdbs (>= 0.4.90~),
- python,
- dh-python,
- python-setuptools,
- python-sphinx,
- python-paste,
- python-repoze.who,
- python-repoze.who-plugins,
- python-pastedeploy,
- python-zope.interface,
- python-nose,
- python-coverage
+Build-Depends: cdbs (>= 0.4.90~),
+               debhelper (>= 9),
+               dh-python,
+               python,
+               python-coverage,
+               python-nose,
+               python-paste,
+               python-pastedeploy,
+               python-repoze.who,
+               python-repoze.who-plugins,
+               python-setuptools,
+               python-sphinx,
+               python-zope.interface
 Standards-Version: 3.8.4
 Homepage: http://www.repoze.org/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-repoze.what/trunk/
@@ -23,14 +22,13 @@
 
 Package: python-repoze.what
 Architecture: all
-Depends:
- ${misc:Depends},
- ${python:Depends},
- python-repoze.who (>= 1.0),
- python-repoze.who (<= 1.99),
- python-repoze.who-plugins,
- python-paste (>= 1.7),
- python-zope.interface
+Depends: python-paste (>= 1.7),
+         python-repoze.who (<= 1.99),
+         python-repoze.who (>= 1.0),
+         python-repoze.who-plugins,
+         python-zope.interface,
+         ${misc:Depends},
+         ${python:Depends}
 Recommends: python-pkg-resources
 Suggests: libjs-jquery
 Description: authorization framework for Python WSGI applications

Modified: packages/python-repoze.what/trunk/debian/copyright
===================================================================
--- packages/python-repoze.what/trunk/debian/copyright	2014-05-21 23:09:41 UTC (rev 29012)
+++ packages/python-repoze.what/trunk/debian/copyright	2014-05-22 01:17:23 UTC (rev 29013)
@@ -8,30 +8,30 @@
 License:
   A copyright notice accompanies this license document that identifies
   the copyright holders.
- 
+
   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions are
   met:
- 
+
   1.  Redistributions in source code must retain the accompanying
       copyright notice, this list of conditions, and the following
       disclaimer.
- 
+
   2.  Redistributions in binary form must reproduce the accompanying
       copyright notice, this list of conditions, and the following
       disclaimer in the documentation and/or other materials provided
       with the distribution.
- 
+
   3.  Names of the copyright holders must not be used to endorse or
       promote products derived from this software without prior
       written permission from the copyright holders.
- 
+
   4.  If any files are modified, you must cause the modified files to
       carry prominent notices stating that you changed the files and
       the date of any change.
- 
+
   Disclaimer
- 
+
     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND
     ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
     TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
@@ -50,4 +50,3 @@
 License: GPL-3+
  On Debian systems the full text of the GNU General Public License can
  be found in the `/usr/share/common-licenses/GPL-3' file.
-




More information about the Python-modules-commits mailing list