[Python-modules-commits] r26518 - in packages/enzyme/trunk/debian (control copyright)

emillon-guest at users.alioth.debian.org emillon-guest at users.alioth.debian.org
Sun Nov 24 14:48:40 UTC 2013


    Date: Sunday, November 24, 2013 @ 14:48:40
  Author: emillon-guest
Revision: 26518

enzyme: add myself

Modified:
  packages/enzyme/trunk/debian/control
  packages/enzyme/trunk/debian/copyright

Modified: packages/enzyme/trunk/debian/control
===================================================================
--- packages/enzyme/trunk/debian/control	2013-11-24 14:45:20 UTC (rev 26517)
+++ packages/enzyme/trunk/debian/control	2013-11-24 14:48:40 UTC (rev 26518)
@@ -1,17 +1,28 @@
 Source: enzyme
 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/enzyme
-Vcs-Git: https://github.com/oxan/enzyme-debian.git
-Vcs-Browser: https://github.com/oxan/enzyme-debian
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/enzyme/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/enzyme/trunk/
 X-Python-Version: >= 2.6
 
 Package: python-enzyme
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends:
+ ${misc:Depends},
+ ${python:Depends},
 Description: video metadata parser (Python 2)
  Python module to parse metadata in video files.
  .
@@ -23,7 +34,9 @@
 
 Package: python3-enzyme
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
 Description: video metadata parser (Python 3)
  Python module to parse metadata in video files.
  .

Modified: packages/enzyme/trunk/debian/copyright
===================================================================
--- packages/enzyme/trunk/debian/copyright	2013-11-24 14:45:20 UTC (rev 26517)
+++ packages/enzyme/trunk/debian/copyright	2013-11-24 14:48:40 UTC (rev 26518)
@@ -8,7 +8,9 @@
 License: Apache-2.0
 
 Files: debian/*
-Copyright: 2012, 2013 Oxan van Leeuwen <oxan at oxanvanleeuwen.nl>
+Copyright:
+ 2012, 2013 Oxan van Leeuwen <oxan at oxanvanleeuwen.nl>
+ 2013 Etienne Millon <me at emillon.org>
 License: Apache-2.0
 
 License: Apache-2.0
@@ -25,4 +27,4 @@
  limitations under the License.
  .
  On Debian systems, the full text of the Apache License version 2 can
- be found in /usr/share/common-licenses/Apache-2.0.
\ No newline at end of file
+ be found in /usr/share/common-licenses/Apache-2.0.




More information about the Python-modules-commits mailing list