Package: luakit
Version: 2012.09.13-r1-2
Severity: normal

Dear Maintainer, I'm attaching a patch to use post-wheezy Lua package names in
the Depends field.
This accounts to replace liblua5.1-filesystem0 with lua5.1-filesystem.

Given that the lua-filesystem binary package provides the virtual package
lua5.1-filesystem,
if you need to depend on a specific version of lua-filesystem you can express
it like:
  Depends: lua5.1-filesystem, lua-filesystem (>= X)

You can also use lua-filesystem directly in the dependencies, but using
lua5.1-filesystem is preferred since it tells for which version of Lua you need
the filesystem package.  The lua-filesystem package currently provides it for
both Lua 5.1 and 5.2.

Cheers



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.10-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Enrico Tassi
>From 81bd1b6ae05c67f2a2aec6d3192b380351a587a0 Mon Sep 17 00:00:00 2001
From: Enrico Tassi <gareuselesi...@debian.org>
Date: Thu, 19 Sep 2013 18:21:57 +0200
Subject: [PATCH] Use post-wheezy Lua package names in Depends

---
 debian/changelog | 8 ++++++++
 debian/control   | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a98dc97..88b82fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+luakit (2012.09.13-r1-3) UNRELEASED; urgency=low
+
+  [ Enrico Tassi ]
+  * Use post-wheezy Lua package names in Depends:
+    - liblua5.1-filesystem0 -> lua5.1-filesystem
+
+ -- Clint Adams <cl...@debian.org>  Thu, 19 Sep 2013 18:20:31 +0200
+
 luakit (2012.09.13-r1-2) unstable; urgency=low
 
   * Cherry-pick 105530f1542d568a6cf8d236eb1dc84fa982703b and
diff --git a/debian/control b/debian/control
index 023dedc..7a78b71 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/luakit.git;a=summary
 
 Package: luakit
 Architecture: any
-Depends: ${shlibs:Depends}, liblua5.1-filesystem0
+Depends: ${shlibs:Depends}, lua5.1-filesystem
 Description: fast and small web browser extensible by Lua
  Luakit is a highly-configurable browser framework based on WebKitGTK+.
  It is very fast and extensible by Lua.  It is primarily targeted at power
-- 
1.8.4.rc3

Reply via email to