[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:07941] Bug#JP/359: marked as done (lintian errors)
Keita Maehara <maehara@debian.or.jp>さんの Mon, 24 Aug 1998 01:03:33 +0900付けの
message-id <199808231603.BAA10831@xxxxxxxxxxxxxxxx>
subject xemacs20 has removed
のメッセージにより以下のバグ報告は「処理済」とされました。
もし、間違ったバグ報告を「処理済」にしてしまった場合は
必要に応じてバグ報告を再発行し、そして/または、ただちに問題を修正してください。
(注: これは Debian JP Bug Tracking System が発行している
自動応答メッセージで、debian-users メイリングリストにも送られています。
あなたがシステム管理者で、このメッセージが何について書かれている
かよくわからないのでしたら、どこかに深刻なメールシステムの誤設定がある
ことを示しています。すぐに私まで連絡をいただけないでしょうか)
(NB: If you are a system administrator and have no idea what I'm
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
--
Debian JP Bug Tracking System / owner@bugs.debian.or.jp
Received: from smtp11.odn.ne.jp (smtp11.odn.ne.jp [143.90.130.41])
by master.debian.or.jp (8.8.8+3.0Wbeta13/3.6W-Debian-JP-980308) with ESMTP id BAA18515;
Mon, 24 Aug 1998 01:03:37 +0900
To: 359-done@bugs.debian.or.jp, 472-done@bugs.debian.or.jp
Subject: xemacs20 has removed
X-Mailer: Mew version 1.93b33 on XEmacs 20.4 (Emerald)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Date: Mon, 24 Aug 1998 01:03:33 +0900
From: Keita Maehara <maehara@debian.or.jp>
X-Dispatcher: imput version 980506
Lines: 12
xemacs20 パッケージは hamm-jp から削除されたため、バグをクローズします。
補足情報:
Bug#JP/359 の lintian error については、本家とほぼ同一内容のはずですので、
このバグに関して興味のある方は、今後本家のパッケージを追跡して下さい。
Bug#JP/472 についても、本家の #22938 に報告されているのと同一のバグだと
思われます。このバグに関して興味のある方は、今後そちらを参照して下さい。
----
Keita Maehara <maehara@debian.or.jp>
Return-Path: <ukai@xxxxxxxxxxxxx>
To: maintonly@bugs.debian.or.jp
Subject: lintian errors
From: Fumitoshi UKAI <ukai@debian.or.jp>
X-Mailer: Mew version 1.93b7 on Emacs 20.2 / Mule 3.0 (MOMIJINOGA)
Message-Id: <19980610183605D.ukai@xxxxxxxxxxxxx>
Date: Wed, 10 Jun 1998 18:36:05 +0900 (JST)
Sender: Fumitoshi UKAI <ukai@xxxxxxxxxxxxx>
X-Dispatcher: imput version 980114
Lines: 86
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Package: xemacs20
Version: 20.4-5.1
W: xemacs20-bin: executable-not-elf-or-script usr/bin/pstogif.xemacs20
This executable file is not an ELF format binary, and does not
start with the #! sequence that marks interpreted scripts. It might
be a sh script that fails to name /bin/sh as its shell.
Have a look at Policy Manual, section 3.3.4 for details.
E: xemacs20-mule-canna-wnn6: maintainer-script-does-not-check-for-existence-o
f-updatemenus postinst
E: xemacs20-mule-canna-wnn6: maintainer-script-does-not-check-for-existence-o
f-updatemenus postrm
The maintainer script calls the update-menus command without
checking for existence first. (The menu package which provides the
command is not marked as `essential' package.)
For example, use the following code in your maintainer script:
if [ -x /usr/bin/update-menus ] ; then update-menus ; fi
E: xemacs20-mule-canna: binary-without-manpage xemacs-20.4-mule-canna
Each binary in /usr/bin, /usr/sbin, /bin, /sbin, or /usr/games,
must have a manual page.
Note, that though the `man' program has the capability to check for
several program names in the NAMES section, each of these programs
must have its own manual page (a symbolic link to the appropriate
manual page is sufficient) because other manual page viewers as
xman or tkman don't support this.
See Policy Manual, section 5.1 for details.
E: xemacs20-mule-canna: maintainer-script-does-not-check-for-existence-of-updatemenus postinst
E: xemacs20-mule-canna: maintainer-script-does-not-check-for-existence-of-updatemenus postrm
The maintainer script calls the update-menus command without
checking for existence first. (The menu package which provides the
command is not marked as `essential' package.)
For example, use the following code in your maintainer script:
if [ -x /usr/bin/update-menus ] ; then update-menus ; fi
E: xemacs20-mule-wnn6: maintainer-script-does-not-check-for-existence-of-updatemenus postinst
E: xemacs20-mule-wnn6: maintainer-script-does-not-check-for-existence-of-updatemenus postrm
The maintainer script calls the update-menus command without
checking for existence first. (The menu package which provides the
command is not marked as `essential' package.)
For example, use the following code in your maintainer script:
if [ -x /usr/bin/update-menus ] ; then update-menus ; fi
E: xemacs20-support: dir-in-usr-local
E: xemacs20-support: dir-in-usr-local
E: xemacs20-support: dir-in-usr-local
The package installs a directory in /usr/local/... which is not
allowed.
If you want to provide an empty directory in /usr/local for
convenience of the local system administrator, please follow the
rules in the policy manual (section 3.1.2), i.e., create the
directories in the postinst script but don't fail if this isn't
possible (e.g., if /usr/local is mounted read-only).
Refer to Policy Manual, section 3.1.2 for details.
E: xemacs20-support: wrong-name-for-debian-changelog-file usr/doc/xemacs20-support/changelog.debian.gz
The Debian changelog file should usually be installed as
/usr/doc/pkg/changelog.Debian.gz
See Policy Manual, section 5.8 for details.
E: xemacs20-support: wrong-name-for-upstream-changelog usr/doc/xemacs20-support/ChangeLog.gz
If there is an upstream changelog file, it should usually be
installed as /usr/doc/pkg/changelog.gz
Refer to Policy Manual, section 5.8 for details.