diff -u proftpd-dfsg-1.3.1/debian/control proftpd-dfsg-1.3.1/debian/control --- proftpd-dfsg-1.3.1/debian/control +++ proftpd-dfsg-1.3.1/debian/control @@ -1,7 +1,8 @@ Source: proftpd-dfsg Section: net Priority: optional -Maintainer: Francesco Paolo Lovergine +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Francesco Paolo Lovergine Standards-Version: 3.7.3 Build-Depends: libmysqlclient15-dev (>= 5.0.16), libpam-dev, debhelper (>=5), zlib1g-dev, libpq-dev, libldap2-dev, libssl-dev, libwrap0-dev, libcap-dev|not+linux-gnu, @@ -44,0 +46,42 @@ + +Package: proftpd-mysql +Architecture: all +Depends: proftpd (>= ${source:Version}), proftpd (<< ${source:Version}.1~), ${shlibs:Depends} +Conflicts: wu-ftpd, wu-ftpd-academ +Description: Versatile, virtual-hosting FTP daemon + A powerful replacement for wu-ftpd, this File Transfer Protocol + daemon supports hidden directories, virtual hosts, and per-directory + ".ftpaccess" files. It uses a single main configuration file, with a + syntax similar to Apache. + . + This package is needed only to use MySQL-based authentication. + . + More information can be found at http://www.proftpd.org/. + +Package: proftpd-pgsql +Architecture: all +Depends: proftpd (>= ${source:Version}), proftpd (<< ${source:Version}.1~), ${shlibs:Depends} +Conflicts: wu-ftpd, wu-ftpd-academ +Description: Versatile, virtual-hosting FTP daemon + A powerful replacement for wu-ftpd, this File Transfer Protocol + daemon supports hidden directories, virtual hosts, and per-directory + ".ftpaccess" files. It uses a single main configuration file, with a + syntax similar to Apache. + . + This package is needed only to use PostgreSQL-based authentication. + . + More information can be found at http://www.proftpd.org/. + +Package: proftpd-ldap +Architecture: all +Depends: proftpd (>= ${source:Version}), proftpd (<< ${source:Version}.1~), ${shlibs:Depends} +Conflicts: wu-ftpd, wu-ftpd-academ +Description: Versatile, virtual-hosting FTP daemon + A powerful replacement for wu-ftpd, this File Transfer Protocol + daemon supports hidden directories, virtual hosts, and per-directory + ".ftpaccess" files. It uses a single main configuration file, with a + syntax similar to Apache. + . + This package is needed only to use LDAP-based authentication. + . + More information can be found at http://www.proftpd.org/. diff -u proftpd-dfsg-1.3.1/debian/changelog proftpd-dfsg-1.3.1/debian/changelog --- proftpd-dfsg-1.3.1/debian/changelog +++ proftpd-dfsg-1.3.1/debian/changelog @@ -1,3 +1,11 @@ +proftpd-dfsg (1.3.1-6ubuntu1) hardy; urgency=low + + * Merge from debian unstable. (LP: #193429) remaining changes: + - Re-add transitional packages, to allow an upgrade from Dapper. + - Update maintainer field as per spec. + + -- Stefan Ebner Tue, 19 Feb 2008 22:13:20 +0100 + proftpd-dfsg (1.3.1-6) unstable; urgency=low * Template revision in 1.3.1-4 altered shared/proftpd/inetd_or_standalone @@ -85,6 +93,25 @@ -- Francesco Paolo Lovergine Thu, 20 Dec 2007 11:58:45 +0100 +proftpd-dfsg (1.3.1-2ubuntu2) hardy; urgency=low + + * Rebuild for the libldap-2.3-0 -> libldap-2.4-2 transistion. + + -- Steve Kowalik Thu, 24 Jan 2008 23:53:54 +1100 + +proftpd-dfsg (1.3.1-2ubuntu1) hardy; urgency=low + + * Merge from debian unstable, remaining changes: + - Re-add transitional packages, to allow an upgrade from Dapper. + - Update maintainer field as per spec. + * Update FSF address. + * Fix some lintian warnings. + * Moved compat setting to debian/compat. + * Compile mod_lang statically,. IT does not work as a dynamically + loadable module. + + -- Luke Yelavich Thu, 22 Nov 2007 14:14:33 +1100 + proftpd-dfsg (1.3.1-2) unstable; urgency=low * Set off all module directives for safety in default template and also @@ -173,6 +200,15 @@ -- Francesco Paolo Lovergine Sat, 29 Sep 2007 11:22:52 +0200 +proftpd-dfsg (1.3.0-24ubuntu1) gutsy; urgency=low + + * Merge from debian unstable, remaining changes: + - Use RequireValidShell in /etc/proftpd/proftpd.conf + - Re-add transitional packages, to allow an upgrade from Dapper. + - Update maintainer field in debian/control + + -- Luke Yelavich Fri, 15 Jun 2007 21:25:15 +1000 + proftpd-dfsg (1.3.0-24) unstable; urgency=low * Added ipv6only.dpatch to avoid syslog pollution on ipv6-only boxes. @@ -183,6 +219,20 @@ -- Francesco Paolo Lovergine Thu, 14 Jun 2007 14:38:20 +0200 +proftpd-dfsg (1.3.0-23ubuntu2) gutsy; urgency=low + + * Re-add transitional packages, to allow an upgrade from Dapper. + + -- Luke Yelavich Mon, 21 May 2007 10:13:38 +1000 + +proftpd-dfsg (1.3.0-23ubuntu1) gutsy; urgency=low + + * Merge from debian unstable, remaining changes: + - Use RequireValidShell in /etc/proftpd/proftpd.conf + - Update maintainer field in debian/control + + -- Luca Falavigna Sat, 19 May 2007 22:27:00 +0100 + proftpd-dfsg (1.3.0-23) unstable; urgency=low * Transitional packages proftpd-mysql, proftpd-pgsql and proftpd-ldap removed. @@ -194,6 +244,13 @@ -- Francesco Paolo Lovergine Sat, 19 May 2007 15:05:38 +0200 +proftpd-dfsg (1.3.0-22ubuntu1) gutsy; urgency=low + + * Use RequireValidShell in /etc/proftpd/proftpd.conf (LP: 113368) + * Update maintainer field in debian/control + + -- Luca Falavigna Sat, 19 May 2007 12:51:50 +0200 + proftpd-dfsg (1.3.0-22) unstable; urgency=high * Added update-inetd dependency.