[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#12742: marked as done (byacc: missing binary-arch target)



Your message dated Mon, 10 Nov 1997 00:46:28 +0100 (GMT+0100)
with message-id <Pine.LNX.3.95.971110004452.5579F-100000@odin.waw.com>
and subject line byacc_1.9-11.5_i386 Uploaded...
has caused the attached bug report 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 I'm
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Ian Jackson
(maintainer, Debian bug tracking system)

Received: (at maintonly) by bugs.debian.org; 10 Sep 1997 14:15:54 +0000
Received: (qmail 5558 invoked from network); 10 Sep 1997 14:15:53 -0000
Received: from last-host-on-earth-using-sendmail.netgod.net (HELO netgod.net) (root@last-host-on-earth-using-sendmail.netgod.net@206.187.92.21)
  by 205.229.104.5 with SMTP; 10 Sep 1997 14:15:53 -0000
Received: from netgod.net (johnie@localhost [127.0.0.1])
	by netgod.net (8.8.7/8.8.7/Debian/GNU) with ESMTP id DAA03763
	for <maintonly@bugs.debian.org>; Wed, 10 Sep 1997 03:25:00 -0400
Message-Id: <199709100725.DAA03763@netgod.net>
To: maintonly@bugs.debian.org
Subject: byacc: missing binary-arch target
Date: Wed, 10 Sep 1997 03:23:44 -0400
From: Johnie Ingram <johnie@netgod.net>


Package: byacc
Version: 1.9-11.4

This package does not appear to be in compliance with the Debian
Packaging Manual (1.4.0.19, sec. 3.2.1) regarding the use of the
binary, binary-indep, and binary-arch targets of debian/rules.

The required binary-arch target does not exist, which makes it
difficult to build for other architectures.

Suggested patch follows.


--- rules.dist	Wed Sep 10 03:16:42 1997
+++ rules	Wed Sep 10 03:17:13 1997
@@ -15,7 +15,11 @@
 	-make clean
 	-rm -rf debian/tmp yacc
 
-binary: build
+binary: binary-indep binary-arch
+
+binary-indep: build
+
+binary-arch: build
 	install -o root -g root -m 0755 -d debian/tmp
 	install -o root -g root -m 0755 -d debian/tmp/DEBIAN
 	install -o root -g root -m 0755 debian/postinst debian/tmp/DEBIAN/postinst


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-qa-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: