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
38 changes: 38 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
vlc-plugin-vlsub (0.10.2-2) unstable; urgency=medium

* Integrate the changes from 0.9.13-1.1

-- Sylvestre Ledru <sylvestre@debian.org> Sun, 16 Apr 2017 11:16:04 +0200

vlc-plugin-vlsub (0.10.2-1) unstable; urgency=medium

* New upstream release
- Fix the freeze (Closes: #767712)

-- Sylvestre Ledru <sylvestre@debian.org> Thu, 13 Apr 2017 15:50:29 +0200

vlc-plugin-vlsub (0.9.13-1.1) unstable; urgency=medium

* Non-maintainer upload.
* Move to move to /usr/share/vlc/lua/extensions (Closes: #857682)
* Upgrade Standards version, no changes needed

-- Martin Zobel-Helas <zobel@debian.org> Fri, 17 Mar 2017 17:50:47 +0100

vlc-plugin-vlsub (0.9.13-1) unstable; urgency=medium

* New upstream release
* Add myself to the uploaders
* Standards-Version updated to 3.9.6

-- Sylvestre Ledru <sylvestre@debian.org> Tue, 28 Apr 2015 10:11:06 +0200

vlc-plugin-vlsub (0.9.12-1.1) unstable; urgency=medium

* NMU upload
* New upstream release (Closes: #757948)
* Force the minimal version of vlc to 2.2.0 (not working otherwise)
* Standards-Version updated to 3.9.5

-- Sylvestre Ledru <sylvestre@debian.org> Sun, 31 Aug 2014 10:57:25 +0200

vlc-plugin-vlsub (0.9.10-1) unstable; urgency=low

* Initial Release (closes: #723640)
Expand Down
5 changes: 3 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ Source: vlc-plugin-vlsub
Section: video
Priority: optional
Maintainer: Simon Gareste <simon.gareste@gmail.com>
Uploaders: Sylvestre Ledru <sylvestre@debian.org>
Build-Depends: debhelper (>= 9.0.0)
Standards-Version: 3.9.4
Standards-Version: 3.9.8
Homepage: http://addons.videolan.org/content/show.php?action=content&content=148752
Vcs-Git: https://github.com/simongareste/vlsub-deb.git
Vcs-Browser: https://github.com/simongareste/vlsub-deb

Package: vlc-plugin-vlsub
Architecture: all
Depends: ${misc:Depends}, vlc (>= 1.1)
Depends: ${misc:Depends}, vlc (>= 2.2.0~)
Description: VLC extension to download subtitles from opensubtitles.org
Search and download subtitles from opensubtitles.org using the hash of the
video currently playing or its title.
2 changes: 1 addition & 1 deletion debian/vlc-plugin-vlsub.install
Original file line number Diff line number Diff line change
@@ -1 +1 @@
vlsub.lua usr/lib/vlc/lua/extensions/
vlsub.lua usr/share/vlc/lua/extensions/