[tryton-debian-vcs] vatnumber branch debian updated. debian/1.2-3-3-gceb9a5e

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Fri Apr 10 16:21:28 UTC 2015


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/vatnumber.git;a=commitdiff;h=debian/1.2-3-3-gceb9a5e

commit ceb9a5ebc2a12fd511a17da311294cfd69f4694b
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Fri Apr 10 18:14:28 2015 +0200

    Wrapping and sorting control files (wrap-and-sort -bts).

diff --git a/debian/control b/debian/control
index c64a7f6..9fc12be 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,12 @@ Priority: optional
 Maintainer: Debian Tryton Maintainers <maintainers at debian.tryton.org>
 Uploaders: Mathias Behrle <mathiasb at m9s.biz>
 Build-Depends:
- debhelper (>= 9), python (>= 2.6.6-3~), python3 (>= 3.3.0-2~),
- dh-python, python-setuptools, python3-setuptools
+ debhelper (>= 9),
+ dh-python,
+ python (>= 2.6.6-3~),
+ python-setuptools,
+ python3 (>= 3.3.0-2~),
+ python3-setuptools,
 Standards-Version: 3.9.6
 Homepage: http://code.google.com/p/vatnumber/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=tryton/vatnumber.git
@@ -15,8 +19,11 @@ X-Python3-Version: >= 3.2
 
 Package: python-vatnumber
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources,
- python-stdnum
+Depends:
+ python-pkg-resources,
+ python-stdnum,
+ ${misc:Depends},
+ ${python:Depends},
 Description: Python module to validate VAT numbers (implemented in Python 2)
  This is a Python module to check the validity of Value Added Tax (VAT) numbers
  of States inside the European Union. It uses the validation rules according to
@@ -30,8 +37,11 @@ Description: Python module to validate VAT numbers (implemented in Python 2)
 
 Package: python3-vatnumber
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources,
- python3-stdnum
+Depends:
+ python3-pkg-resources,
+ python3-stdnum,
+ ${misc:Depends},
+ ${python3:Depends},
 Description: Python module to validate VAT numbers (implemented in Python 3)
  This is a Python module to check the validity of Value Added Tax (VAT) numbers
  of States inside the European Union. It uses the validation rules according to
-- 
vatnumber



More information about the tryton-debian-vcs mailing list