Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions package/debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
addic7ed-cli (1.3-1) unstable; urgency=medium

* New release upstream

-- Nicolas Chipaux <aegiap@xvc0.net> Fri, 06 Nov 2015 20:11:02 +0100

addic7ed-cli (0.1.10-1) unstable; urgency=low

* Initial Release.

-- Nicolas Chipaux <aegiap@xvc0.net> Wed, 03 Dec 2014 12:22:44 +0100
1 change: 1 addition & 0 deletions package/debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8
17 changes: 17 additions & 0 deletions package/debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Source: addic7ed-cli
Section: python
Priority: optional
Maintainer: Nicolas Chipaux <aegiap@xvc0.net>
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: all
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.
32 changes: 32 additions & 0 deletions package/debian/copyright
Original file line number Diff line number Diff line change
@@ -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 <aegiap@xvc0.net>
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 <http://www.gnu.org/licenses/>.
.
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*

1 change: 1 addition & 0 deletions package/debian/docs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
README.rst
7 changes: 7 additions & 0 deletions package/debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/make -f
# See debhelper(7) (uncomment to enable)

#DH_VERBOSE = 1

%:
dh $@ --with python2
1 change: 1 addition & 0 deletions package/debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)
2 changes: 2 additions & 0 deletions package/debian/watch
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
version=3
https://github.com/BenoitZugmeyer/addic7ed-cli/archive/v(.*)\.tar\.gz