Your message dated Sun, 19 Feb 2006 10:58:39 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#350220: fixed in beep 1.2.2-17 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: beep Severity: wishlist Version: 1.2.2-16 Tags: patch Please add a udeb to beep. I'd like to use this package in debian-installer to indicate on machines w/o a serial console or virtual terminal when they can log into the box via SSH to start the installation. In particular, I need this for the Linksys NSLU2, together with the patch in #350214. diff -urN beep-1.2.2.old/debian/control beep-1.2.2/debian/control --- beep-1.2.2.old/debian/control 2006-01-28 00:07:30.000000000 +0000 +++ beep-1.2.2/debian/control 2006-01-28 00:52:24.000000000 +0000 @@ -15,3 +15,15 @@ controlled completely through command line options. It's not supposed to be complex, and it isn't - but it makes system monitoring (or whatever else it gets hacked into) much more informative. + +Package: beep-udeb +Architecture: any +Depends: ${shlibs:Depends} +Section: debian-installer +Description: advanced speaker beeper + beep does what you'd expect: it beeps. However, it offers various + additional features, such as the ability to control pitch, duration, + and repetitions. + . + beep-udeb is a minimal package used by debian-installer. + diff -urN beep-1.2.2.old/debian/rules beep-1.2.2/debian/rules --- beep-1.2.2.old/debian/rules 2006-01-28 00:07:30.000000000 +0000 +++ beep-1.2.2/debian/rules 2006-01-28 00:53:42.000000000 +0000 @@ -3,6 +3,10 @@ PACKAGE = beep TMP = $(CURDIR)/debian/$(PACKAGE) +TMP_UDEB = $(CURDIR)/debian/$(PACKAGE)-udeb + +VERSION = $(shell dpkg-parsechangelog | grep "^Version:" | cut -d" " -f 2) +ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH) FLAGS = -g -Wall INSTALL = install @@ -25,7 +29,7 @@ clean: $(checkdir) $(checkroot) - -rm -rf $(TMP) debian/substvars debian/files build-stamp + -rm -rf $(TMP) $(TMP_UDEB) debian/substvars debian/files build-stamp -$(MAKE) clean @@ -39,7 +43,7 @@ install: build $(checkdir) $(checkroot) - -rm -rf $(TMP) debian/substvars + -rm -rf $(TMP) $(TMP_UDEB) debian/substvars $(INSTALL_DIR) $(TMP) cd $(TMP) && $(INSTALL_DIR) usr/bin usr/share/man/man1 \ usr/share/doc/$(PACKAGE) @@ -56,6 +60,8 @@ $(INSTALL_FILE) CREDITS README $(TMP)/usr/share/doc/$(PACKAGE) $(INSTALL_FILE) CHANGELOG $(TMP)/usr/share/doc/$(PACKAGE)/changelog cd $(TMP)/usr/share/doc/$(PACKAGE) && gzip -9 changelog README + $(INSTALL_DIR) $(TMP_UDEB)/usr/bin + $(INSTALL_PROGRAM) beep $(TMP_UDEB)/usr/bin # Build architecture-independent files here. @@ -81,6 +87,12 @@ cd $(TMP) && find * -type f ! -regex '^DEBIAN/.*' -print0 | \ xargs -r0 md5sum > DEBIAN/md5sums dpkg --build $(TMP) .. + $(INSTALL_DIR) $(TMP_UDEB)/DEBIAN + dpkg-shlibdeps -Tdebian/substvars -dDepends $(TMP_UDEB)/usr/bin/beep + dpkg-gencontrol -ldebian/changelog -isp -Tdebian/substvars -p$(PACKAGE)-udeb \ + -P$(TMP_UDEB) -fdebian/files~ + dpkg-distaddfile $(PACKAGE)-udeb_$(VERSION)_$(ARCH).udeb debian-installer optional + dpkg --build $(TMP_UDEB) ../$(PACKAGE)-udeb_$(VERSION)_$(ARCH).udeb binary: binary-arch -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12-1-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) -- Martin Michlmayr http://www.cyrius.com/
--- End Message ---
--- Begin Message ---Source: beep Source-Version: 1.2.2-17 We believe that the bug you reported is fixed in the latest version of beep, which is due to be installed in the Debian FTP archive: beep-udeb_1.2.2-17_i386.udeb to pool/main/b/beep/beep-udeb_1.2.2-17_i386.udeb beep_1.2.2-17.diff.gz to pool/main/b/beep/beep_1.2.2-17.diff.gz beep_1.2.2-17.dsc to pool/main/b/beep/beep_1.2.2-17.dsc beep_1.2.2-17_i386.deb to pool/main/b/beep/beep_1.2.2-17_i386.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. Gerfried Fuchs <[EMAIL PROTECTED]> (supplier of updated beep 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: Tue, 14 Feb 2006 01:27:06 +0100 Source: beep Binary: beep beep-udeb Architecture: source i386 Version: 1.2.2-17 Distribution: unstable Urgency: low Maintainer: Gerfried Fuchs <[EMAIL PROTECTED]> Changed-By: Gerfried Fuchs <[EMAIL PROTECTED]> Description: beep - advanced pc-speaker beeper beep-udeb - advanced pc-speaker beeper (udeb) Closes: 335027 343851 344676 350214 350220 Changes: beep (1.2.2-17) unstable; urgency=low . * Added additional debconf translations: - Portuguese by Miguel Figueiredo (closes: #344676) * Updated debconf translation: - Vietnamese by Clytie Siddall (closes: #343851) * Fixed breakage raised with --verbose patch (closes: #335027) * Added udev generation (closes: #350220) * Applied patch from Alessandro Zummo for evdev and general device node support (closes: #350214) Files: 8cc116d7d13724675b26e1d4293fa682 559 sound optional beep_1.2.2-17.dsc acd6753c7248a3ad9546a20a4b844a63 15838 sound optional beep_1.2.2-17.diff.gz 7c618d9a1ad19c8fcc5d5198322c6e40 21456 sound optional beep_1.2.2-17_i386.deb 1bb6f3985e584b815d14c50738541239 4630 debian-installer optional beep-udeb_1.2.2-17_i386.udeb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD8YXHELuA/Ba9d8YRAiqnAKD22RCX7HiM7SNnsc/cEUKTBXlI8QCeLpjp Nin2TRY6aeKCkx7IqgJ0Qd4= =WpgT -----END PGP SIGNATURE-----
--- End Message ---

