The following message is a courtesy copy of an article
that has been posted to gmane.linux.debian.devel.ipv6 as well.

>>>>> "IS" == Ivan Shmakov <oneing...@gmail.com> writes:

[...]

 IS> portmap -- lacks IPv6 support, necessary for NFS over IPv6 to work
 IS> (Bug#515128);

        Well, a trivial change (below) has seemingly made rpcbind
        installable and Bug#544567 be worked-around.  But I still have
        no clue what should be the proper fix?

[...]

diff -u rpcbind-0.2.0/debian/rules rpcbind-0.2.0/debian/rules
--- rpcbind-0.2.0/debian/rules
+++ rpcbind-0.2.0/debian/rules
@@ -51,6 +51,8 @@
 
        # Add here commands to install the package into debian/rpcbind.
        $(MAKE) DESTDIR=$(CURDIR)/debian/rpcbind install
+       mv -- debian/rpcbind/usr/bin/rpcinfo \
+           debian/rpcbind/usr/bin/rpcinfo.rpcbind
 
 
 # Build architecture-independent files here.
@@ -79,6 +81,8 @@
        dh_link
        dh_strip
        dh_compress
+       mv -- debian/rpcbind/usr/share/man/man8/rpcinfo.8.gz \
+           debian/rpcbind/usr/share/man/man8/rpcinfo.rpcbind.8.gz
        dh_fixperms
 #      dh_perl
 #      dh_makeshlibs
diff -u rpcbind-0.2.0/debian/changelog rpcbind-0.2.0/debian/changelog
--- rpcbind-0.2.0/debian/changelog
+++ rpcbind-0.2.0/debian/changelog
@@ -1,3 +1,21 @@
+rpcbind (0.2.0-1.is+0.3) unstable; urgency=low
+
+  * Fixed one more time.
+
+ -- Ivan Shmakov <i...@main.uusia.org>  Sat, 19 Sep 2009 13:45:05 +0700
+
+rpcbind (0.2.0-1.is+0.2) unstable; urgency=low
+
+  * Renamed rpcinfo.8, too.
+
+ -- Ivan Shmakov <i...@main.uusia.org>  Sat, 19 Sep 2009 13:42:30 +0700
+
+rpcbind (0.2.0-1.is+0.1) unstable; urgency=low
+
+  * Renamed rpcinfo to rpcinfo.rpcbind (closes: #544567)
+
+ -- Ivan Shmakov <i...@main.uusia.org>  Sat, 19 Sep 2009 11:13:49 +0700
+
 rpcbind (0.2.0-1) unstable; urgency=low
 
   * Initial release

-- 
FSF associate member #7257



-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to