./packages/openofficeorg/3.0/experimental r1064: kdebe is now in its own gid
------------------------------------------------------------
revno: 1064
committer: Rene Engelhard <rene@debian.org>
branch nick: debian
timestamp: Wed 2008-04-30 14:56:16 +0200
message:
kdebe is now in its own gid
modified:
changelog
rules
=== modified file 'changelog'
--- a/changelog 2008-04-30 06:32:57 +0000
+++ b/changelog 2008-04-30 12:56:16 +0000
@@ -4,7 +4,7 @@
- Base now doesn't quit anymore on "recently used files" in the wizard
when those got deleted/moved (closes: #452810)
* ooo-build:
- - update (r12388)
+ - update (r12396)
* debian/template.desktop.in: move to ..
* debian/startcenter.desktop.in: .. this and run ooffice now, which
will bring us to the new StartCenter. Reuse writers icon.
@@ -42,7 +42,7 @@
* debian/copyright: LGPL v3
* debian/scripts/vars.*: add PLATFORMID (not kfreebsd-* yet...)
- -- Rene Engelhard <rene@debian.org> Tue, 29 Apr 2008 21:28:55 +0200
+ -- Rene Engelhard <rene@debian.org> Wed, 30 Apr 2008 14:55:18 +0200
openoffice.org (1:2.4.0-5.6pre) unstable; urgency=low
=== modified file 'rules'
--- a/rules 2008-04-30 06:32:57 +0000
+++ b/rules 2008-04-30 12:56:16 +0000
@@ -1885,7 +1885,7 @@
umask 022
# Copy files placed by ooo-build/bin/package-ooo
- for i in base calc core draw impress math writer gnome dev headless; do \
+ for i in base calc core draw impress math writer gnome kde dev headless; do \
rm -rf $(PKGDIR)-$$i $(PKGDIR)-$$i.*.debhelper ;\
cp -r --preserve=mode debian/tmp/pkg/openoffice.org-$$i $(PKGDIR)-$$i || exit 1;\
done
@@ -1910,14 +1910,14 @@
rm -rf $(PKGDIR) $(PKGDIR).*.debhelper
rm -rf $(PKGDIR)-evolution $(PKGDIR)-evolution.*.debhelper
ifeq "$(BUILD_KDE)" "y"
- rm -rf $(PKGDIR)-kde $(PKGDIR)-kde.*.debhelper
+ rm -rf $(PKGDIR)-kde.*.debhelper
endif
dh_installdirs -a
ifeq "$(BUILD_KDE)" "y"
mkdir -p -m755 $(PKGDIR)-kde/$(OODIR)/program
- for f in kdefilepicker fps_kde.uno.so libvclplug_kde*.so libkab*so kdebe*so; do \
+ for f in kdefilepicker fps_kde.uno.so libvclplug_kde*.so libkab*so; do \
mv $(PKGDIR)-core/$(OODIR)/program/$$f $(PKGDIR)-kde/$(OODIR)/program || exit 1 ;\
done
endif
Reply to: