[Python-modules-commits] r26523 - in packages/guessit/trunk/debian (control copyright)

emillon-guest at users.alioth.debian.org emillon-guest at users.alioth.debian.org
Sun Nov 24 15:05:05 UTC 2013


    Date: Sunday, November 24, 2013 @ 15:05:04
  Author: emillon-guest
Revision: 26523

guessit: add myself

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

Modified: packages/guessit/trunk/debian/control
===================================================================
--- packages/guessit/trunk/debian/control	2013-11-24 15:02:56 UTC (rev 26522)
+++ packages/guessit/trunk/debian/control	2013-11-24 15:05:04 UTC (rev 26523)
@@ -1,20 +1,32 @@
 Source: guessit
 Section: python
-Priority: extra
-Maintainer: Oxan van Leeuwen <oxan at oxanvanleeuwen.nl>
-Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-6~), python-setuptools, python-yaml, python-nose, python-pkg-resources
+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),
+ python-all (>= 2.6.6-6~),
+ python-nose,
+ python-pkg-resources,
+ python-setuptools,
+ python-yaml,
 Standards-Version: 3.9.4
 Homepage: http://guessit.readthedocs.org/
-Vcs-Git: https://github.com/oxan/guessit-debian.git
-Vcs-Browser: https://github.com/oxan/guessit-debian
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/guessit/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/guessit/trunk/
 X-Python-Version: >= 2.6
 XS-Testsuite: autopkgtest
 
 Package: python-guessit
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
+Depends:
+ python-pkg-resources,
+ ${misc:Depends},
+ ${python:Depends},
 Description: library for guessing information from video filenames
- GuessIt is a Python library that tries to extract as much information as 
- possible from a video file. It has a very powerful filename matcher that allows 
- to guess a lot of metadata from a video using only its filename. This matcher 
+ GuessIt is a Python library that tries to extract as much information as
+ possible from a video file. It has a very powerful filename matcher that allows
+ to guess a lot of metadata from a video using only its filename. This matcher
  works with both movies and TV show episodes.

Modified: packages/guessit/trunk/debian/copyright
===================================================================
--- packages/guessit/trunk/debian/copyright	2013-11-24 15:02:56 UTC (rev 26522)
+++ packages/guessit/trunk/debian/copyright	2013-11-24 15:05:04 UTC (rev 26523)
@@ -17,7 +17,9 @@
 License: LGPL-3+
 
 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: LGPL-3+
 
 License: LGPL-3+
@@ -52,4 +54,4 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  .
  On Debian systems, the complete text of the General Public License
- version 3 can be found in "/usr/share/common-licenses/GPL-3".
\ No newline at end of file
+ version 3 can be found in "/usr/share/common-licenses/GPL-3".




More information about the Python-modules-commits mailing list