[Pkg-openldap-devel] r620 - openldap/trunk-2.3/debian
Torsten Landschoff
torsten at debian.org
Mon Feb 20 20:18:47 UTC 2006
Hi Matthijs,
On Sat, Feb 18, 2006 at 05:42:00PM +0000, Matthijs Mohlmann wrote:
> Modified: openldap/trunk-2.3/debian/changelog
> ===================================================================
> --- openldap/trunk-2.3/debian/changelog 2006-02-18 15:48:54 UTC (rev 619)
> +++ openldap/trunk-2.3/debian/changelog 2006-02-18 17:41:59 UTC (rev 620)
> @@ -11,12 +11,17 @@
> * Move to quilt patch system.
> * Fix manpage.
> * Make ldiftopasswd and fix_ldif executable. (fixes lintian warnings)
> + * Wipe passwords after we created the initial configuration.
> + * The config scripts is runned twice, this causes the password in
> + slapd/internal/adminpw to be empty. This fixes the issue with having an
> + empty password in the ldap database. (Closes: #343113, #347725)
> + * Added #DEBHELPER# token to fix a lintian warning.
>
> [ Steve Langasek ]
> * debian/slapd.templates: Fix typo durin -> during; re-run
> debconf-updatepo, fixing up the fuzzies (closes: #319596).
>
> - -- Debian OpenLDAP Maintainers <pkg-openldap-devel at lists.alioth.debian.org> Sat, 18 Feb 2006 16:46:10 +0100
> + -- Debian OpenLDAP Maintainers <pkg-openldap-devel at lists.alioth.debian.org> Sat, 18 Feb 2006 18:04:25 +0100
May I suggest to put the name of the uploader into the changelog entry
when the upload is finally done? It does not matter what's in the svn
repo for trunk but I would prefer the upload to carry the name of the
uploader there.
> Modified: openldap/trunk-2.3/debian/control
> ===================================================================
> --- openldap/trunk-2.3/debian/control 2006-02-18 15:48:54 UTC (rev 619)
> +++ openldap/trunk-2.3/debian/control 2006-02-18 17:41:59 UTC (rev 620)
> @@ -48,18 +48,18 @@
> These are the run-time libraries for the OpenLDAP (Lightweight Directory
> Access Protocol) servers and clients.
>
> -Package: libldap2.3-dev
> -Section: libdevel
> -Priority: extra
> -Architecture: any
> -Conflicts: libldap-dev, libopenldap-dev
> -Replaces: libopenldap-dev
> -Provides: libldap-dev
> -Depends: libldap2.3 (= ${Source-Version})
> -Description: OpenLDAP development libraries
> - This package allows development of LDAP applications using the OpenLDAP
> - libraries. It includes headers, libraries and links to allow static and
> - dynamic linking.
> +#Package: libldap2.3-dev
> +#Section: libdevel
> +#Priority: extra
> +#Architecture: any
> +#Conflicts: libldap-dev, libopenldap-dev
> +#Replaces: libopenldap-dev
> +#Provides: libldap-dev
> +#Depends: libldap2.3 (= ${Source-Version})
> +#Description: OpenLDAP development libraries
> +# This package allows development of LDAP applications using the OpenLDAP
> +# libraries. It includes headers, libraries and links to allow static and
> +# dynamic linking.
>
> #Package: libslapd2.3-dev
> #Section: libdevel
I may be mistaken but IIRC comments are not supported in debian/control.
> Modified: openldap/trunk-2.3/debian/slapd.preinst
> ===================================================================
> --- openldap/trunk-2.3/debian/slapd.preinst 2006-02-18 15:48:54 UTC (rev 619)
> +++ openldap/trunk-2.3/debian/slapd.preinst 2006-02-18 17:41:59 UTC (rev 620)
> @@ -16,4 +16,8 @@
> dump_databases
> fi
>
> +#DEBHELPER#
> +
> +exit 0
> +
> # vim: set sw=8 foldmethod=marker:
Did you check the resulting script? AFAIR debhelper adds stuff that
conflicts with the original script. Should have documented it, I know :(
Greetings
Torsten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-openldap-devel/attachments/20060220/69a75ad1/attachment.pgp
More information about the Pkg-openldap-devel
mailing list