Hi,
Reflecting our private discussion...
> What I mean is that the configure script that runs while building
> maildrop can detect if courier-authlib is install.
>
> See file maildrop-2.7.1/libs/maildrop/configure lines 16451 to 16481
OK. The build-dep line is missing courier-authlib-dev. So I was not
expecting to pick it up by the build script.
Can you verify this theory of bug fix after installing pbuilder
configuring it:
$ cd tmp
$ mkdir maildrop
$ cd maildrop
$ apt-get source maildrop
$ sudo apt-get build-dep maildrop
$ cd maildrop-2.7.1
$ pdebuild
$ cd /var/lib/pbuilder/results or cd .. depending on your config
Do you get an unfunctioning package or working one?
If you change debian/control's Build-dep to contain courier-authlib-dev
Do you get working program under pbuilder?
I mean to change from
Build-Depends: autoconf,
automake,
autotools-dev,
debhelper (>= 9),
dh-autoreconf,
libgdbm-dev,
libpcre3-dev,
libtool,
pkg-config
to
Build-Depends: autoconf,
automake,
autotools-dev,
courier-authlib-dev,
debhelper (>= 9),
dh-autoreconf,
libgdbm-dev,
libpcre3-dev,
libtool,
pkg-config
If you have question on pbuilder setup, please install debmake and look
into
/usr/share/doc/debmake/maint-guide.html#pbuilder-setup
https://people.debian.org/~osamu/maint-guide.html#pbuilder-setup
Osamu
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]