[debian-edu-commits] debian-edu/pkg-team/ 01/02: debian/patches: Add 0001_fix-deprecated-constructor-call.patch. (Closes: #886848).

Mike Gabriel sunweaver at debian.org
Wed Jan 10 20:31:10 UTC 2018


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

sunweaver pushed a commit to branch debian/stretch/updates
in repository gosa-plugin-pwreset.

commit 8c9fae2ba6b737cffa02152b24e8c1bba3113f23
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Jan 10 21:24:10 2018 +0100

    debian/patches: Add 0001_fix-deprecated-constructor-call.patch. (Closes: #886848).
---
 .../0001_fix-deprecated-constructor-call.patch     | 23 ++++++++++++++++++++++
 debian/patches/README                              |  4 ++++
 debian/patches/series                              |  1 +
 3 files changed, 28 insertions(+)

diff --git a/debian/patches/0001_fix-deprecated-constructor-call.patch b/debian/patches/0001_fix-deprecated-constructor-call.patch
new file mode 100644
index 0000000..0d42e90
--- /dev/null
+++ b/debian/patches/0001_fix-deprecated-constructor-call.patch
@@ -0,0 +1,23 @@
+From 314da53ab9316754894eda74d1fa6ed6a10fe199 Mon Sep 17 00:00:00 2001
+From: bzapiec <benjamin.zapiec at gonicus.de>
+Date: Tue, 28 Nov 2017 10:23:23 +0100
+Subject: [PATCH] fix deprecated constructor call
+
+---
+ addons/pwreset/tabs_pwreset.inc | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/addons/pwreset/tabs_pwreset.inc b/addons/pwreset/tabs_pwreset.inc
+index bd7f889..f01214c 100644
+--- a/addons/pwreset/tabs_pwreset.inc
++++ b/addons/pwreset/tabs_pwreset.inc
+@@ -24,7 +24,7 @@ class pwresettab extends tabs
+ 
+   function __construct($config, $data, $dn)
+   {
+-    tabs::tabs($config, $data, $dn);
++    tabs::__construct($config, $data, $dn);
+   }
+ 
+   function save_object($save_current= FALSE)
+
diff --git a/debian/patches/README b/debian/patches/README
new file mode 100644
index 0000000..516206a
--- /dev/null
+++ b/debian/patches/README
@@ -0,0 +1,4 @@
+0xxx: Grabbed from upstream development.
+1xxx: Possibly relevant for upstream adoption.
+2xxx: Only relevant for official Debian release.
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0313b12
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_fix-deprecated-constructor-call.patch

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



More information about the debian-edu-commits mailing list