I'm not, because ubuntu changed the smarty paths, not debian. This is
just an ubuntu problem - and that for years.
Cheers,
Cajus
Am 24.06.2008 um 12:37 schrieb Devid Filoni:
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