Your message dated Sun, 03 Nov 2013 15:19:06 +0000
with message-id <[email protected]>
and subject line Bug#726484: fixed in hostname 3.15
has caused the Debian Bug report #726484,
regarding Make it possible to install binaries and man pages into custom
directories
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
726484: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726484
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: hostname
Version: 3.14
Hi,
it'd be nice if it was possible to override where binaries and man pages
are installed.
We need this because on Fedora we install binaries into /usr/bin instead
of /bin.
See attached patch.
Thanks.
--
Jiri
>From 64d23bef20fa75545ff1fbe5f9d033d707c39254 Mon Sep 17 00:00:00 2001
From: Jiri Popelka <[email protected]>
Date: Wed, 16 Oct 2013 09:58:15 +0200
Subject: [PATCH] Make it possible to install binaries and man pages into
custom directories.
---
Makefile | 31 +++++++++++++++++--------------
1 file changed, 17 insertions(+), 14 deletions(-)
diff --git a/Makefile b/Makefile
index aa2ed55..466e808 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,9 @@ CFLAGS+=-O2 -Wall
# uncomment the following line if you want to install to a different base dir.
#BASEDIR=/mnt/test
+BINDIR:=/bin
+MANDIR:=/usr/share/man
+
OBJS=hostname.o
hostname: $(OBJS)
@@ -13,20 +16,20 @@ hostname: $(OBJS)
ln -fs hostname nisdomainname
install: hostname
- install -d ${BASEDIR}/usr/share/man/man1
- install -o root -g root -m 0644 hostname.1 ${BASEDIR}/usr/share/man/man1
- ln -fs hostname.1 ${BASEDIR}/usr/share/man/man1/dnsdomainname.1
- ln -fs hostname.1 ${BASEDIR}/usr/share/man/man1/domainname.1
- ln -fs hostname.1 ${BASEDIR}/usr/share/man/man1/ypdomainname.1
- ln -fs hostname.1 ${BASEDIR}/usr/share/man/man1/nisdomainname.1
- #install -o root -g root -m 0644 hostname.1.fr ${BASEDIR}/usr/share/man/fr/man1/hostname.1
-
- install -d ${BASEDIR}/bin
- install -o root -g root -m 0755 hostname ${BASEDIR}/bin
- ln -fs hostname ${BASEDIR}/bin/dnsdomainname
- ln -fs hostname ${BASEDIR}/bin/domainname
- ln -fs hostname ${BASEDIR}/bin/nisdomainname
- ln -fs hostname ${BASEDIR}/bin/ypdomainname
+ install -d ${BASEDIR}$(MANDIR)/man1
+ install -o root -g root -m 0644 hostname.1 ${BASEDIR}$(MANDIR)/man1
+ ln -fs hostname.1 ${BASEDIR}$(MANDIR)/man1/dnsdomainname.1
+ ln -fs hostname.1 ${BASEDIR}$(MANDIR)/man1/domainname.1
+ ln -fs hostname.1 ${BASEDIR}$(MANDIR)/man1/ypdomainname.1
+ ln -fs hostname.1 ${BASEDIR}$(MANDIR)/man1/nisdomainname.1
+ #install -o root -g root -m 0644 hostname.1.fr ${BASEDIR}$(MANDIR)/fr/man1/hostname.1
+
+ install -d ${BASEDIR}$(BINDIR)
+ install -o root -g root -m 0755 hostname ${BASEDIR}$(BINDIR)
+ ln -fs hostname ${BASEDIR}$(BINDIR)/dnsdomainname
+ ln -fs hostname ${BASEDIR}$(BINDIR)/domainname
+ ln -fs hostname ${BASEDIR}$(BINDIR)/nisdomainname
+ ln -fs hostname ${BASEDIR}$(BINDIR)/ypdomainname
clean:
-rm -f $(OBJS) hostname dnsdomainname domainname nisdomainname ypdomainname
--
1.8.3.1
--- End Message ---
--- Begin Message ---
Source: hostname
Source-Version: 3.15
We believe that the bug you reported is fixed in the latest version of
hostname, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Meskes <[email protected]> (supplier of updated hostname package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 03 Nov 2013 15:27:04 +0100
Source: hostname
Binary: hostname
Architecture: source amd64
Version: 3.15
Distribution: unstable
Urgency: low
Maintainer: Debian Hostname Team <[email protected]>
Changed-By: Michael Meskes <[email protected]>
Description:
hostname - utility to set/show the host name or domain name
Closes: 718393 726484
Changes:
hostname (3.15) unstable; urgency=low
.
* Applied patch to make it possible to install binaries and man pages into
custom directories.
Thanks to Jiri Popelka <[email protected]> (Closes: #726484)
* Tried to clarify manpage. (Closes: #718393)
* Removed hostname.1.fr with was outdated and not kept in sync.
Checksums-Sha1:
a1b898188e9cd2f6f7adaa35f4327543cfcef725 804 hostname_3.15.dsc
4afffe4046ac516913acbea91e19131f9c238ade 13039 hostname_3.15.tar.gz
d06a4bc812c9ab4afb78669911be957f0d166b06 13914 hostname_3.15_amd64.deb
Checksums-Sha256:
e787dec3ac9ee20ff564d6d7afde242103e71830907ee8fa63367162b04e9844 804
hostname_3.15.dsc
b6d10114ed14306b21745d2cac1b9adf7a2546f16b9fd719bec14bd7cec61d20 13039
hostname_3.15.tar.gz
4a340044308432b3e89ca3c4c2df307e0baefed60b501fbcdb04db7643ff95f0 13914
hostname_3.15_amd64.deb
Files:
9f98c059c7b1223d3cce137f90ba9960 804 admin required hostname_3.15.dsc
f93c87de2517850de5f47234e3bcb563 13039 admin required hostname_3.15.tar.gz
65f8726a0fc90c2c01df6cd523d292f1 13914 admin required hostname_3.15_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iD8DBQFSdmCWVkEm8inxm9ERAvjkAJwLhW+6/pt221lu8udSrlMl6V0GVgCggMtK
T6uu9555SAbw9JNsX5dDHSY=
=c1c2
-----END PGP SIGNATURE-----
--- End Message ---