Your message dated Mon, 27 Nov 2006 17:02:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#239363: fixed in bookview 3.2.1-1
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: bookview
Version: N/A; reported 2004-03-22
Severity: normal

Attached you find the patch 3.1.1-1 --> 3.1.1-1.1.
                cu andreas

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux balrog 2.4.24-1-k7 #1 Wed Feb 4 23:39:21 EST 2004 i686
Locale: LANG=de_AT, LC_CTYPE=de_AT
diff -u bookview-3.1.1/debian/changelog bookview-3.1.1/debian/changelog
--- bookview-3.1.1/debian/changelog
+++ bookview-3.1.1/debian/changelog
@@ -1,3 +1,11 @@
+bookview (3.1.1-1.1) unstable; urgency=low
+
+  * NMU
+  * If recompiled on sid with /usr/sbin in $PATH the package would
+    contain /usr/share/info/dir.gz (Closes: #218483)
+
+ -- Andreas Metzler <[EMAIL PROTECTED]>  Wed, 17 Mar 2004 15:15:17 +0100
+
 bookview (3.1.1-1) unstable; urgency=low
 
   * New upstream release
only in patch2:
unchanged:
--- bookview-3.1.1.orig/doc/Makefile.in
+++ bookview-3.1.1/doc/Makefile.in
@@ -153,7 +153,7 @@
 uninstall-info-am:
        $(PRE_UNINSTALL)
        @if (install-info --version && \
-            install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then 
\
+            install-info --version 2>&1 | sed 1q | fgrep -i -v debian) 
>/dev/null 2>&1; then \
          list='$(INFO_DEPS)'; \
          for file in $$list; do \
            echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove 
$(DESTDIR)$(infodir)/$$file"; \
@@ -313,7 +313,7 @@
        done
        @$(POST_INSTALL)
        @if (install-info --version && \
-            install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then 
\
+            install-info --version 2>&1 | sed 1q | fgrep -i -v debian) 
>/dev/null 2>&1; then \
          list='$(INFO_DEPS)'; \
          for file in $$list; do \
            echo " install-info --info-dir=$(DESTDIR)$(infodir) 
$(DESTDIR)$(infodir)/$$file";\
only in patch2:
unchanged:
--- bookview-3.1.1.orig/doc-ja/Makefile.in
+++ bookview-3.1.1/doc-ja/Makefile.in
@@ -153,7 +153,7 @@
 uninstall-info-am:
        $(PRE_UNINSTALL)
        @if (install-info --version && \
-            install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then 
\
+            install-info --version 2>&1 | sed 1q | fgrep -i -v debian) 
>/dev/null 2>&1; then \
          list='$(INFO_DEPS)'; \
          for file in $$list; do \
            echo " install-info --info-dir=$(DESTDIR)$(infodir) --remove 
$(DESTDIR)$(infodir)/$$file"; \
@@ -313,7 +313,7 @@
        done
        @$(POST_INSTALL)
        @if (install-info --version && \
-            install-info --version | fgrep -i -v debian) >/dev/null 2>&1; then 
\
+            install-info --version 2>&1 | sed 1q | fgrep -i -v debian) 
>/dev/null 2>&1; then \
          list='$(INFO_DEPS)'; \
          for file in $$list; do \
            echo " install-info --info-dir=$(DESTDIR)$(infodir) 
$(DESTDIR)$(infodir)/$$file";\

--- End Message ---
--- Begin Message ---
Source: bookview
Source-Version: 3.2.1-1

We believe that the bug you reported is fixed in the latest version of
bookview, which is due to be installed in the Debian FTP archive:

bookview_3.2.1-1.diff.gz
  to pool/main/b/bookview/bookview_3.2.1-1.diff.gz
bookview_3.2.1-1.dsc
  to pool/main/b/bookview/bookview_3.2.1-1.dsc
bookview_3.2.1-1_all.deb
  to pool/main/b/bookview/bookview_3.2.1-1_all.deb
bookview_3.2.1.orig.tar.gz
  to pool/main/b/bookview/bookview_3.2.1.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.
GOTO Masanori <[EMAIL PROTECTED]> (supplier of updated bookview 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: Thu, 23 Nov 2006 12:41:33 +0900
Source: bookview
Binary: bookview
Architecture: source all
Version: 3.2.1-1
Distribution: unstable
Urgency: low
Maintainer: GOTO Masanori <[EMAIL PROTECTED]>
Changed-By: GOTO Masanori <[EMAIL PROTECTED]>
Description: 
 bookview   - Tcl/Tk based NDTP(Network Dictionary Transfer Protocol) client
Closes: 93298 239363 299966 378871
Changes: 
 bookview (3.2.1-1) unstable; urgency=low
 .
   * New upstream release.  (Closes: #378871)
   * New maintainer.
   * Delete debian/README.Debian, debian/undocumented.
   * Archive bookview tarball, instead of extracting the archive.
   * Import bookview 3.1.1 documentation in debian/bookview-3.1.1
     because this version does not have any info files.
   * Update debian/bookview.1.
   * Use dh_installinfo.
   * Use wrapper script bookview.sh to change ja_JP EUC-JP locale mode.
   * Fix description typo.  (Closes: #299966)
   * Add more description explanations.  (Closes: #93298)
   * Include 3.1.1-1.1 patch in debian/bookview-3.1.1 files.  (Closes: #239363)
Files: 
 dee163cecc017a57675b40f40729ab9b 581 text optional bookview_3.2.1-1.dsc
 cb1f425e0b65f7fddc88085962b2689d 311836 text optional 
bookview_3.2.1.orig.tar.gz
 c0f414d0d91088a638917a033622bfc9 151531 text optional bookview_3.2.1-1.diff.gz
 b2d95f705f00cd37bbc86f02cfb66b7f 268718 text optional bookview_3.2.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFZcwHqIqasIZIJsMRAnusAKCBA+bt4oyHa9Pl9KavYNJrzsezJQCglojB
lU/P5kY1R2hXZ47c6B4Moic=
=Jjko
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to