소스 검색

control updates

Wichert Akkerman 25 년 전
부모
커밋
9bb4728b16
2개의 변경된 파일9개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 0
      ChangeLog
  2. 4 4
      debian/control

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+Fri Jul 27 04:21:51 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
+
+  * debian/control: fix typo in section for dpkg-doc, correct
+    replaces for dselect and remove Linux references
+
 Fri Jul 27 04:05:55 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
 Fri Jul 27 04:05:55 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
 
 
   * po/POTFILES.in: add main/query.c and main/showpkg.c
   * po/POTFILES.in: add main/query.c and main/showpkg.c

+ 4 - 4
debian/control

@@ -61,7 +61,7 @@ Description: Package building tools for Debian
  for example, most packages need the `make' and the C compiler `gcc'.
  for example, most packages need the `make' and the C compiler `gcc'.
 
 
 Package: dpkg-doc
 Package: dpkg-doc
-Section: docs
+Section: doc
 Priority: optional
 Priority: optional
 Architecture: all
 Architecture: all
 Replaces: dpkg-dev (<<1.4.1.19)
 Replaces: dpkg-dev (<<1.4.1.19)
@@ -74,8 +74,8 @@ Description: Dpkg Internals Documentation
 Package: dselect
 Package: dselect
 Architecture: any
 Architecture: any
 Depends: ${shlibs:Depends}
 Depends: ${shlibs:Depends}
-Replaces: dpkg (>= 1.9.10)
-Description: a user tool to manage Debian GNU/Linux packages
+Replaces: dpkg (<< 1.10)
+Description: a user tool to manage Debian packages
  dselect is the primary user interface for installing, removing and
  dselect is the primary user interface for installing, removing and
- managing Debian GNU/Linux packages. It is an front-end to dpkg.
+ managing Debian packages. It is an front-end to dpkg.