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

Bug#3533: marked as done (Problems encountered while building "rc" on m68k arch)



Your message dated Wed, 26 Nov 1997 12:48:18 +0000
with message-id <19971126124818.32410@aziraphale.pet.cam.ac.uk>
and subject line Problems building rc for m68k---none relevant to new source format
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 submit) by bugs.debian.org; 6 Jul 1996 04:54:55 +0000
Received: (qmail-queue invoked from smtpd); 6 Jul 1996 04:48:06 -0000
Received: from mill2.millcomm.com (root@199.170.133.2)
  by master.debian.org with SMTP; 6 Jul 1996 04:48:05 -0000
Received: by mill2.millcomm.com (Smail3.1.29.1 #2)
	id m0ucPIJ-000MjpC; Fri, 5 Jul 96 23:48 CDT
Message-Id: <m0ucPIJ-000MjpC@mill2.millcomm.com>
Date: Fri, 5 Jul 96 23:48 CDT
From: llucius@millcomm.com (Yambo)
To: submit@bugs.debian.org
Subject: Problems encountered while building "rc" on m68k arch

Package: rc
Version: 1.4-2

The following problems were encountered while building on m68k arch:

1)  "debian.rules" did not support different architectures.
2)  "debian.rules" created improperly named .deb binaries (new standard).
3)  "debian.control" did not contain architecture field.
4)  "debian.control" contained obsolete "PACKAGE_REVISION" field.

The following patches correct these problems:

--- orig/rc-1.4//debian.control	Sun Mar 17 17:20:23 1996
+++ rc-1.4/debian.control	Thu Jul  4 19:32:16 1996
@@ -1,6 +1,6 @@
 PACKAGE: rc
 DESCRIPTION: An implementation of the AT&T Plan 9 shell.
 MAINTAINER: Ian Murdock <imurdock@debian.org>
-VERSION: =V
-PACKAGE_REVISION: =D
+VERSION: =V-=D
+ARCHITECTURE: =A
 DEPENDS: libc5
--- orig/rc-1.4//debian.rules	Sun Mar 17 10:54:10 1996
+++ rc-1.4/debian.rules	Thu Jul  4 19:33:22 1996
@@ -26,6 +26,8 @@
 v = 1.4
 # The Debian revision of the package (for example, `2').
 d = 2
+# The target architecture.
+a = $(shell dpkg --print-archtiecture)
 
 build:
 # Builds the binary package.
@@ -52,11 +54,10 @@
 	install -d -g root -m 755 -o root debian-tmp/usr/doc/copyright
 	install -g root -m 644 -o root debian.README \
 	  debian-tmp/usr/doc/copyright/$(p)
-	sed -e '4s/=V/$(v)/' -e '5s/=D/$(d)/' debian.control \
+	sed -e '4s/=V-=D/$(v)-$(d)/' -e '5s/=A/$(a)/' debian.control \
 	  > debian-tmp/DEBIAN/control
 	chmod 644 debian-tmp/DEBIAN/control
-	dpkg --build debian-tmp
-	mv debian-tmp.deb ../$(p)-$(v)-$(d).deb
+	dpkg --build debian-tmp && dpkg-name -o -s .. debian-tmp.deb
 
 source:
 # Makes a source package.


--
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: