[debian-edu-commits] debian-edu/pkg-team/ 13/13: Imported Debian patch 0.2-3.1

Mike Gabriel sunweaver at debian.org
Wed Oct 1 02:59:15 UTC 2014


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository ldap2bind.

commit 5dfd4196349146e409e24e3991405a897c531fcc
Author: Thorsten Glaser <tg at mirbsd.de>
Date:   Mon Dec 10 23:27:15 2012 +0100

    Imported Debian patch 0.2-3.1
---
 debian/changelog               | 11 +++++++++++
 debian/patches/ldap_host_param | 18 ++++++++++++++++++
 debian/patches/series          |  1 +
 3 files changed, 30 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9262d19..4f96b99 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+ldap2zone (0.2-3.1) unstable; urgency=low
+
+  [ Dominik George ]
+  * Non-maintainer upload.
+  * Fix unbound variable in ldap2bind script (Closes: #690377)
+
+  [ Thorsten Glaser ]
+  * Convert patch to DEP-3; fix CR-LF endings; sponsor (Closes: #695597)
+
+ -- Thorsten Glaser <tg at mirbsd.de>  Mon, 10 Dec 2012 23:27:15 +0100
+
 ldap2zone (0.2-3) unstable; urgency=low
 
   * Fixed installation of default file
diff --git a/debian/patches/ldap_host_param b/debian/patches/ldap_host_param
new file mode 100644
index 0000000..3f217ed
--- /dev/null
+++ b/debian/patches/ldap_host_param
@@ -0,0 +1,18 @@
+Description: fix wrong variable name
+Author: Dominik George <nik at naturalnet.de>
+Bug-Debian: http://bugs.debian.org/690377
+Forwarded: no
+Reviewed-By: Thorsten Glaser <tg at debian.org>
+Last-Update: 2012-12-10
+
+--- a/ldap2bind
++++ b/ldap2bind
+@@ -31,7 +31,7 @@ if [ "$ALLOW_TRANSFER" ]; then
+ else ALLOW_TRANSFER_PARAM=;
+ fi
+ 
+-ZONES=`ldapsearch -LLL $LDAP_HOST_PARAM -x "(objectClass=dNSZone)" zoneName | grep zoneName: | sort | uniq | awk '{print $2}'`
++ZONES=`ldapsearch -LLL $LDAP_URI_PARAM -x "(objectClass=dNSZone)" zoneName | grep zoneName: | sort | uniq | awk '{print $2}'`
+ ldap2zone=`which ldap2zone`
+ rndc=`which rndc`
+ 
diff --git a/debian/patches/series b/debian/patches/series
index a829c93..9b264a3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-default-location
+ldap_host_param

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/ldap2bind.git



More information about the debian-edu-commits mailing list