Your message dated Fri, 13 Oct 2006 17:17:08 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#380159: fixed in module-assistant 0.10.7 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 am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: module-assistant Version: 0.10.6 Hi, > > #!/bin/sh > > set -e > > > > SYSTEMMAP=/boot/System.map-_KVERS_ > > > > if [ -f $SYSTEMMAP ] ; then > > depmod -ae -F $SYSTEMMAP _KVERS_ > > elif [ "`uname -r`" = "_KVERS_" ] ; then > > depmod -a & > > fi > > As of debhelper 5.0.37, dh_installmodules uses the System.map for the > target kernel as per template, iirc. No maintainer provided script > templates are required for this purpose if dh_installmodules is used. Something like this? diff -ur module-assistant-0.10.6/templates/debian/control module-assistant-0.10.7/templates/debian/control --- module-assistant-0.10.6/templates/debian/control 2005-04-10 08:14:26.000000000 +0900 +++ module-assistant-0.10.7/templates/debian/control 2006-07-28 07:45:08.000000000 +0900 @@ -2,7 +2,7 @@ Section: misc Priority: optional Maintainer: Eduard Bloch <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 4.0.0), bzip2 +Build-Depends: debhelper (>= 5.0.37), bzip2 Standards-Version: 3.6.1 Package: someproject-utils diff -ur module-assistant-0.10.6/templates/debian/postinst.modules.in module-assistant-0.10.7/templates/debian/postinst.modules.in --- module-assistant-0.10.6/templates/debian/postinst.modules.in 2005-04-10 08:22:15.000000000 +0900 +++ module-assistant-0.10.7/templates/debian/postinst.modules.in 2006-07-28 07:40:58.000000000 +0900 @@ -1,11 +0,0 @@ -#!/bin/sh - -set -e - -if [ "`uname -r`" = "_KVERS_" ]; then - /sbin/depmod -a -fi - -#DEBHELPER# - -exit 0 diff -ur module-assistant-0.10.6/templates/debian/rules module-assistant-0.10.7/templates/debian/rules --- module-assistant-0.10.6/templates/debian/rules 2005-04-10 08:14:26.000000000 +0900 +++ module-assistant-0.10.7/templates/debian/rules 2006-07-28 07:40:33.000000000 +0900 @@ -99,6 +99,7 @@ dh_installchangelogs dh_compress dh_fixperms + dh_installmodules dh_installdeb dh_gencontrol -- -v$(VERSION) dh_md5sums regards, junichi -- [EMAIL PROTECTED],netfort.gr.jp} Debian Project
--- End Message ---
--- Begin Message ---Source: module-assistant Source-Version: 0.10.7 We believe that the bug you reported is fixed in the latest version of module-assistant, which is due to be installed in the Debian FTP archive: module-assistant_0.10.7.dsc to pool/main/m/module-assistant/module-assistant_0.10.7.dsc module-assistant_0.10.7.tar.gz to pool/main/m/module-assistant/module-assistant_0.10.7.tar.gz module-assistant_0.10.7_all.deb to pool/main/m/module-assistant/module-assistant_0.10.7_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Eduard Bloch <[EMAIL PROTECTED]> (supplier of updated module-assistant package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 14 Oct 2006 00:24:59 +0200 Source: module-assistant Binary: module-assistant Architecture: source all Version: 0.10.7 Distribution: unstable Urgency: medium Maintainer: Eduard Bloch <[EMAIL PROTECTED]> Changed-By: Eduard Bloch <[EMAIL PROTECTED]> Description: module-assistant - tool to make module package creation easier Closes: 348815 380159 380159 381478 381691 382610 385491 386037 387375 388272 389580 389812 389943 392761 Changes: module-assistant (0.10.7) unstable; urgency=medium . * changed templates to use dh_installmodules (closes: #380159) * call initksrc along with prep in a-i processing, makes m-a aware of installed kernel headers (closes: #389580) * fixed an evil mistake when processing additional kernel versions, patch by Matthias Urlichs (closes: #381478) * made the gcc check critical to stop people from shooting themselfes in the foot, can still be overriden by the user. Also added more gcc wrapping directories (closes: #387375, #348815, #386037) * manpage fixes by Simon Paillard (closes: #389812) * fr.po fixes by Simon Paillard (closes: #381691) * sv.po by Daniel Nylander (closes: #388272) * cs.po by Miroslav Kure (closes: #389943) * dropped depmod cludge from example in templates (closes: #380159) * prepare install build-essential, documented in the manpage (closes: #382610) * new option, -O, never unpacking module source (closes: #392761) * documented -q, -o, -O, -S (closes: #385491) Files: cde403e378c08bc33d28e5e96662daa1 533 misc optional module-assistant_0.10.7.dsc af8495c72fd4acfa9dc4a5783e5010a0 91365 misc optional module-assistant_0.10.7.tar.gz 421f9919756bfc54863ce857be3126d6 77166 misc optional module-assistant_0.10.7_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFFMCqh4QZIHu3wCMURAsbhAJ982xcmDTR6JVSJkM0IZfl6Dke3CgCcCbTz U4P/IqSWZ1McVZKs1XIel20= =hxqY -----END PGP SIGNATURE-----
--- End Message ---

