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

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 a7585c441718ebd1e55fc169d93bd69466a1da6a
Author: Cajus Pollmeier <cajus at debian.org>
Date:   Fri Dec 23 09:03:05 2011 +0100

    Imported Debian patch 0.2-2
---
 debian/changelog                    |  7 +++++++
 debian/patches/debian-changes-0.2-2 | 39 +++++++++++++++++++++++++++++++++++++
 debian/patches/series               |  1 +
 3 files changed, 47 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 726d110..42e909e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ldap2zone (0.2-2) unstable; urgency=low
+
+  * Made script log using logger by a patch contributed by
+    Petter Reinholdtsen
+
+ -- Cajus Pollmeier <cajus at debian.org>  Fri, 23 Dec 2011 09:03:05 +0100
+
 ldap2zone (0.2-1) unstable; urgency=low
 
   * Converted to format 3.0 quilt
diff --git a/debian/patches/debian-changes-0.2-2 b/debian/patches/debian-changes-0.2-2
new file mode 100644
index 0000000..78056b5
--- /dev/null
+++ b/debian/patches/debian-changes-0.2-2
@@ -0,0 +1,39 @@
+Description: Upstream changes introduced in version 0.2-2
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ ldap2zone (0.2-2) unstable; urgency=low
+ .
+   * Made script log using logger by a patch contributed by
+     Petter Reinholdtsen
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Cajus Pollmeier <cajus at debian.org>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- ldap2zone-0.2.orig/ldap2bind
++++ ldap2zone-0.2/ldap2bind
+@@ -85,8 +85,8 @@ for domain in $ZONES; do
+ 
+ 	result=$($rndc reload $domain 2>&1)
+ 	if [ $? -ne 0 ]; then
+-		printf "Reloading the zone '$domain' failed: $result\n" 1>&2
++		logger -t ldap2bind "Reloading the zone '$domain' failed: $result\n"
+ 	else
+-		printf "Reloading the zone '$domain' was successful\n" 1>&2
++		logger -t ldap2bind "Reloading the zone '$domain' was successful\n"
+ 	fi
+ done
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7e98235
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+debian-changes-0.2-2

-- 
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