Update of /cvs/debian-openoffice/oo-deb/debian In directory gluck:/tmp/cvs-serv30639
Modified Files: Tag: OPENOFFICE_ORG_1_1_3 rules Log Message: add missing install-arch: deps and missing package directories and *.debhelper removals Index: rules =================================================================== RCS file: /cvs/debian-openoffice/oo-deb/debian/rules,v retrieving revision 1.231.2.12 retrieving revision 1.231.2.13 diff -u -d -r1.231.2.12 -r1.231.2.13 --- rules 17 Oct 2004 11:01:19 -0000 1.231.2.12 +++ rules 20 Oct 2004 00:48:30 -0000 1.231.2.13 @@ -906,6 +906,8 @@ $(STAMP_DIR)/install-arch: debian/openoffice.org$(VER)-gtk-gnome.install $(STAMP_DIR)/install-arch: debian/openoffice.org$(VER)-gnomevfs.install $(STAMP_DIR)/install-arch: debian/openoffice.org$(VER)-kde.install +$(STAMP_DIR)/install-arch: debian/openoffice.org$(VER)-dev.install +$(STAMP_DIR)/install-arch: debian/openoffice.org$(VER)-evolution2.install $(STAMP_DIR)/install-arch: $(STAMP_DIR)/manifest $(STAMP_DIR)/install-arch: $(STAMP_DIR)/extract-sdk dh_testdir @@ -914,13 +916,16 @@ # Remove package directories rm -rf $(MAINPKGDIR)-bin $(MAINPKGDIR)-gtk-gnome $(MAINPKGDIR)-kde \ - $(MAINPKGDIR)-gnomevfs $(MAINPKGDIR)-java $(MAINPKGDIR)-dev + $(MAINPKGDIR)-gnomevfs $(MAINPKGDIR)-java $(MAINPKGDIR)-dev \ + $(MAINPKGDIR)-evolution2 rm -f $(MAINPKGDIR)-bin.*.debhelper \ $(MAINPKGDIR)-dev.*.debhelper \ $(MAINPKGDIR)-gnomevfs.*.debhelper \ $(MAINPKGDIR)-gtk-gnome.*.debhelper \ $(MAINPKGDIR)-kde.*.debhelper \ - $(MAINPKGDIR)-java.*.debhelper + $(MAINPKGDIR)-java.*.debhelper \ + $(MAINPKGDIR)-dev.*.debhelper \ + $(MAINPKGDIR)-evolution2.*.debhelper dh_installdirs -a sed -e s,@OS@,`dpkg-architecture -qDEB_HOST_GNU_SYSTEM`, \