From: ian Date: Sun, 18 Mar 2001 13:47:07 +0000 (+0000) Subject: NMU 1.1.5.1: various Debian fixes. X-Git-Tag: debian_version_1_2_0~20 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=authbind.git;a=commitdiff_plain;h=abe9b1b32fa7a417d1411d0672ef073eb0adbe10 NMU 1.1.5.1: various Debian fixes. --- diff --git a/Makefile b/Makefile index 18a0926..c462298 100644 --- 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)/. diff --git a/debian/changelog b/debian/changelog index 457d95a..1ae420d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 3 Jan 1999 21:23:50 +0000 + authbind (1.1.5) unstable; urgency=low * Fix coredump bug ! diff --git a/debian/rules b/debian/rules index a951d23..02065a7 100755 --- a/debian/rules +++ b/debian/rules @@ -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