Your message dated Fri, 22 Dec 2006 00:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#245826: fixed in t-gnus 6.17.2.00-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: t-gnus
Version: 6.15.8.00-1
Severity: serious

The t-gnus package has not been updated since 2002-11-25 (the
upstream is still active, T-gnus 6.17.1 revision 00 was released
on 2004-01-05), and there are lintian errors and other bugs in
debian/* files.  I feel that this package is unsuitable for the
Debian release.

I got permission from the maintainer (Takuo KITAME), and tried to
take over the t-gnus package, but it was hard for me.  I gave up.

The attached patch I made fixes some bugs, but the tasks remained.

I hope that Takuo or new maintainer will update this package.
(Please fix lintian errors, update to the new upstream version, 
and audit and handle Debian patches, etc.)

Thanks,
-- 
Tatsuya Kinoshita
--- t-gnus-6.15.8.00-1/debian/changelog
+++ t-gnus-6.15.8.00/debian/changelog
@@ -1,3 +1,21 @@
+t-gnus (6.15.8.00-1.0.1) unstable; urgency=low
+
+  * debian/control: Use `Build-Depends-Indep' instead of `Build-Depends'.
+  * debian/control (Depends): Remove `emacs20' and `mule2'.
+  * debian/control (Depends): Add `xemacs21-gnome-mule' and
+    `xemacs21-gnome-mule-canna-wnn'.
+  * debian/control (Priority): `optional' -> `extra'.
+  * debian/control (Provides): Add `imap-client'.
+  * debian/rules: Use `binary-indep' instead of `binary-arch'.
+  * debian/rules: Fix that configured files are left.
+    (Use `make distclean' instead of `make clean'.)
+  * debian/rules: Fix bashism. (Don't use brace expansion.)
+  * debian/emacsen-startup: Use `debian-pkg-add-load-path-item'.
+  * debian/emacsen-startup: Don't use the configuration when the package is
+    removed but not purged.
+
+ -- Tatsuya Kinoshita <[EMAIL PROTECTED]>  Mon, 26 Apr 2004 00:13:53 +0900
+
 t-gnus (6.15.8.00-1) unstable; urgency=low
 
   * New upstream release
--- t-gnus-6.15.8.00-1/debian/control
+++ t-gnus-6.15.8.00/debian/control
@@ -1,16 +1,16 @@
 Source: t-gnus
 Section: news
-Priority: optional
+Priority: extra
 Maintainer: Takuo KITAME <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 3.0.0), emacs21, apel
+Build-Depends-Indep: debhelper (>= 3.0.0), emacs21, apel
 Standards-Version: 3.5.2
 
 Package: t-gnus
 Architecture: all
 Pre-Depends: dpkg (>= 1.6.8)
-Depends: emacs20|emacs21|xemacs21-mule|xemacs21-mule-canna-wnn|mule2, semi (>= 
1.14)
+Depends: 
emacs21|xemacs21-mule|xemacs21-mule-canna-wnn|xemacs21-gnome-mule|xemacs21-gnome-mule-canna-wnn,
 semi (>= 1.14)
 Recommends: metamail
-Provides: semi-gnus, news-reader, mail-reader
+Provides: semi-gnus, news-reader, mail-reader, imap-client
 Conflicts: gnus, semi-gnus
 Replaces: gnus, semi-gnus
 Description: A branch of Semi-gnus (Gnus for SEMI) variants.
--- t-gnus-6.15.8.00-1/debian/emacsen-startup
+++ t-gnus-6.15.8.00/debian/emacsen-startup
@@ -3,14 +3,14 @@
 ;;
 ;; Takuo KITAME <[EMAIL PROTECTED]>
 
-(if (featurep' mule)
-    (progn
-      (setq load-path 
-                       (cons 
-                        (concat "/usr/share/" (symbol-name debian-emacs-flavor)
-                                        "/site-lisp/t-gnus")
-                        load-path))
-      
+(let ((elc-dir (concat "/usr/share/" (symbol-name flavor) 
"/site-lisp/t-gnus")))
+  (if (or (not (featurep 'mule))
+         (not (file-directory-p elc-dir)))
+      ()
+    (if (fboundp 'debian-pkg-add-load-path-item)
+        (debian-pkg-add-load-path-item elc-dir)
+      (setq load-path (cons elc-dir load-path)))
+    ;;
       (autoload 'gnus "gnus" "Read network news" t)
       (autoload 'gnus-post-news "gnus" "Post a news" t)
       
--- t-gnus-6.15.8.00-1/debian/rules
+++ t-gnus-6.15.8.00/debian/rules
@@ -14,7 +14,6 @@
 
        (cd texi ; make gnus message MAKEINFO=no EMACS=emacs21)
 
-       ## make info.ja need Emacs20
        (cd texi ; make ja MAKEINFO=no EMACS=emacs21)
 
        touch $@
@@ -23,8 +22,8 @@
        dh_testdir
        dh_testroot
        -rm -f build-stamp
-       -make clean
-       -cd texi && make clean
+       -make distclean
+       -cd texi && make distclean
        dh_clean
        -rm -f texi/gnus texi/gnus-[0-9]* texi/message
        -rm -f texi/gnus-ja texi/gnus-ja-[0-9]* texi/message-ja
@@ -32,17 +31,14 @@
 
 # Build architecture-independent files here.
 binary-indep: build
-# We have nothing to do by default.
-
-# Build architecture-dependent files here.
-binary-arch: build
        dh_testdir
        dh_testroot
        dh_clean -k
        dh_installdirs
 
        cp -pr lisp/* 
$(CURDIR)/debian/$(PACKAGE)/usr/share/emacs/site-lisp/t-gnus
-       rm -f 
$(CURDIR)/debian/$(PACKAGE)/usr/share/emacs/site-lisp/t-gnus/{ChangeLog*,Makefile,in}
+       rm -f 
$(CURDIR)/debian/$(PACKAGE)/usr/share/emacs/site-lisp/t-gnus/ChangeLog*
+       rm -f 
$(CURDIR)/debian/$(PACKAGE)/usr/share/emacs/site-lisp/t-gnus/Makefile.in
 
        mv texi/gnus texi/gnus-[0-9]* texi/message \
                $(CURDIR)/debian/$(PACKAGE)/usr/share/info
@@ -66,6 +62,9 @@
        dh_md5sums
        dh_builddeb
 
+# Build architecture-dependent files here.
+binary-arch: build
+
 source diff:                                                                  
        @echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
 

Attachment: pgpbxSwJqtBc9.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: t-gnus
Source-Version: 6.17.2.00-1.1

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

t-gnus_6.17.2.00-1.1.diff.gz
  to pool/main/t/t-gnus/t-gnus_6.17.2.00-1.1.diff.gz
t-gnus_6.17.2.00-1.1.dsc
  to pool/main/t/t-gnus/t-gnus_6.17.2.00-1.1.dsc
t-gnus_6.17.2.00-1.1_all.deb
  to pool/main/t/t-gnus/t-gnus_6.17.2.00-1.1_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.
Arnaud Fontaine <[EMAIL PROTECTED]> (supplier of updated t-gnus 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 Dec 2006 23:38:36 +0100
Source: t-gnus
Binary: t-gnus
Architecture: source all
Version: 6.17.2.00-1.1
Distribution: unstable
Urgency: low
Maintainer: Free Ekanayaka <[EMAIL PROTECTED]>
Changed-By: Arnaud Fontaine <[EMAIL PROTECTED]>
Description: 
 t-gnus     - A branch of Semi-gnus (Gnus for SEMI) variants
Closes: 245826 403152
Changes: 
 t-gnus (6.17.2.00-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove debian/postinst and debian/postrm in favor of dh_installinfo.
   * debian/emacsen-remove debian/emacsen-install:
     + Add emacs-snapshot.
   * debian/control:
     + Update debconf version.
     + Add emacs-snapshot to Depends. Closes: #403152.
     + Update Standards-Version.
       - Move unecessary packages from Build-Depends to
        Build-Depends-Indep.
   * debian/copyright:
     + Update the FSF address.
     + Now refer to common license file. Closes: #245826.
Files: 
 a1e604f587a7fd95c67777fa6decd85e 619 news optional t-gnus_6.17.2.00-1.1.dsc
 f1aad1a71f5f9966f80d28e50fff4a2b 14063 news optional 
t-gnus_6.17.2.00-1.1.diff.gz
 7b016e1cdf0ea0b4b94354b16c7cfd30 4093488 news optional 
t-gnus_6.17.2.00-1.1_all.deb

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

iD4DBQFFixHjsczZcpAmcIYRAkPbAJj+NiDr179lihq4/SCa1QFlRa97AKCqlrhS
gOLc1JP2j8dKVSy+IKfEsg==
=WgUs
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to