summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 88cf67c)
raw | patch | inline | side by side (parent: 88cf67c)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 17 May 2005 12:40:03 +0000 (12:40 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 17 May 2005 12:40:03 +0000 (12:40 +0000) |
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 76a07121e9fc5573f92ef16d299826e35ef6e0b4..86ed45fd037f680d74505192ec4e090589b5e426 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
-gosa (2.3.1-1) unstable; urgency=low
+gosa (2.4beta1-1) unstable; urgency=low
* New upstream release
diff --git a/debian/rules b/debian/rules
index 2c7a9375adc634201d6e50495daad08ff1d3962e..3daa1f76b19db86877e67673dcfb39d8aa41e7c5 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
-rm debian/gosa/usr/share/gosa/bin/gosa
-mkdir -p debian/gosa/usr/lib/gosa
-mv bin/* debian/gosa/usr/lib/gosa
+ -chmod +x debian/gosa/user/lib/gosa/*
-rm -rf debian/gosa/usr/share/gosa/gen_locale.sh
-rm -rf debian/gosa/usr/share/gosa/update.sh
-find debian/gosa -type f -exec chmod -x {} \;
+ -sed 's/"CONFIG_TEMPLATE_DIR", "../contrib/"/"CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa/contrib/"/g' debian/gosa/usr/share/gosa/include/functions.inc > debian/ gosa/usr/share/gosa/include/functions.inc.new
+ -mv debian/gosa/usr/share/gosa/include/functions.inc.new gosa/usr/share/gosa/include/functions.inc
touch install-stamp