[SCM] proftpd-dfsg branch, master, updated. upstream/1.3.4_rc3-65-g1b7e339
Francesco Paolo Lovergine
frankie at debian.org
Mon Nov 21 12:57:07 UTC 2011
The following commit has been merged in the master branch:
commit 1b7e33959f64290ed8193f0912a2bba0ed037a5d
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date: Mon Nov 21 13:30:16 2011 +0100
Added libpcre3-dev dep to libproftpd-dev.
diff --git a/debian/changelog b/debian/changelog
index 063bda3..fbcee81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ proftpd-dfsg (1.3.4a-1) unstable; urgency=low
* Merged patch removed: 3711.
* Now enabled PCRE instead of glibc POSIX regex and added required libpcre3-dev
build-dep.
+ * Added libpcre3-dev dependency to libproftpd-dev due to header files
+ inclusion.
- -- Francesco Paolo Lovergine <frankie at debian.org> Mon, 21 Nov 2011 13:06:14 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org> Mon, 21 Nov 2011 13:29:13 +0100
proftpd-dfsg (1.3.4~rc3-2) unstable; urgency=high
diff --git a/debian/control b/debian/control
index aec17bc..148b502 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,7 @@ Description: Versatile, virtual-hosting FTP daemon - binaries
Package: proftpd-dev
Architecture: any
Depends: proftpd-basic (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
- libtool, libacl1-dev, libssl-dev
+ libtool, libacl1-dev, libssl-dev, libpcre3-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 971533c..cf569e6 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -41,7 +41,7 @@ Description: Versatile, virtual-hosting FTP daemon - binaries
Package: proftpd-dev
Architecture: any
Depends: proftpd-basic (=${binary:Version}), ${shlibs:Depends}, ${misc:Depends},
- libtool, libacl1-dev, libssl-dev
+ libtool, libacl1-dev, libssl-dev, libpcre3-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