Explorar o código

add dselect package and fix dpkg-doc section

Wichert Akkerman %!s(int64=25) %!d(string=hai) anos
pai
achega
6cd33afcaa
Modificáronse 1 ficheiros con 11 adicións e 1 borrados
  1. 11 1
      debian/control

+ 11 - 1
debian/control

@@ -10,7 +10,7 @@ Build-Depends: debiandoc-sgml, sgmltools-lite, libncurses-dev, gettext (>= 0.10.
 Package: dpkg
 Package: dpkg
 Architecture: any
 Architecture: any
 Essential: yes
 Essential: yes
-Pre-Depends: ${shlibs:Pre-Depends}
+Pre-Depends: dselect, ${shlibs:Pre-Depends}
 Conflicts: sysvinit (<< 2.72)
 Conflicts: sysvinit (<< 2.72)
 Replaces: dpkg-doc-ja, dpkg-static
 Replaces: dpkg-doc-ja, dpkg-static
 Conflicts: dpkg-static
 Conflicts: dpkg-static
@@ -70,3 +70,13 @@ Description: Dpkg Internals Documentation
  covers building aswell as the internals functions. If you are interested
  covers building aswell as the internals functions. If you are interested
  in creating your own packages, then you may be more interested in the
  in creating your own packages, then you may be more interested in the
  packaging-manual documentation package.
  packaging-manual documentation package.
+
+Package: dselect
+Architecture: any
+Priority: standard
+Depends: ${shlibs:Depends}
+Replaces: dpkg (>= 1.9.10)
+Description: a user tool to manage Debian GNU/Linux packages
+ dselect is the primary user interface for installing, removing and
+ managing Debian GNU/Linux packages. It is an front-end to dpkg.
+