[Python-modules-commits] r26522 - in packages/guessit/trunk (15 files)

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


    Date: Sunday, November 24, 2013 @ 15:02:56
  Author: emillon-guest
Revision: 26522

[svn-inject] Application des modifications Debian (0.6.2-1) pour le tronc

Added:
  packages/guessit/trunk/debian/
  packages/guessit/trunk/debian/changelog
  packages/guessit/trunk/debian/compat
  packages/guessit/trunk/debian/control
  packages/guessit/trunk/debian/copyright
  packages/guessit/trunk/debian/python-guessit.docs
  packages/guessit/trunk/debian/python-guessit.pyremove
  packages/guessit/trunk/debian/rules
  packages/guessit/trunk/debian/source/
  packages/guessit/trunk/debian/source/format
  packages/guessit/trunk/debian/source/patch-header
  packages/guessit/trunk/debian/tests/
  packages/guessit/trunk/debian/tests/control
  packages/guessit/trunk/debian/tests/unittests
  packages/guessit/trunk/debian/watch


Property changes on: packages/guessit/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/guessit/trunk/debian/changelog
===================================================================
--- packages/guessit/trunk/debian/changelog	                        (rev 0)
+++ packages/guessit/trunk/debian/changelog	2013-11-24 15:02:56 UTC (rev 26522)
@@ -0,0 +1,5 @@
+guessit (0.6.2-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Oxan van Leeuwen <oxan at oxanvanleeuwen.nl>  Sun, 10 Nov 2013 16:38:33 +0100

Added: packages/guessit/trunk/debian/compat
===================================================================
--- packages/guessit/trunk/debian/compat	                        (rev 0)
+++ packages/guessit/trunk/debian/compat	2013-11-24 15:02:56 UTC (rev 26522)
@@ -0,0 +1 @@
+9

Added: packages/guessit/trunk/debian/control
===================================================================
--- packages/guessit/trunk/debian/control	                        (rev 0)
+++ packages/guessit/trunk/debian/control	2013-11-24 15:02:56 UTC (rev 26522)
@@ -0,0 +1,20 @@
+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
+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
+X-Python-Version: >= 2.6
+XS-Testsuite: autopkgtest
+
+Package: python-guessit
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-pkg-resources
+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 
+ works with both movies and TV show episodes.

Added: packages/guessit/trunk/debian/copyright
===================================================================
--- packages/guessit/trunk/debian/copyright	                        (rev 0)
+++ packages/guessit/trunk/debian/copyright	2013-11-24 15:02:56 UTC (rev 26522)
@@ -0,0 +1,55 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: GuessIt
+Upstream-Contact: https://github.com/wackou/guessit
+Source: http://pypi.python.org/pypi/guessit
+
+Files: *
+Copyright: 2011 - 2012 Nicolas Wack <wackou at gmail.com>
+License: LGPL-3+
+
+Files: guessit/slogging.py guessit/textutils.py
+Copyright: 2008 - 2012 Nicolas Wack <wackou at gmail.com>
+License: GPL-3+
+
+Files: guessit/patterns.py
+Copyright: 2011 Nicolas Wack <wackou at gmail.com>
+           2011 Ricard Marxer <ricardmp at gmail.com>
+License: LGPL-3+
+
+Files: debian/*
+Copyright: 2012 - 2013 Oxan van Leeuwen <oxan at oxanvanleeuwen.nl>
+License: LGPL-3+
+
+License: LGPL-3+
+ This package is free software; you can redistribute it and/or
+ modify it under the terms of the GNU Lesser General Public
+ License as published by the Free Software Foundation; either
+ version 3 of the License, or (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 3 can be found in "/usr/share/common-licenses/LGPL-3".
+
+License: GPL-3+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ 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

Added: packages/guessit/trunk/debian/python-guessit.docs
===================================================================
--- packages/guessit/trunk/debian/python-guessit.docs	                        (rev 0)
+++ packages/guessit/trunk/debian/python-guessit.docs	2013-11-24 15:02:56 UTC (rev 26522)
@@ -0,0 +1 @@
+README.rst

Added: packages/guessit/trunk/debian/python-guessit.pyremove
===================================================================
--- packages/guessit/trunk/debian/python-guessit.pyremove	                        (rev 0)
+++ packages/guessit/trunk/debian/python-guessit.pyremove	2013-11-24 15:02:56 UTC (rev 26522)
@@ -0,0 +1 @@
+guessit*.egg-info/SOURCES.txt

Added: packages/guessit/trunk/debian/rules
===================================================================
--- packages/guessit/trunk/debian/rules	                        (rev 0)
+++ packages/guessit/trunk/debian/rules	2013-11-24 15:02:56 UTC (rev 26522)
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+
+PYVERS	:= $(shell pyversions -r)
+
+%:
+	dh $@ --with=python2
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	set -xe; \
+	for py in $(PYVERS); do \
+		$$py setup.py test; \
+	done
+endif
+
+override_dh_installchangelogs:
+	dh_installchangelogs HISTORY.rst
\ No newline at end of file


Property changes on: packages/guessit/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/guessit/trunk/debian/source/format
===================================================================
--- packages/guessit/trunk/debian/source/format	                        (rev 0)
+++ packages/guessit/trunk/debian/source/format	2013-11-24 15:02:56 UTC (rev 26522)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/guessit/trunk/debian/source/patch-header
===================================================================
--- packages/guessit/trunk/debian/source/patch-header	                        (rev 0)
+++ packages/guessit/trunk/debian/source/patch-header	2013-11-24 15:02:56 UTC (rev 26522)
@@ -0,0 +1,12 @@
+Subject: Collected Debian patches for python-guessit
+Author: Oxan van Leeuwen <oxan at oxanvanleeuwen.nl>
+
+The pythong-guessit package is maintained in Git rather than maintaining
+patches as separate files, and separating the patches isn't worth 
+the effort.  They are therefore all included in this single Debian
+patch.
+
+For full commit history and separated commits, see the packaging Git
+repository. The location of the repository can be found in the Vcs-Git
+field in debian/control.
+

Added: packages/guessit/trunk/debian/tests/control
===================================================================
--- packages/guessit/trunk/debian/tests/control	                        (rev 0)
+++ packages/guessit/trunk/debian/tests/control	2013-11-24 15:02:56 UTC (rev 26522)
@@ -0,0 +1,2 @@
+Tests: unittests
+Depends: python-guessit, python-all, python-yaml, python-nose

Added: packages/guessit/trunk/debian/tests/unittests
===================================================================
--- packages/guessit/trunk/debian/tests/unittests	                        (rev 0)
+++ packages/guessit/trunk/debian/tests/unittests	2013-11-24 15:02:56 UTC (rev 26522)
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -x
+pys="$(pyversions -rv 2>/dev/null)"
+
+cd "$ADTTMP"
+for py in $pys; do
+   nosetests-$py guessit.test 2>&1
+done


Property changes on: packages/guessit/trunk/debian/tests/unittests
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/guessit/trunk/debian/watch
===================================================================
--- packages/guessit/trunk/debian/watch	                        (rev 0)
+++ packages/guessit/trunk/debian/watch	2013-11-24 15:02:56 UTC (rev 26522)
@@ -0,0 +1,2 @@
+version=3
+https://pypi.python.org/packages/source/g/guessit/guessit-(.*).tar.gz




More information about the Python-modules-commits mailing list