[SCM] proftpd-dfsg branch, master, updated. upstream/1.3.4_rc3-57-g59c861f

Francesco Paolo Lovergine frankie at debian.org
Wed Oct 12 14:11:56 UTC 2011


The following commit has been merged in the master branch:
commit 59c861f4f23dbc71d2b343bd0349c4e71d66838a
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Wed Oct 12 16:10:51 2011 +0200

    Modified dependencies for proftpd-dev to reduce required dependencies in add-on modules.

diff --git a/debian/changelog b/debian/changelog
index 27b44c6..dfc6b0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+proftpd-dfsg (1.3.4~rc3-2) unstable; urgency=low
+
+  * Added libacl1-dev and libssl-dev to proftpd-dev dependencies, due to
+    header files inclusion.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 12 Oct 2011 16:08:37 +0200
+
 proftpd-dfsg (1.3.4~rc3-1) unstable; urgency=low
 
   * New upstream pre-release.
diff --git a/debian/control b/debian/control
index bd34fd9..0202cd4 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,9 @@ Conflicts: ftp-server
 Breaks: proftpd (<< 1.3.2)
 Replaces: proftpd (<< 1.3.2)
 Provides: ftp-server, proftpd, proftpd-abi-1.3.4rc3
-Suggests: proftpd-doc, openssl, proftpd-mod-mysql, proftpd-mod-pgsql, proftpd-mod-ldap, proftpd-mod-odbc, proftpd-mod-sqlite, openbsd-inetd | inet-superserver
+Suggests: proftpd-doc, openssl, 
+ proftpd-mod-mysql, proftpd-mod-pgsql, proftpd-mod-ldap, proftpd-mod-odbc, proftpd-mod-sqlite, 
+ openbsd-inetd | inet-superserver
 Description: Versatile, virtual-hosting FTP daemon - binaries
  ProFTPD is a powerful modular FTP/SFTP/FTPS server. This File Transfer
  Protocol daemon supports also hidden directories, virtual hosts, and
@@ -37,7 +39,8 @@ Description: Versatile, virtual-hosting FTP daemon - binaries
 
 Package: proftpd-dev
 Architecture: any
-Depends: proftpd-basic (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libtool
+Depends: proftpd-basic (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, 
+ libtool, libacl1-dev, libssl-dev
 Suggests: pkg-config
 Description: Versatile, virtual-hosting FTP daemon - development files
  ProFTPD is a powerful modular FTP/SFTP/FTPS server. This File Transfer
diff --git a/debian/control.in b/debian/control.in
index 3b2d0ea..712763b 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -19,7 +19,9 @@ Conflicts: ftp-server
 Breaks: proftpd (<< 1.3.2)
 Replaces: proftpd (<< 1.3.2)
 Provides: ftp-server, proftpd, proftpd-abi- at VERSION@
-Suggests: proftpd-doc, openssl, proftpd-mod-mysql, proftpd-mod-pgsql, proftpd-mod-ldap, proftpd-mod-odbc, proftpd-mod-sqlite, openbsd-inetd | inet-superserver
+Suggests: proftpd-doc, openssl, 
+ proftpd-mod-mysql, proftpd-mod-pgsql, proftpd-mod-ldap, proftpd-mod-odbc, proftpd-mod-sqlite, 
+ openbsd-inetd | inet-superserver
 Description: Versatile, virtual-hosting FTP daemon - binaries
  ProFTPD is a powerful modular FTP/SFTP/FTPS server. This File Transfer
  Protocol daemon supports also hidden directories, virtual hosts, and
@@ -37,7 +39,8 @@ Description: Versatile, virtual-hosting FTP daemon - binaries
 
 Package: proftpd-dev
 Architecture: any
-Depends: proftpd-basic (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libtool
+Depends: proftpd-basic (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, 
+ libtool, libacl1-dev, libssl-dev
 Suggests: pkg-config
 Description: Versatile, virtual-hosting FTP daemon - development files
  ProFTPD is a powerful modular FTP/SFTP/FTPS server. This File Transfer

-- 
ProFTPD core package



More information about the Pkg-proftpd-maintainers mailing list