Hi,

i uploaded a fixed version to delayed/3.

find patch attached

-- 
 Martin Zobel-Helas <zo...@debian.org>    Debian System Administrator
 Debian & GNU/Linux Developer                       Debian Listmaster
 http://about.me/zobel                               Debian Webmaster
 GPG Fingerprint:  6B18 5642 8E41 EC89 3D5D  BDBB 53B1 AC6D B11B 627B 
>From 6943e6f5bf35ab47bda9c9ec85d1e3bffe6dec3a Mon Sep 17 00:00:00 2001
From: Martin Zobel-Helas <zo...@debian.org>
Date: Fri, 17 Mar 2017 18:38:59 +0100
Subject: [PATCH] Fix #857682

Signed-off-by: Martin Zobel-Helas <zo...@debian.org>
---
 debian/changelog                | 25 +++++++++++++++++++++++++
 debian/control                  |  5 +++--
 debian/vlc-plugin-vlsub.install |  2 +-
 3 files changed, 29 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dfabbe4..c60297c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+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 <zo...@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 <sylves...@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 <sylves...@debian.org>  Sun, 31 Aug 2014 10:57:25 +0200
+
 vlc-plugin-vlsub (0.9.10-1) unstable; urgency=low
 
   * Initial Release (closes: #723640)
diff --git a/debian/control b/debian/control
index 1c43cfd..10f3cf7 100644
--- a/debian/control
+++ b/debian/control
@@ -2,15 +2,16 @@ Source: vlc-plugin-vlsub
 Section: video
 Priority: optional
 Maintainer: Simon Gareste <simon.gare...@gmail.com>
+Uploaders: Sylvestre Ledru <sylves...@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.
diff --git a/debian/vlc-plugin-vlsub.install b/debian/vlc-plugin-vlsub.install
index 6c7dee9..7c9d5ed 100644
--- a/debian/vlc-plugin-vlsub.install
+++ b/debian/vlc-plugin-vlsub.install
@@ -1 +1 @@
-vlsub.lua usr/lib/vlc/lua/extensions/
+vlsub.lua usr/share/vlc/lua/extensions/
-- 
2.11.0

Reply via email to