[SCM] proftpd-dfsg branch, master, updated. upstream/1.3.5_rc1-91-gdeb8e1a

Francesco Paolo Lovergine frankie at debian.org
Tue Jan 15 10:10:21 UTC 2013


The following commit has been merged in the master branch:
commit 8c43bd65ab533b3b28265892ebb60899da912073
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Wed Jan 9 13:28:34 2013 +0100

    Missing build-dep on libmemcached-dev added

diff --git a/debian/changelog b/debian/changelog
index a2450a7..82c767c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,7 +11,7 @@ proftpd-dfsg (1.3.5~rc1-1) experimental; urgency=low
   * Now `ftp' user is only removed in postrm purge, without removing 
     its home dir. (closes: #655514)
   * Missing memcache enabling renders mod_tls_memcache unusable even
-    if present.
+    if present. That triggered the missing libmemcached-dev b-d.
   * Removed it/ru as standalone locale directories. Reason to have them is
     lost in time and currently wrong. This is also connected with #600596
     for those languages. Sigh.
diff --git a/debian/control b/debian/control
index 86096c0..9b8b066 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,8 @@ Build-Depends: autotools-dev,
                libwrap0-dev,
                unixodbc-dev,
                zlib1g-dev,
-               libgeoip-dev
+               libgeoip-dev,
+               libmemcached-dev
 Homepage: http://www.proftpd.org/
 Vcs-Git: git://git.debian.org/pkg-proftpd/proftpd-dfsg.git
 Vcs-Browser: http://git.debian.org/?p=pkg-proftpd/proftpd-dfsg.git
diff --git a/debian/control.in b/debian/control.in
index ee59138..85e6288 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -20,7 +20,8 @@ Build-Depends: autotools-dev,
                libwrap0-dev,
                unixodbc-dev,
                zlib1g-dev,
-               libgeoip-dev
+               libgeoip-dev,
+               libmemcached-dev
 Homepage: http://www.proftpd.org/
 Vcs-Git: git://git.debian.org/pkg-proftpd/proftpd-dfsg.git
 Vcs-Browser: http://git.debian.org/?p=pkg-proftpd/proftpd-dfsg.git

-- 
ProFTPD core package



More information about the Pkg-proftpd-maintainers mailing list