Your message dated Wed, 17 Apr 2024 11:55:00 +0000
with message-id <[email protected]>
and subject line Bug#1064931: Removed package(s) from unstable
has caused the Debian Bug report #347473,
regarding makedev: please add em8300 devices
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.)
--
347473: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=347473
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: makedev
Version: 2.3.1-79
Severity: wishlist
Tags: patch
Hi,
For quite some time, I've been generating /dev/em8300* devices in
em8300's postinst script, in violation with the policy. Can you please
apply the attached patch, so I can rely on MAKEDEV for the creation of
these device files?
Thanks in advance,
Nicolas
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (900, 'testing'), (800, 'unstable'), (500, 'stable')
Architecture: powerpc (ppc)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.5-irma
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages makedev depends on:
ii base-passwd 3.5.11 Debian base system master password
makedev recommends no packages.
-- no debconf information
diff -u makedev-2.3.1/MAKEDEV makedev-2.3.1/MAKEDEV
--- makedev-2.3.1/MAKEDEV
+++ makedev-2.3.1/MAKEDEV
@@ -31,6 +31,7 @@
coda=" root root 0600"
ipsec=" root root 0200"
readable=" root root 0444"
+ em8300=" root video 0660"
MAXVT=63
@@ -2074,6 +2075,16 @@
makedev pf$i b 47 $i $floppy
done
;;
+ em8300)
+ major=121
+ for i in 0 1 2 3
+ do
+ makedev em8300-$i c $major $(( 4 * $i )) $em8300
+ makedev em8300_mv-$i c $major $(( 4 * $i + 1 )) $em8300
+ makedev em8300_ma-$i c $major $(( 4 * $i + 2 )) $em8300
+ makedev em8300_sp-$i c $major $(( 4 * $i + 3 )) $em8300
+ done
+ ;;
update)
devices=
if [ ! -f $procfs/devices ]
--- End Message ---
--- Begin Message ---
Version: 2.3.1-97.1+rm
Dear submitter,
as the package makedev 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/1064931
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
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 ---