Package: fsp Version: 2.81.b24-3 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu jaunty ubuntu-patch
In Ubuntu, we've applied the attached patch to achieve the following: * Merge from Debian unstable. Remaining Ubuntu changes (LP: #301045): - Add openbsd-inetd | inet-superserver to Depends We thought you might be interested in doing the same. -- System Information: Debian Release: lenny/sid APT prefers intrepid-updates APT policy: (500, 'intrepid-updates'), (500, 'intrepid-security'), (500, 'intrepid-backports'), (500, 'intrepid') Architecture: i386 (i686) Kernel: Linux 2.6.27-9-generic (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_GB.UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u fsp-2.81.b24/debian/changelog fsp-2.81.b24/debian/changelog diff -u fsp-2.81.b24/debian/control fsp-2.81.b24/debian/control --- fsp-2.81.b24/debian/control +++ fsp-2.81.b24/debian/control @@ -1,7 +1,8 @@ Source: fsp Section: net Priority: optional -Maintainer: Debian QA Group <[EMAIL PROTECTED]> +Maintainer: Ubuntu MOTU Developers <[EMAIL PROTECTED]> +XSBC-Original-Maintainer: Debian QA Group <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 4.0.0) Standards-Version: 3.7.2 @@ -19,7 +20,7 @@ Package: fspd Architecture: any -Depends: fsp, update-inetd, netbase, logrotate, adduser, ${shlibs:Depends}, ${misc:Depends} +Depends: fsp, netbase, logrotate, adduser, ${shlibs:Depends}, ${misc:Depends}, update-inetd, openbsd-inetd | inet-superserver Description: A File Service Protocol (FSP) server FSP is an alternative to anonymous FTP that is very resource friendly. The server does not fork so it can handle far more concurrent users.