[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:03280] Re: Upload XFree86-freetype
From: ISHIKAWA Mutsumi <ishikawa@xxxxxxxxxxx>
Subject: [debian-devel:03276] Re: Upload XFree86-freetype
Date: Tue, 14 Apr 1998 22:50:27 +0900
> Provide って version まで含めて、指定できましたっけ?
できなかったと思います。
> >> > そう思います。で、section って、ソースの debian ディレクトリのなんか
> >> > のファイルで、指定しないとまずい(というか、どこかで指定できる)んでしょ
> >> > うか?
> >>
> >> そっか。Sectionってソースパッケージに対して指定するのですよ
> >> ね。バイナリパッケージのひとつひとつには指定できない…んです
> >> よね?
>
> と思うんですけど。自信が無い…
multi package の場合は、debian/control で、それぞれのPackageの
単位で Section: を書けばそれがそのPackageのsection になるようです。
例えば libc6 (wml)だと
---
Source: glibc
Section: libs
Priority: required
Maintainer: Akira Yoshiyama <yosshy@debian.or.jp>
Standards-Version: 2.1.2.2
Package: libc6
Architecture: any
Section: base
Priority: required
Pre-Depends: ${i386:libc6}${m68k:libc6}
Conflicts: libc5 (<<5.4.33-7), libpthread0 (<<0.7-10)
Suggests: wcsmbs
Description: The GNU C library version 2 (run-time files).
Includes shared libraries needed to run programs.
(Applied wcsmbs-locale patch for MBC-WC conversion)
Original Maintainer: Dale Scheetz <dwarf@xxxxxxxxxxx>
Package: libc6-dev
Architecture: any
Section: devel
Priority: standard
(以下略)
----
みたいになってます。
--
鵜飼文敏