Package: dlz-ldap-enum Version: 1.1.0-1 Severity: normal Tags: patch pending
Dear maintainer, I've prepared an NMU for dlz-ldap-enum (versioned as 1.1.0-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru dlz-ldap-enum-1.1.0/debian/changelog dlz-ldap-enum-1.1.0/debian/changelog --- dlz-ldap-enum-1.1.0/debian/changelog 2016-09-24 13:24:36.000000000 +0200 +++ dlz-ldap-enum-1.1.0/debian/changelog 2020-04-04 10:16:55.000000000 +0200 @@ -1,3 +1,16 @@ +dlz-ldap-enum (1.1.0-1.1) UNRELEASED; urgency=medium + + * Non maintainer upload. + + [ Peter Michael Green ] + * Add #include <isc/boolean.h> to sdlz_helper.h (Closes: #914151) + + [ Tobias Frost ] + * Updating the dlz-ldap-enum Uploaders list" (Closes: #953450) + * Fixing defunct VCS fields by pointing them to salsa.d.o. (Closes: #955722) + + -- Tobias Frost <[email protected]> Sat, 04 Apr 2020 10:16:55 +0200 + dlz-ldap-enum (1.1.0-1) unstable; urgency=medium * New upstream release. diff -Nru dlz-ldap-enum-1.1.0/debian/control dlz-ldap-enum-1.1.0/debian/control --- dlz-ldap-enum-1.1.0/debian/control 2016-09-24 13:24:36.000000000 +0200 +++ dlz-ldap-enum-1.1.0/debian/control 2020-04-04 10:09:07.000000000 +0200 @@ -2,12 +2,11 @@ Section: admin Priority: extra Maintainer: Debian VoIP Team <[email protected]> -Uploaders: Daniel Pocock <[email protected]> Build-Depends: debhelper (>= 9.0.0), dh-autoreconf, dpkg-dev (>= 1.16.1~), autotools-dev, libldap2-dev, libbind-dev Standards-Version: 3.9.8 Homepage: http://www.opentelecoms.org/dlz-ldap-enum -Vcs-Git: git://anonscm.debian.org/collab-maint/dlz-ldap-enum.git -Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dlz-ldap-enum.git +Vcs-Git: https://salsa.debian.org/debian/dlz-ldap-enum.git +Vcs-Browser: https://salsa.debian.org/debian/dlz-ldap-enum Package: dlz-ldap-enum Architecture: any diff -Nru dlz-ldap-enum-1.1.0/debian/patches/add-missing-include.patch dlz-ldap-enum-1.1.0/debian/patches/add-missing-include.patch --- dlz-ldap-enum-1.1.0/debian/patches/add-missing-include.patch 1970-01-01 01:00:00.000000000 +0100 +++ dlz-ldap-enum-1.1.0/debian/patches/add-missing-include.patch 2020-04-04 09:59:04.000000000 +0200 @@ -0,0 +1,14 @@ +Description: Add #include <isc/boolean.h> to sdlz_helper.h (Closes: '914151) +Author: Peter Michael Green <[email protected]> + +--- dlz-ldap-enum-1.1.0.orig/sdlz_helper.h ++++ dlz-ldap-enum-1.1.0/sdlz_helper.h +@@ -36,6 +36,8 @@ + #ifndef SDLZHELPER_H + #define SDLZHELPER_H + ++#include <isc/boolean.h> ++ + /* + * Types + */ diff -Nru dlz-ldap-enum-1.1.0/debian/patches/series dlz-ldap-enum-1.1.0/debian/patches/series --- dlz-ldap-enum-1.1.0/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ dlz-ldap-enum-1.1.0/debian/patches/series 2020-04-04 09:59:04.000000000 +0200 @@ -0,0 +1 @@ +add-missing-include.patch

