[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-devel:01673] Re: Upload canna_3.5b2-4 to ftp.linux.or.jp



 吉山です。

I received from kamop@xxxxxxxxx on 08 18 , 1997. 

+ 鴨志田です.
+ 
+ >From: yosshy@xxxxxxxxxxxxxxx (Akira Yoshiyama)
+ >Message-id: <m0x06vT-0007UhC@master2>
+ >   最近気づいたのですが、dpkg-gencontrol 時に -isp オプションを付けてな
+ > いパッケージはセクション情報と優先度情報が入りません。JP パッケージに
+ > これが無いのが多いのは、dpkg-gencontrol が原因ではないかと踏んでいます。
+ もしかして,このオプションをつけると dpkg -A でセクション情報と優先度
+ 情報が入るのでしょうか?

 入るでしょうね。
 少なくても、dpkg-i18n は、

---
OM 優セクショ パッケージ   現在        利用可能    説明                     
 *== 必  base     diff         2.7-13      2.7-13      File comparison utilities
 *== 必  base     dpkg-i18n    1.4.0.8     1.4.0.8     Package maintenance syste
 *== 必  base     e2fsprogs    1.06-3      1.06-3      The EXT2 file system util
 *== 必  base     fileutils    3.13-4      3.13-4      GNU file management utili
 *== 必  base     findutils    4.1-12      4.1-12      utilities for finding fil
 *== 必  base     getty        1.0-5       1.0-5       agetty, an alternative Li
 *== 必  base     grep         2.0-9       2.0-9       GNU grep, egrep and fgrep
 *== 必  base     gzip         1.2.4-14    1.2.4-14    The GNU compression utili
 *== 必  base     hostname     2.0         2.0         A utility to set/show the
 *== 必  base     ldso         1.8.5-1     1.8.5-1     The Linux dynamic linker,
 *== 必  base     libc5        5.4.13-1    5.4.13-1    The Linux C library versi
dpkg-i18n    インストール済;  現状維持 (前回: 現状維持).  必須                  
dpkg-i18n - Package maintenance system for Debian Linux (I18Ned)

This package contains the programs which handle the installation and
removal of packages on your system.

The primary interface for the dpkg suite is the `dselect' program; a more
low-level and less user-friendly interface is available in the form of the
`dpkg' command.

In order to unpack and build Debian source packages you will need to
説明 dpkg-i18n  -- 83%, press [d] で続きを表示.                             
---

 という具合になっています。
 dpkg-gencontrol の man には、

---
       -is, -ip, -isp
              Include the Section and Priority  fields  for  this
              package  from  the  main source control file in the
              binary package control file being generated.   Usu-
              ally  this  information  is  not included here, but
              only in the  .changes  file.   -isp  includes  both
              fields,  -is only the Section and -ip only the Pri-
              ority.
---

と書かれていますので、このオプションがないとデフォルトで Section 情報
と Priority 情報が含まれないのではないでしょうか。

 debian/rules で dpkg-gencontrol を実行している部分にこのオプションを
付けるか、/usr/bin/dpkg-gencontrol でオプションを解析している部分の後に、

        $spinclude{'Section'}=1;
        $spinclude{'Priority'}=1;

と入れておけばよいでしょう。

---

  name   : 吉山あきら (Akira Yoshiyama)
  e-mail : yosshy@xxxxxxxxxxxxxxxxxxxxx, yosshy@xxxxxxxxxxxxxxx
  URL    : http://jedi.seg.kobe-u.ac.jp/~yosshy/linux.html