[Deborphan-devel] Bug#638906: deborphan: orphaner doesn't support --ignore-suggests and --ignore-recommends

Martin Kourim martin.kourim at gmail.com
Mon Aug 22 20:54:40 UTC 2011


Package: deborphan
Version: 1.7.28.5
Severity: normal
Tags: patch

Hi,

the 'orphaner' command doesn't support the --ignore-suggests and --ignore-recommends options for deborphan.

Also it supports the -D option, which doesn't seem to exist in current version of deborphan.

Thanks,
Martin Kourim

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing-proposed-updates
  APT policy: (500, 'testing-proposed-updates'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages deborphan depends on:
ii  libc6                         2.13-16    Embedded GNU C Library: Shared lib

Versions of packages deborphan recommends:
ii  apt                       0.8.15.5       Advanced front-end for dpkg
ii  dialog                    1.1-20110707-1 Displays user-friendly dialog boxe
ii  gettext-base              0.18.1.1-4     GNU Internationalization utilities

deborphan suggests no packages.

-- no debconf information
-------------- next part --------------
--- orphaner.old	2011-03-30 03:08:45.000000000 +0200
+++ orphaner	2011-08-22 14:50:45.501845350 +0200
@@ -34,8 +34,8 @@ VERSION="(r${REVISION#\$Rev: }"
 VERSION="${VERSION% \$})"
 
 OPTIONS=$@
-VALIDOPTIONS='^-([aDHns]|-libdevel|-guess-(.+)|-find-(.+)|-nice-mode|-all-packages|-priority(.+)|p(.+)|-show-section|-force-hold)[[:space:]]$'
-VALIDKEEPOPTIONS='^-([aDHns]|-libdevel|-guess-(.+)|-find-(.+)|-nice-mode|-all-packages|-priority(.+)|p(.+)|-show-section|-force-hold)[[:space:]]$'
+VALIDOPTIONS='^-([aHns]|-libdevel|-guess-(.+)|-find-(.+)|-ignore-(suggests|recommends)|-nice-mode|-all-packages|-priority(.+)|p(.+)|-show-section|-force-hold)[[:space:]]$'
+VALIDKEEPOPTIONS='^-([aHns]|-libdevel|-guess-(.+)|-find-(.+)|-ignore-(suggests|recommends)|-nice-mode|-all-packages|-priority(.+)|p(.+)|-show-section|-force-hold)[[:space:]]$'
 SKIPAPT=0
 CIRCULAR=0
 


More information about the Deborphan-devel mailing list