From 6f8b1a437c87303920fd3af662db42bd11b3f740 Mon Sep 17 00:00:00 2001 From: cajus Date: Mon, 5 May 2008 06:57:07 +0000 Subject: [PATCH] Updated debian infrastructure git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@10755 594d385d-05f5-0310-b6e9-bd551577e9d8 --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4e734b1a5..1c2f0e74a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ gosa (2.5.16-1) unstable; urgency=low * Included spanish debconf translation (Closes #472271) * Fixed problem with broken characters in the password fields (Closes #470303) * Added apache configuration advisory to the README.debian + * Removed additional bashisms from the rules file (Closes #478388) -- Cajus Pollmeier Fri, 04 Apr 2008 09:03:52 +0200 diff --git a/debian/rules b/debian/rules index d9812f67a..0d320a8da 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,7 @@ install-stamp: for i in `ls | grep -v debian`; do \ cp -R $$i debian/gosa/usr/share/gosa ; \ done - -find debian/gosa -type d -name ".svn" -exec rm -rf {} \; &> /dev/null || /bin/true + -find debian/gosa -type d -name ".svn" -exec rm -rf {} \; >/dev/null 2>&1 -cp -R debian/gosa/usr/share/gosa/contrib/* debian/gosa/usr/share/doc/gosa/contrib/ -cp debian/gosa/usr/share/gosa/contrib/openldap/go*.schema debian/gosa-schema/etc/ldap/schema -cp -R INSTALL debian/gosa/usr/share/doc/gosa/README.INSTALL -- 2.30.2