Your message dated Sun, 20 Sep 2015 17:47:12 +0000
with message-id <[email protected]>
and subject line Bug#799567: Removed package(s) from unstable
has caused the Debian Bug report #627766,
regarding pennmush: duplicated work in binary-indep and binary-arch targets
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.)
--
627766: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627766
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pennmush
Version: 1.8.2p8-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch oneiric
The debhelper commands in pennmush's binary-indep and binary-arch
targets operate on all packages, rather than being restricted to the
architecture-independent and architecture-dependent packages
respectively. Normally this is a technical policy violation but doesn't
cause much of a practical problem. I noticed it because it caused a
build failure on Ubuntu in conjunction with some of the mangling that
Ubuntu build daemons do on binary packages; but it seems that it should
be fixed regardless. Patch follows.
* Set DH_OPTIONS in binary-indep and binary-arch to avoid duplicated work.
diff -u pennmush-1.8.2p8/debian/rules pennmush-1.8.2p8/debian/rules
--- pennmush-1.8.2p8/debian/rules
+++ pennmush-1.8.2p8/debian/rules
@@ -118,6 +118,7 @@
dh_clean
+install: DH_OPTIONS=
install: build
dh_testdir
dh_testroot
@@ -142,6 +143,7 @@
touch install-stamp
# Build architecture independant packages.
+binary-indep: DH_OPTIONS=-i
binary-indep: install
dh_testdir
@@ -160,6 +162,7 @@
dh_builddeb
# Build architecture dependant packages.
+binary-arch: DH_OPTIONS=-s
binary-arch: install
dh_testdir
Thanks,
--
Colin Watson [[email protected]]
--- End Message ---
--- Begin Message ---
Version: 1.8.2p8-1.1+rm
Dear submitter,
as the package pennmush has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/799567
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---