[Python-modules-commits] [pymediainfo] 02/02: first run

Antoine Beaupré anarcat at moszumanska.debian.org
Sat Dec 30 14:52:44 UTC 2017


This is an automated email from the git hooks/post-receive script.

anarcat pushed a commit to branch master
in repository pymediainfo.

commit 2c379e7f43173a325570e2a45deec8a06e164c17
Author: Antoine Beaupré <anarcat at debian.org>
Date:   Sat Dec 30 09:40:29 2017 -0500

    first run
---
 debian/changelog                   |  7 +++++
 debian/compat                      |  1 +
 debian/control                     | 52 ++++++++++++++++++++++++++++++++++++++
 debian/copyright                   | 31 +++++++++++++++++++++++
 debian/python-pymediainfo-doc.docs |  2 ++
 debian/python3-mediainfo.docs      |  1 +
 debian/rules                       | 13 ++++++++++
 debian/source/format               |  1 +
 debian/source/options              |  1 +
 debian/watch                       |  4 +++
 10 files changed, 113 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c7be751
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+pymediainfo (2.2.0-1) unstable; urgency=low
+
+  * Autogenerated by py2dsp v1.20151008
+  * Upload to unstable (Closes: #867801)
+
+ -- Antoine Beaupré <anarcat at debian.org>  Sat, 30 Dec 2017 13:49:35 +0000
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..dbe92b3
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,52 @@
+Source: pymediainfo
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Antoine Beaupré <anarcat at debian.org>
+Build-Depends: debhelper (>= 10~), dh-python,
+               pypy,
+               pypy-setuptools,
+               python-all,
+               python-setuptools,
+               python3-all,
+               python3-setuptools,
+               python3-sphinx,
+Standards-Version: 3.9.8
+Homepage: https://github.com/sbraz/pymediainfo
+Vcs-Git: git://git.debian.org/git/python-modules/packages/pymediainfo.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pymediainfo/
+
+Package: python-pymediainfo
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends},
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+Description: Library to fetch multimedia metadata information - Python 2.x
+ This library is a simple Python wrapper around the ffprobe or
+ mediainfo command line utility.
+
+Package: python3-pymediainfo
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends},
+Recommends: ${python3:Recommends}
+Suggests: ${python3:Suggests}
+Description: Library to fetch multimedia metadata information - Python 3.x
+ This library is a simple Python wrapper around the ffprobe or
+ mediainfo command line utility.
+
+Package: pypy-pymediainfo
+Architecture: all
+Depends: ${misc:Depends}, ${pypy:Depends},
+Recommends: ${pypy:Recommends}
+Suggests: ${pypy:Suggests}
+Description: Library to fetch multimedia metadata information - PyPy version
+ This library is a simple Python wrapper around the ffprobe or
+ mediainfo command line utility.
+
+Package: python-pymediainfo-doc
+Section: doc
+Architecture: all
+Priority: extra
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: documentation for the pymediainfo Python library
+ This package provides documentation for pymediainfo.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..129f1c4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pymediainfo
+Upstream-Contact: Louis Sautier <sautier.louis at gmail.com>
+Source: https://github.com/sbraz/pymediainfo
+
+Files: *
+Copyright: Louis Sautier <sautier.louis at gmail.com>
+License: MIT
+
+Files: debian/*
+Copyright: 2017 © Antoine Beaupré <anarcat at debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/debian/python-pymediainfo-doc.docs b/debian/python-pymediainfo-doc.docs
new file mode 100644
index 0000000..1618a62
--- /dev/null
+++ b/debian/python-pymediainfo-doc.docs
@@ -0,0 +1,2 @@
+.pybuild/docs/*
+README.rst
diff --git a/debian/python3-mediainfo.docs b/debian/python3-mediainfo.docs
new file mode 100644
index 0000000..a1320b1
--- /dev/null
+++ b/debian/python3-mediainfo.docs
@@ -0,0 +1 @@
+README.rst
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e823d9e
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#! /usr/bin/make -f
+
+export PYBUILD_NAME=pymediainfo
+%:
+	dh $@ --with python2,python3,pypy,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_build-indep:
+ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
+	cd docs && \
+	PYTHONPATH=$(CURDIR) http_proxy='http://127.0.0.1:9/' https_proxy='https://127.0.0.1:9/' \
+	sphinx-build -N -E -T -b html . $(CURDIR)/.pybuild/docs/html/
+	rm -rf $(CURDIR)/.pybuild/docs/html/.doctrees
+endif
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/options b/debian/source/options
new file mode 100644
index 0000000..d81db3f
--- /dev/null
+++ b/debian/source/options
@@ -0,0 +1 @@
+extend-diff-ignore="^[^/]+.egg-info/"
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..7f6396f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+# try also https://pypi.debian.net/MediaInfo/watch
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+https://pypi.debian.net/MediaInfo/MediaInfo-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pymediainfo.git



More information about the Python-modules-commits mailing list