From 03d651724ace87364c4ece161f01313030e51a85 Mon Sep 17 00:00:00 2001 From: Nicolas Chipaux Date: Wed, 3 Dec 2014 12:40:10 +0100 Subject: [PATCH 1/2] Add Debian packaging. Signed-off-by: Nicolas Chipaux --- package/debian/changelog | 5 +++++ package/debian/compat | 1 + package/debian/control | 17 +++++++++++++++++ package/debian/copyright | 32 ++++++++++++++++++++++++++++++++ package/debian/docs | 1 + package/debian/rules | 7 +++++++ package/debian/source/format | 1 + package/debian/watch | 2 ++ 8 files changed, 66 insertions(+) create mode 100644 package/debian/changelog create mode 100644 package/debian/compat create mode 100644 package/debian/control create mode 100644 package/debian/copyright create mode 100644 package/debian/docs create mode 100755 package/debian/rules create mode 100644 package/debian/source/format create mode 100644 package/debian/watch diff --git a/package/debian/changelog b/package/debian/changelog new file mode 100644 index 0000000..c7aa5e4 --- /dev/null +++ b/package/debian/changelog @@ -0,0 +1,5 @@ +addic7ed-cli (0.1.10-1) unstable; urgency=low + + * Initial Release. + + -- Nicolas Chipaux Wed, 03 Dec 2014 12:22:44 +0100 diff --git a/package/debian/compat b/package/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/package/debian/compat @@ -0,0 +1 @@ +8 diff --git a/package/debian/control b/package/debian/control new file mode 100644 index 0000000..4f5c82e --- /dev/null +++ b/package/debian/control @@ -0,0 +1,17 @@ +Source: addic7ed-cli +Section: python +Priority: optional +Maintainer: Nicolas Chipaux +Build-Depends: debhelper (>= 8) +Standards-Version: 3.9.5 +Homepage: https://github.com/aegiap/addic7ed-cli +Vcs-Git: https://github.com/BenoitZugmeyer/addic7ed-cli.git +X-Python-Version: >= 2.6 + +Package: python-addic7ed-cli +Architecture: any +Depends: ${misc:Depends}, ${python:Depends} +Provides: ${python:Provides} +Description: command-line utility to fetch subtitles from addic7ed + Get the correct subtitle file for a specific video file from the + addic7ed service. diff --git a/package/debian/copyright b/package/debian/copyright new file mode 100644 index 0000000..0eda536 --- /dev/null +++ b/package/debian/copyright @@ -0,0 +1,32 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: python-addic7ed-cli +Source: https://github.com/BenoitZugmeyer/addic7ed-cli + +Files: * +Copyright: 2013-2014 BenoƮt Zugmeyer +License: Specific + +Files: debian/* +Copyright: 2014 Nicolas Chipaux +License: GPL-3.0+ + +License: GPL-3.0+ + 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 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 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 . + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + +License: Specific + See /usr/share/doc/python-addic7ed-cli/LICENSE* + diff --git a/package/debian/docs b/package/debian/docs new file mode 100644 index 0000000..a1320b1 --- /dev/null +++ b/package/debian/docs @@ -0,0 +1 @@ +README.rst diff --git a/package/debian/rules b/package/debian/rules new file mode 100755 index 0000000..683a483 --- /dev/null +++ b/package/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# See debhelper(7) (uncomment to enable) + +#DH_VERBOSE = 1 + +%: + dh $@ --with python2 diff --git a/package/debian/source/format b/package/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/package/debian/source/format @@ -0,0 +1 @@ +3.0 (native) diff --git a/package/debian/watch b/package/debian/watch new file mode 100644 index 0000000..56edd7f --- /dev/null +++ b/package/debian/watch @@ -0,0 +1,2 @@ +version=3 +https://github.com/BenoitZugmeyer/addic7ed-cli/archive/v(.*)\.tar\.gz From 8158f62bc50152da4a09c01b142d62cbe990c72b Mon Sep 17 00:00:00 2001 From: Nicolas Chipaux Date: Fri, 6 Nov 2015 20:13:31 +0100 Subject: [PATCH 2/2] New release 1.3 Signed-off-by: Nicolas Chipaux --- package/debian/changelog | 6 ++++++ package/debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package/debian/changelog b/package/debian/changelog index c7aa5e4..2f1900c 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,3 +1,9 @@ +addic7ed-cli (1.3-1) unstable; urgency=medium + + * New release upstream + + -- Nicolas Chipaux Fri, 06 Nov 2015 20:11:02 +0100 + addic7ed-cli (0.1.10-1) unstable; urgency=low * Initial Release. diff --git a/package/debian/control b/package/debian/control index 4f5c82e..50b0df9 100644 --- a/package/debian/control +++ b/package/debian/control @@ -9,7 +9,7 @@ Vcs-Git: https://github.com/BenoitZugmeyer/addic7ed-cli.git X-Python-Version: >= 2.6 Package: python-addic7ed-cli -Architecture: any +Architecture: all Depends: ${misc:Depends}, ${python:Depends} Provides: ${python:Provides} Description: command-line utility to fetch subtitles from addic7ed