Package: at Version: 3.1.12-1 Severity: minor Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu maverick ubuntu-patch
Hi Ansgar, The attached small patch fixes the one outstanding lintian warning in the at source package. It has minimal impact on the Debian package today aside from fixing the lintian warning since ${misc:Depends} will currently expand to an empty string there, but it's a good idea to future-proof the package anyway. (In Ubuntu, this is already used today for the dependencies on upstart; but of course upstart support isnot an appropriate change to make in the Debian package today.) Cheers, -- Steve Langasek Give me a lever long enough and a Free OS Debian Developer to set it on, and I can move the world. Ubuntu Developer http://www.debian.org/ slanga...@ubuntu.com vor...@debian.org
=== modified file 'debian/control' --- debian/control 2009-11-30 20:03:34 +0000 +++ debian/control 2010-06-16 23:04:27 +0000 @@ -11,7 +11,7 @@ Package: at Architecture: any -Depends: ${shlibs:Depends}, lsb-base (>= 3.2-14), libpam-runtime (>= 1.0.1-11) +Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-14), libpam-runtime (>= 1.0.1-11) Recommends: exim4 | mail-transport-agent Description: Delayed job execution and batch processing At and batch read shell commands from standard input