Package: gosa
Version: 2.5.16.1-2
Severity: minor
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu hardy ubuntu-patch

Fix fatal error on call function get_template_patch() in 
/usr/share/gosa/include

*** /tmp/tmpAKcJvG
In Ubuntu, we've applied the attached patch to achieve the following:

  * Merge from Debian unstable (LP: #242359). Remaining Ubuntu changes:
    - debian/control: modify Maintainer to Ubuntu Motu Developers
    - debian/rules: fix fatal error on call function get_template_patch() in
      /usr/share/gosa/include
  * Bump Standards-Version to 3.8.0.1.

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-updates
  APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 
'hardy-proposed'), (500, 'hardy-backports'), (500, 'hardy')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-19-generic (SMP w/1 CPU core)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -Nru gosa-2.5.16.1/debian/changelog gosa-2.5.16.1/debian/changelog
diff -Nru gosa-2.5.16.1/debian/control gosa-2.5.16.1/debian/control
--- gosa-2.5.16.1/debian/control        2008-06-15 18:08:16.000000000 +0200
+++ gosa-2.5.16.1/debian/control        2008-06-23 16:30:36.000000000 +0200
@@ -1,9 +1,10 @@
 Source: gosa
 Section: web
 Priority: optional
 Maintainer: Cajus Pollmeier <[EMAIL PROTECTED]>
 Build-Depends: debhelper(>= 4.2.32), dpatch
-Standards-Version: 3.7.2.2
+Standards-Version: 3.8.0.1
 
 Package: gosa
 Architecture: all
diff -Nru gosa-2.5.16.1/debian/rules gosa-2.5.16.1/debian/rules
--- gosa-2.5.16.1/debian/rules  2008-06-15 18:08:33.000000000 +0200
+++ gosa-2.5.16.1/debian/rules  2008-06-23 16:29:16.000000000 +0200
@@ -98,7 +98,7 @@
        mv debian/gosa/usr/share/gosa/include/functions.inc.new 
debian/gosa/usr/share/gosa/include/functions.inc;
        -if [ -z "${SARGE_PACKAGE}" ]; then \
                rm -rf debian/gosa/usr/share/gosa/include/smarty; \
-               sed 
's%require("smarty/Smarty.class.php");%require("/usr/share/php/smarty/libs/Smarty.class.php");%g'
 debian/gosa/usr/share/gosa/include/php_setup.inc > 
debian/gosa/usr/share/gosa/include/php_setup.inc.new; \
+               sed 
's%require("smarty/Smarty.class.php");%require("/usr/share/php/smarty/Smarty.class.php");%g'
 debian/gosa/usr/share/gosa/include/php_setup.inc > 
debian/gosa/usr/share/gosa/include/php_setup.inc.new; \
                mv debian/gosa/usr/share/gosa/include/php_setup.inc.new 
debian/gosa/usr/share/gosa/include/php_setup.inc; \
        fi
        install -D -m 644 debian/overrides-lintian 
debian/gosa/usr/share/lintian/overrides/gosa

Reply via email to