[debian-edu-commits] debian-edu/pkg-team/ 13/25: debian/patches: Provide patch headers with Author: and Description: fields whereever possible.

Mike Gabriel sunweaver at debian.org
Tue Aug 12 16:44:40 UTC 2014


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

sunweaver pushed a commit to branch master
in repository gosa.

commit 65564ee89e896ec4c0dabba3073068433f40e3b4
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Aug 11 18:36:08 2014 +0200

    debian/patches: Provide patch headers with Author: and Description: fields whereever possible.
---
 debian/patches/0001_smarty3.patch                           | 3 +++
 debian/patches/0002_style-robustness.patch                  | 3 +++
 debian/patches/0003_xss-vulnerability-on-login-screen.patch | 2 +-
 debian/patches/1001_fix-mass-ldapimport.patch               | 4 ++++
 debian/patches/1004_fix-typos-in-man-pages.patch            | 1 +
 debian/patches/2001_fix-smarty-location.patch               | 3 ++-
 debian/patches/2002_fix-template-location.patch             | 3 ++-
 debian/patches/2003_fix-class-mapping.patch                 | 3 ++-
 debian/patches/2004_fix-locale-location.patch               | 3 ++-
 debian/patches/2005_no-image-warning.patch                  | 3 +++
 debian/patches/2006_sasl-password-change.patch              | 3 +++
 11 files changed, 26 insertions(+), 5 deletions(-)

diff --git a/debian/patches/0001_smarty3.patch b/debian/patches/0001_smarty3.patch
index f24e38f..b17b8fb 100644
--- a/debian/patches/0001_smarty3.patch
+++ b/debian/patches/0001_smarty3.patch
@@ -1,3 +1,6 @@
+Description: More Smarty3 robustness
+Author: UNKNOWN
+
 --- a/gosa-core/html/index.php
 +++ b/gosa-core/html/index.php
 @@ -167,6 +167,7 @@
diff --git a/debian/patches/0002_style-robustness.patch b/debian/patches/0002_style-robustness.patch
index c6b2183..f9c5107 100644
--- a/debian/patches/0002_style-robustness.patch
+++ b/debian/patches/0002_style-robustness.patch
@@ -1,3 +1,6 @@
+Description: Make generated image styles more robust
+Author: UNKNOWN
+
 --- a/gosa-core/include/functions.inc
 +++ b/gosa-core/include/functions.inc
 @@ -3576,6 +3576,11 @@
diff --git a/debian/patches/0003_xss-vulnerability-on-login-screen.patch b/debian/patches/0003_xss-vulnerability-on-login-screen.patch
index b59e7ec..865c74e 100644
--- a/debian/patches/0003_xss-vulnerability-on-login-screen.patch
+++ b/debian/patches/0003_xss-vulnerability-on-login-screen.patch
@@ -1,5 +1,5 @@
-Author: Benjamin Zapiec
 Description: Escape html entities to fix xss at the login screen
+Author: Benjamin Zapiec
 
 Index: gosa-core/html/index.php
 ===================================================================
diff --git a/debian/patches/1001_fix-mass-ldapimport.patch b/debian/patches/1001_fix-mass-ldapimport.patch
index 2c810a4..71e56ab 100644
--- a/debian/patches/1001_fix-mass-ldapimport.patch
+++ b/debian/patches/1001_fix-mass-ldapimport.patch
@@ -1,3 +1,7 @@
+Description: Fix LDAP mass import.
+Author: Giorgio Pioda
+        Petter Reinholdtsen
+
 Index: addons/ldapmanager/class_csvimport.inc
 ===================================================================
 --- a/ldapmanager/addons/ldapmanager/class_csvimport.inc      (revisjon 21231)
diff --git a/debian/patches/1004_fix-typos-in-man-pages.patch b/debian/patches/1004_fix-typos-in-man-pages.patch
index 5868d1e..b0bf106 100644
--- a/debian/patches/1004_fix-typos-in-man-pages.patch
+++ b/debian/patches/1004_fix-typos-in-man-pages.patch
@@ -1,5 +1,6 @@
 Description: Fix typos and hyphen-used-as-minus-sign issues in man pages
 Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
 --- a/gosa-core/contrib/gosa.conf.5
 +++ b/gosa-core/contrib/gosa.conf.5
 @@ -118,9 +118,9 @@
diff --git a/debian/patches/2001_fix-smarty-location.patch b/debian/patches/2001_fix-smarty-location.patch
index d7325ae..ca0541e 100644
--- a/debian/patches/2001_fix-smarty-location.patch
+++ b/debian/patches/2001_fix-smarty-location.patch
@@ -1,5 +1,6 @@
-Author: <cajus at debian.org>
+Author: Cajus Pollmeier <cajus at debian.org>
 Description: Adapt location for debian packaged smarty
+
 --- a/gosa-core/include/php_setup.inc
 +++ b/gosa-core/include/php_setup.inc
 @@ -295,7 +295,11 @@
diff --git a/debian/patches/2002_fix-template-location.patch b/debian/patches/2002_fix-template-location.patch
index cd93a24..6c3c570 100644
--- a/debian/patches/2002_fix-template-location.patch
+++ b/debian/patches/2002_fix-template-location.patch
@@ -1,5 +1,6 @@
-Author: <cajus at debian.org>
+Author: Cajus Pollmeier <cajus at debian.org>
 Description: Fix location of configuration template.
+
 --- a/gosa-core/include/functions.inc
 +++ b/gosa-core/include/functions.inc
 @@ -44,7 +44,7 @@
diff --git a/debian/patches/2003_fix-class-mapping.patch b/debian/patches/2003_fix-class-mapping.patch
index 51243bd..72fae1b 100644
--- a/debian/patches/2003_fix-class-mapping.patch
+++ b/debian/patches/2003_fix-class-mapping.patch
@@ -1,5 +1,6 @@
-Author: <cajus at debian.org>
+Author: Cajus Pollmeier <cajus at debian.org>
 Description: Fix location of auto-generated class mapping file
+
 --- a/gosa-core/include/class_config.inc
 +++ b/gosa-core/include/class_config.inc
 @@ -116,12 +116,12 @@
diff --git a/debian/patches/2004_fix-locale-location.patch b/debian/patches/2004_fix-locale-location.patch
index 72f381c..99e9a2a 100644
--- a/debian/patches/2004_fix-locale-location.patch
+++ b/debian/patches/2004_fix-locale-location.patch
@@ -1,5 +1,6 @@
-Author: <cajus at debian.org>
+Author: Cajus Pollmeier <cajus at debian.org>
 Description: Fixed location of auto-generated locales
+
 --- a/gosa-core/include/php_setup.inc
 +++ b/gosa-core/include/php_setup.inc
 @@ -20,7 +20,7 @@
diff --git a/debian/patches/2005_no-image-warning.patch b/debian/patches/2005_no-image-warning.patch
index 9ecb1ca..1260e99 100644
--- a/debian/patches/2005_no-image-warning.patch
+++ b/debian/patches/2005_no-image-warning.patch
@@ -1,3 +1,6 @@
+Description: Don't throw warnings in update-gosa on already existing image files
+Author: UNKNOWN
+
 --- a/gosa-core/update-gosa
 +++ b/gosa-core/update-gosa
 @@ -547,7 +547,7 @@
diff --git a/debian/patches/2006_sasl-password-change.patch b/debian/patches/2006_sasl-password-change.patch
index ba88a6c..3be1438 100644
--- a/debian/patches/2006_sasl-password-change.patch
+++ b/debian/patches/2006_sasl-password-change.patch
@@ -1,3 +1,6 @@
+Description: Handle SASL password change correctly
+Author: Michael Banck <mbanck at debian.org>
+
 diff -ur a/gosa-core/include/password-methods/class_password-methods-sasl.inc b/gosa-core/include/password-methods/class_password-methods-sasl.inc
 --- a/gosa-core/include/password-methods/class_password-methods-sasl.inc	2012-05-02 11:49:53.000000000 +0200
 +++ b/gosa-core/include/password-methods/class_password-methods-sasl.inc	2013-11-24 14:32:29.354960467 +0100

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



More information about the debian-edu-commits mailing list