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>
 
   * 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'.
 
 Package: dpkg-doc
-Section: docs
+Section: doc
 Priority: optional
 Architecture: all
 Replaces: dpkg-dev (<<1.4.1.19)
@@ -74,8 +74,8 @@ Description: Dpkg Internals Documentation
 Package: dselect
 Architecture: any
 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
- managing Debian GNU/Linux packages. It is an front-end to dpkg.
+ managing Debian packages. It is an front-end to dpkg.