Your message dated Tue, 19 Feb 2002 15:20:25 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#126951: fixed in shhopt 1.1.6-2 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) -------------------------------------- Received: (at maintonly) by bugs.debian.org; 30 Dec 2001 03:02:10 +0000 >From [EMAIL PROTECTED] Sat Dec 29 21:02:10 2001 Return-path: <[EMAIL PROTECTED]> Received: from cepheus.azstarnet.com [169.197.56.195] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 16KWEj-00009H-00; Sat, 29 Dec 2001 21:02:10 -0600 Received: from Obsession.azstarnet.com ([EMAIL PROTECTED] [169.197.10.48]) by cepheus.azstarnet.com (8.9.3/8.9.3) with SMTP id UAA22027; Sat, 29 Dec 2001 20:02:07 -0700 (MST) Message-Id: <[EMAIL PROTECTED]> X-Sent-via: StarNet http://www.azstarnet.com/ Received: by Obsession.azstarnet.com (sSMTP sendmail emulation); Sat, 29 Dec 2001 20:02:44 -0700 From: Chris Tillman <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: shhopt: Patch for lintian reported errors X-Reportbug-Version: 1.41.1421 X-Mailer: reportbug 1.41.1421 Date: Sat, 29 Dec 2001 20:02:44 -0700 Reply-To: Chris Tillman <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] Package: shhopt Version: N/A; reported 2001-12-29 Severity: minor Tags: patch --- debian/changelog.orig Sat Dec 29 19:41:05 2001 +++ debian/changelog Sat Dec 29 19:41:05 2001 @@ -59,5 +59,4 @@ Local variables: mode: debian-changelog -add-log-mailing-address: "[EMAIL PROTECTED]" End: Common subdirectories: debian.orig/debian and debian/debian diff -uN debian.orig/postinst debian/postinst --- debian.orig/postinst Wed Dec 31 17:00:00 1969 +++ debian/postinst Sat Dec 29 19:44:03 2001 @@ -0,0 +1,7 @@ +#!/bin/sh + + if [ "$1" = "configure" ]; then + if [ -d /usr/doc -a ! -e /usr/doc/shhopt -a -d /usr/share/doc/shhopt ]; then + ln -sf ../share/doc/shhopt /usr/doc/shhopt + fi + fi diff -uN debian.orig/prerm debian/prerm --- debian.orig/prerm Wed Dec 31 17:00:00 1969 +++ debian/prerm Sat Dec 29 19:44:03 2001 @@ -0,0 +1,5 @@ +#!/bin/sh) + + if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/shhopt ]; then + rm -f /usr/doc/shhopt + fi -- System Information Debian Release: 3.0 Architecture: powerpc Kernel: Linux Obsession 2.2.19 #1 Sat Apr 14 23:20:24 CDT 2001 ppc Locale: LANG=C, LC_CTYPE=C --------------------------------------- Received: (at 126951-close) by bugs.debian.org; 19 Feb 2002 20:45:16 +0000 >From [EMAIL PROTECTED] Tue Feb 19 14:45:16 2002 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [206.246.226.45] (mail) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 16dH8V-0001vb-00; Tue, 19 Feb 2002 14:45:16 -0600 Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian)) id 16dGkT-0002pt-00; Tue, 19 Feb 2002 15:20:25 -0500 From: Oohara Yuuma <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.68 $ Subject: Bug#126951: fixed in shhopt 1.1.6-2 Message-Id: <[EMAIL PROTECTED]> Sender: James Troup <[EMAIL PROTECTED]> Date: Tue, 19 Feb 2002 15:20:25 -0500 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of shhopt, which has been installed in the Debian FTP archive: shhopt-dev_1.1.6-2_i386.deb to pool/main/s/shhopt/shhopt-dev_1.1.6-2_i386.deb shhopt_1.1.6-2.diff.gz to pool/main/s/shhopt/shhopt_1.1.6-2.diff.gz shhopt_1.1.6-2.dsc to pool/main/s/shhopt/shhopt_1.1.6-2.dsc shhopt_1.1.6-2_i386.deb to pool/main/s/shhopt/shhopt_1.1.6-2_i386.deb shhopt_1.1.6.orig.tar.gz to pool/main/s/shhopt/shhopt_1.1.6.orig.tar.gz 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. Oohara Yuuma <[EMAIL PROTECTED]> (supplier of updated shhopt 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, 19 Feb 2002 23:18:39 +0900 Source: shhopt Binary: shhopt shhopt-dev Architecture: source i386 Version: 1.1.6-2 Distribution: unstable Urgency: low Maintainer: Oohara Yuuma <[EMAIL PROTECTED]> Changed-By: Oohara Yuuma <[EMAIL PROTECTED]> Description: shhopt - Command line option parser - runtime shhopt-dev - Command line option parser - development Closes: 118144 126951 Changes: shhopt (1.1.6-2) unstable; urgency=low . * new maintainer * adopting an orphaned package (closes: #118144) * debian/changelog: removed add-log-mailing-address: * debian/rules: added dh_installdeb, which handles the /usr/doc symlink (closes: #126951) * uploading .orig.tar.gz because the old version is packaged incorrectly as a Debian native package * debian/copyright: updated the upstream webpage * debian/rules: removed -s from install (let dh_strip strip the binary) (previous version incorrectly stripped *.a and broke it) * debian/rules: set the symlink "libshhopt.so" to libshhopt.so.1 instrad of libshhopt.so.1.1.6 * Makefile: added -D_REENTRANT according to the Policy * debian/shhopt.postinst, debian/shhopt.postrm: new file, calls ldconfig * debian/rules: set DH_COMPAT to 2, moved the build directory of shhopt-dev from debian/tmp to debian/shhopt-dev * shhopt-dev.dirs, shhopt.dirs: new files, to use dh_installdirs more easily * shhopt-dev.docs, shhopt.docs: new files, installing more documents * debian/rules: added the upstream changelog to dh_installchangelogs * debian/shhopt-dev.examples: new file, installing example.c as a example (not as a document) * debian/rules: added dh_installexamples * debian/rules: added -V to dh_makeshlibs * debian/control: added Depends: shhopt (= ${Source-Version}) and libc6-dev to shhopt-dev * debian/rules: run dh_shlibdeps and dh_gencontrol after dh_makeshlibs (dpkg-shlibdeps must wait for shlibs files in the build directory) * debian/control: bumped up Standards-Version: to 3.5.6 Files: 68fe003f9c5a50086ea6e1609a1d439b 605 devel optional shhopt_1.1.6-2.dsc 99a2bb2b25bd0fe97a32fc2c9d829fed 9529 devel optional shhopt_1.1.6.orig.tar.gz 9921e35448a39bcda4effb2f77d2d1a3 3514 devel optional shhopt_1.1.6-2.diff.gz 2b804c621f829d309d1949dd6f713a21 10924 devel optional shhopt-dev_1.1.6-2_i386.deb b7c4b950cb2b22bb339123f5eea0a96d 8240 libs optional shhopt_1.1.6-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE8cl8aQNb0LvRkppURAjlJAJ0ZQfZV1v8qXtYVJTSqAQmFQper9wCgtTad ksl1rwRCBYmPvtwIicUgixA= =t7Zj -----END PGP SIGNATURE-----