Package: mudlet
Version: 1:2.1-1
Severity: normal

Dear Maintainer, I'm attaching a patch to use post-wheezy Lua package names in
the Depends field. This amounts to replace liblua5.1-rex-pcre0 and liblua5.1
-sql-sqlite3-2 with lua5.1-rex-pcre and lua5.1-sql-sqlite3.

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

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

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 198eba0ecf03c6ab5e930781cf2e4b75b2741981 Mon Sep 17 00:00:00 2001
From: Enrico Tassi <gareuselesi...@debian.org>
Date: Thu, 19 Sep 2013 18:09:07 +0200
Subject: [PATCH] Use post-wheezy lua package names

---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index cff962e..d8d4862 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Homepage: http://www.mudlet.org/
 
 Package: mudlet
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, liblua5.1-rex-pcre0, liblua5.1-sql-sqlite3-2
+Depends: ${shlibs:Depends}, ${misc:Depends}, lua5.1-rex-pcre, lua5.1-sql-sqlite3
 Suggests: hunspell-en-us
 Description: Graphical MUD client with fast lua scripting support
  A completely redesigned MUD (Multi User Dungeon) client that is easy to
-- 
1.8.4.rc3

Reply via email to