chiark / gitweb /
NMU 1.1.5.1: various Debian fixes.
authorian <ian>
Sun, 18 Mar 2001 13:47:07 +0000 (13:47 +0000)
committerian <ian>
Sun, 18 Mar 2001 13:47:07 +0000 (13:47 +0000)
Makefile
debian/changelog
debian/rules

index 18a092696ae06b9d8351debabcfa9963da3766b7..c4622982435e7458aa2017d294239192e62c28b6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ all:                  $(TARGETS)
 install:               $(TARGETS)
                install -o root -g root -m 755 -d $(lib_dir) $(man1_dir) $(man8_dir)
                install -o root -g root -m 755 -s authbind $(bin_dir)/.
-               install -o root -g root -m 755 $(LIBTARGET) $(lib_dir)/.
+               install -o root -g root -m 644 $(LIBTARGET) $(lib_dir)/.
                strip --strip-unneeded $(lib_dir)/$(LIBTARGET)
                ln -sf $(LIBTARGET) $(lib_dir)/$(LIBCANON)
                install -o root -g root -m 4755 -s helper $(lib_dir)/.
index 457d95a1acaa5355ab9d99fa251610c62e3b6b64..1ae420d303dace5e6dd5500688f15aeb17248716 100644 (file)
@@ -1,3 +1,13 @@
+authbind (1.1.5.1) frozen unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules (clean): use tab not spaces, so `debian/rules clean'
+    actually works. [#27360]
+  * debian/rules (binary-arch): don't compress the copyright file.
+  * Makefile: install the shared library non-executable.
+ -- James Troup <james@nocrew.org>  Sun,  3 Jan 1999 21:23:50 +0000
+
 authbind (1.1.5) unstable; urgency=low
 
   * Fix coredump bug !
index a951d23f607b3ee51b4edc3c9c2ba91ab919008e..02065a7d57c27770b1f6a6c8483f3df4ac8438ce 100755 (executable)
@@ -37,7 +37,7 @@ clean:
        rm -f debian/*~ debian/#*# debian/core debian/*.bak
 
 binary-indep:   checkroot build
-        $(checkdir)
+       $(checkdir)
 # There are no architecture-independent files to be uploaded
 # generated by this package.  If there were any they would be
 # made here.
@@ -51,9 +51,9 @@ binary-arch:  checkroot build
                debian/tmp/usr/{bin,lib/$(package),man}
        $(MAKE) prefix=debian/tmp/usr etc_dir=debian/tmp/etc/authbind \
                man_dir=debian/tmp/usr/man  install install_man
-       install -g root -o root -m 644 debian/copyright $(udp)/.
        install -g root -o root -m 644 debian/changelog $(udp)/changelog.Debian
        gzip -9 debian/tmp/usr/man/man*/* $(udp)/*
+       install -g root -o root -m 644 debian/copyright $(udp)/.
        install -g root -o root -m 755 debian/postrm debian/tmp/DEBIAN
 ifneq ($(arch),alpha)
        install -g root -o root -m 644 debian/shlibs debian/tmp/DEBIAN