Update of /cvs/debian-openoffice/oo-deb/debian In directory gluck:/tmp/cvs-serv4910
Modified Files: changelog rules Log Message: fix typo in the disable-kde-for-ubuntu section, thanks martink Index: changelog =================================================================== RCS file: /cvs/debian-openoffice/oo-deb/debian/changelog,v retrieving revision 1.400 retrieving revision 1.401 diff -u -d -r1.400 -r1.401 --- changelog 6 Dec 2004 06:02:02 -0000 1.400 +++ changelog 6 Dec 2004 15:12:25 -0000 1.401 @@ -9,8 +9,10 @@ * debian/control.in: - suggest oooqs-kde / oooqstart-gnome at -kde / -gtk-gnome [RE] - mention -kde and -gtk-gnome in openoffice.orgs description [RE] + * debian/rules: + - fix typo in the disable-kde-for-ubuntu section, thanks martink [RE] - -- Rene Engelhard <[EMAIL PROTECTED]> Mon, 6 Dec 2004 07:00:41 +0100 + -- Rene Engelhard <[EMAIL PROTECTED]> Mon, 6 Dec 2004 16:11:04 +0100 openoffice.org (1.1.3-3) unstable; urgency=low Index: rules =================================================================== RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v retrieving revision 1.246 retrieving revision 1.247 diff -u -d -r1.246 -r1.247 --- rules 1 Dec 2004 22:36:01 -0000 1.246 +++ rules 6 Dec 2004 15:12:25 -0000 1.247 @@ -82,7 +82,7 @@ ifeq "$(BUILD_KDE)" "y" CONFIGURE_FLAGS += --enable-kde else - DEBHELPER_OPTIONS=+= -Nopenoffice.org-kde + DEBHELPER_OPTIONS += -Nopenoffice.org-kde IGNORE_MANIFEST_CHANGES=1 export IGNORE_MANIFEST_CHANGES endif