[Python-modules-commits] r26512 - in packages/babelfish/trunk/debian (control copyright)
emillon-guest at users.alioth.debian.org
emillon-guest at users.alioth.debian.org
Sun Nov 24 13:21:00 UTC 2013
Date: Sunday, November 24, 2013 @ 13:20:59
Author: emillon-guest
Revision: 26512
babelfish: Add myself
Modified:
packages/babelfish/trunk/debian/control
packages/babelfish/trunk/debian/copyright
Modified: packages/babelfish/trunk/debian/control
===================================================================
--- packages/babelfish/trunk/debian/control 2013-11-24 13:15:59 UTC (rev 26511)
+++ packages/babelfish/trunk/debian/control 2013-11-24 13:20:59 UTC (rev 26512)
@@ -1,19 +1,30 @@
Source: babelfish
Section: python
-Priority: extra
-Maintainer: Oxan van Leeuwen <oxan at oxanvanleeuwen.nl>
-Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-6~), python-setuptools, python3-all, python3-setuptools
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders:
+ Etienne Millon <me at emillon.org>,
+ Oxan van Leeuwen <oxan at oxanvanleeuwen.nl>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-6~),
+ python-setuptools,
+ python3-all,
+ python3-setuptools,
Standards-Version: 3.9.5
Homepage: https://github.com/Diaoul/babelfish
-Vcs-Git: https://github.com/oxan/babelfish-debian.git
-Vcs-Browser: https://github.com/oxan/babelfish-debian
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/babelfish/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/babelfish/trunk/
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
XS-Testsuite: autopkgtest
Package: python-babelfish
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
Description: library to work with countries and languages (Python 2)
babelfish makes it easy to work with countries, languages, scripts, ISO codes
and IETF codes from Python. It has converters between all different data
@@ -23,7 +34,9 @@
Package: python3-babelfish
Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
Description: library to work with countries and languages (Python 3)
babelfish makes it easy to work with countries, languages, scripts, ISO codes
and IETF codes from Python. It has converters between all different data
Modified: packages/babelfish/trunk/debian/copyright
===================================================================
--- packages/babelfish/trunk/debian/copyright 2013-11-24 13:15:59 UTC (rev 26511)
+++ packages/babelfish/trunk/debian/copyright 2013-11-24 13:20:59 UTC (rev 26512)
@@ -8,7 +8,9 @@
License: BSD-3-clause
Files: debian/*
-Copyright: 2013 Oxan van Leeuwen <oxan at oxanvanleeuwen.nl>
+Copyright:
+ 2013 Oxan van Leeuwen <oxan at oxanvanleeuwen.nl>
+ 2013 Etienne Millon <me at emillon.org>
License: BSD-3-clause
License: BSD-3-clause
@@ -33,4 +35,4 @@
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
More information about the Python-modules-commits
mailing list