Skip to Content.
Sympa Menu

sm-sorcery-bugs - [SM-Sorcery-Bugs] [Bug 13250] New: add suggest/runtime depends support to cleanse --prune

sm-sorcery-bugs AT lists.ibiblio.org

Subject: Bugs for Sorcery are reported here

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-sorcery-bugs AT lists.ibiblio.org
  • Subject: [SM-Sorcery-Bugs] [Bug 13250] New: add suggest/runtime depends support to cleanse --prune
  • Date: 8 Nov 2006 19:28:39 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=13250

Summary: add suggest/runtime depends support to cleanse --prune
Product: Sorcery
Version: 1.14.x
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Cleanse
AssignedTo: sm-sorcery-bugs AT lists.ibiblio.org
ReportedBy: jakakranjc AT email.si


# grep suggest /var/state/sorcery/depends
texinfo:tetex:on:suggest::
firefox:firefox-smglwiki:off:suggest::
# dispel tetex
Dispelled spell: tetex
# cleanse --prune
Pruning...
kile needs tetex (required).
(0) Ignore
(1) Dispel kile
(2) Cast tetex

Which one do you want? [0]

Ignoring.
texinfo needs tetex (suggest).

Which one do you want? [0]

Ignoring.
/.../
doxygen needs tetex (optional).
(0) Ignore
(1) Dispel doxygen
(2) Cast tetex
(3) Recast doxygen without tetex

Which one do you want? [0]

#################################################
with the patch the relevant part looks like this:
texinfo needs tetex (suggest).
(0) Ignore
(1) Dispel texinfo
(2) Cast tetex
(3) Disable tetex in texinfo

Which one do you want? [0]

The wording is a bit awkward, but I couldn't think of anything better. It
does
the same as what cleanse does for optional dependencies, but without
scheduling
the spell for a recast.
Runtime dependencies are handled like required.

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Sorcery-Bugs] [Bug 13250] New: add suggest/runtime depends support to cleanse --prune, bugzilla-daemon, 11/08/2006

Archive powered by MHonArc 2.6.24.

Top of Page