Просмотр исходного кода

Demote dselect from priority important to optional

Closes: #461327
Guillem Jover лет назад: 18
Родитель
Сommit
503c90889e
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      debian/changelog
  2. 1 1
      debian/control

+ 1 - 0
debian/changelog

@@ -21,6 +21,7 @@ dpkg (1.14.16) UNRELEASED; urgency=low
     This fixes run time problems on Solaris.
     This fixes run time problems on Solaris.
   * Fix start-stop-daemon --help output to state that --name is one of the
   * Fix start-stop-daemon --help output to state that --name is one of the
     possible required options to use. Closes: #354999
     possible required options to use. Closes: #354999
+  * Demote dselect from priority important to optional. Closes: #461327
 
 
   [ Frank Lichtenheld ]
   [ Frank Lichtenheld ]
   * Make the -L option of dpkg-parsechangelog actually work (it's
   * Make the -L option of dpkg-parsechangelog actually work (it's

+ 1 - 1
debian/control

@@ -49,7 +49,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: dselect
 Package: dselect
-Priority: important
+Priority: optional
 Architecture: any
 Architecture: any
 Depends: ${shlibs:Depends}, dpkg (>= 1.13.1)
 Depends: ${shlibs:Depends}, dpkg (>= 1.13.1)
 Replaces: dpkg (<< 1.10.3)
 Replaces: dpkg (<< 1.10.3)