]> err.no Git - dpkg/commitdiff
Fix installation-problems
authorWichert Akkerman <wakkerma@debian.org>
Tue, 5 Oct 1999 21:55:25 +0000 (21:55 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Tue, 5 Oct 1999 21:55:25 +0000 (21:55 +0000)
ChangeLog
debian/changelog
debian/rules
doc/Makefile.am
po/Makefile.in.in

index c8bafffc35e4dd719ce0e4924ae180b7cffb8e32..4be74bd31cffcfb73d8352a9788160dcdac6c43a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,10 @@
+Tue Oct  5 19:16:38 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
+
+  * Set docdir to $(datadir)/doc
+  * Install /etc/emacs/site-start.d/50dpkg-dev.el with mode 644
+
 Tue Oct  5 04:08:41 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
 
-  * Change datadir to just $(prefix) in po/Makefile.in.in, otherwise
-    localedir would become /usr/share/share/locale
   * Make /usr/share/doc/dpkg-dev a symlink to /usr/share/doc/dpkg
 
 Mon Oct  4 15:38:42 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
index ce2f1242ecd948ad38f15406def6f6b8572c0cc7..382153b50412e840a3668fcfc1a4bd48d3f1245e 100644 (file)
@@ -4,8 +4,9 @@ dpkg (1.4.1.14) unstable; urgency=low
   * dpkg-source works again on empty diffs, Closes: Bug# 46159
   * Install locale-files in /usr/share, Closes: Bug# 46631
   * Make /usr/share/doc/dpkg-dev a symlink to /usr/share/doc/dpkg
+  * Actually include fix to make update-alternatives works filesystems (oops!)
 
- -- Wichert Akkerman <wakkerma@debian.org>  UNRELEASED
+ -- Wichert Akkerman <wakkerma@debian.org>  Tue,  5 Oct 1999 19:19:05 +0200
 
 dpkg (1.4.1.13) unstable; urgency=low
 
index eedbef785d920cff3d1002f5a3115da50db50c57..ea301855c6d4e3fcf954a69bc638fbb6a7487041 100755 (executable)
@@ -28,10 +28,10 @@ $(BUILD)/config.status:
        install -d debian/build
        cd $(BUILD) && ../../configure \
                --enable-shared \
-               --prefix=/usr/share \
-               --exec-prefix=/usr \
+               --prefix=/usr \
                --datadir=/usr/share \
                --mandir=/usr/share/man \
+               --infodir=/usr/share/info \
                --sysconfdir=/etc \
                --sharedstatedir=/var/lib \
                --localstatedir=/var/lib
@@ -72,18 +72,18 @@ binary-trees: build
        cp debian/{prerm,postinst} $(mcidir)/.
        $(MAKE) -C $(BUILD) top_distdir=. dist 
        $(MAKE) -C $(BUILD) \
-               prefix=$(DIR)/debian/tmp-main/usr/share \
-               exec_prefix=$(DIR)/debian/tmp-main/usr \
+               prefix=$(DIR)/debian/tmp-main/usr \
                sysconfdir=$(DIR)/debian/tmp-main/etc \
                datadir=$(DIR)/debian/tmp-main/usr/share \
                mandir=$(DIR)/debian/tmp-main/usr/share/man \
+               infodir=$(DIR)/debian/tmp-main/usr/share/info \
                sharedstatedir=$(DIR)/debian/tmp-main/var/lib \
                localstatedir=$(DIR)/debian/tmp-main/var/lib \
                install
        install -m 755 debian/dev-postinst debian/tmp-dev/DEBIAN/postinst
        install -m 755 debian/dev-prerm debian/tmp-dev/DEBIAN/prerm
        install -d debian/tmp-dev/etc/emacs/site-start.d
-       install -c debian/50dpkg-dev.el debian/tmp-dev/etc/emacs/site-start.d/.
+       install -m 644 debian/50dpkg-dev.el debian/tmp-dev/etc/emacs/site-start.d/.
        install -d debian/tmp-dev/usr/lib/emacsen-common/packages/{install,remove}
        install -m 755 debian/emacsen-common-remove \
            debian/tmp-dev/usr/lib/emacsen-common/packages/remove/dpkg-dev
index 58d1d0c87638fe23f6d0557e55817697646b5a02..18097f9df6db0e3ba015f42d35c02a80b5567509 100644 (file)
@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS        = 1.1 foreign
 
 ## Directory definitions
 
-docdir                 = $(prefix)/doc
+docdir                 = $(datadir)/doc
 pkgdocdir              = $(docdir)/@PACKAGE@
 
 ## Subdirectories with translations
index 6465d0fe7991b34bb90fea7b705397276b0e957e..111b40fcbb6664771b9f09c3cd91fff9dccffe75 100644 (file)
@@ -18,7 +18,7 @@ VPATH = @srcdir@
 
 prefix = @prefix@
 exec_prefix = @exec_prefix@
-datadir = $(prefix)
+datadir = $(prefix)/@DATADIRNAME@
 localedir = $(datadir)/locale
 gnulocaledir = $(prefix)/share/locale
 gettextsrcdir = $(prefix)/share/gettext/po