Package: lua5.2 Version: 5.2.1-3 Severity: minor Tags: patch Minor issue. This is lua 5.2, but the example script goes looking for 5.1. It's probably best just to drop the version altogether so you don't have to maintain it:
diff -Nur lua5.2-5.2.1/debian/examples/debian/script/hello lua5.2-5.2.1.new/debian/examples/debian/script/hello --- lua5.2-5.2.1/debian/examples/debian/script/hello 2011-07-21 23:07:17.000000000 +1000 +++ lua5.2-5.2.1.new/debian/examples/debian/script/hello 2013-04-02 22:36:31.290213589 +1000 @@ -1,3 +1,3 @@ -#!/usr/bin/env lua5.1 +#!/usr/bin/env lua print 'hello from Lua' -- System Information: Debian Release: 7.0 APT prefers testing-updates APT policy: (500, 'testing-updates'), (500, 'testing') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages lua5.2 depends on: ii libc6 2.13-38 ii libreadline6 6.2+dfsg-0.1 lua5.2 recommends no packages. lua5.2 suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org