698c14ccef
Openldap seems to be bumped to 2.4.57 in Debian from 2.4.40 in CentOS. Use the same version for puppet-ldap as on CentOS. Another candidate is https://github.com/voxpupuli/puppet-openldap/tree/2.0.0. Did build puppet-ldap. There was no patch to port. Did build iso. Story: 2009101 Task: 43391 Signed-off-by: Dan Voiculeasa <dan.voiculeasa@windriver.com> Change-Id: Ic5b7a4af4f69a2cd78f509179547dd4c85744750
8 lines
158 B
Makefile
Executable File
8 lines
158 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# See debhelper(7) (uncomment to enable)
|
|
# output every command that modifies files on the build system.
|
|
#export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@
|