Your message dated Thu, 17 Sep 2009 17:28:45 +0000
with message-id <[email protected]>
and subject line Bug#447158: fixed in debtree 1.0
has caused the Debian Bug report #447158,
regarding ITP: debtree -- Show relationships between packages (.deb)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
447158: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=447158
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wnpp
Severity: wishlist
Owner: Frans Pop <[email protected]>


* Package name    : debtree
  Version         : 0.7.1
  Upstream Author : Frans Pop <[email protected]>
* URL             : http://alioth.debian.org/~fjp/debtree/
* License         : GPL
  Programming Lang: shell script
  Description     : Show relationships between packages (.deb)

debtree has two functions:
* show the dependency path(s) between two packages
* create a dependency graph for a package

In the first case it shows through which dependencies a package pulls in
another package when it is installed.

In the second case it generates a dependency graph in the form of a .dot
file that can be used as input for the utility 'dot' from the graphviz
package. What information is included in a graph can be varied using
command line options.

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

Kernel: Linux 2.6.23+cfs (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



--- End Message ---
--- Begin Message ---
Source: debtree
Source-Version: 1.0

We believe that the bug you reported is fixed in the latest version of
debtree, which is due to be installed in the Debian FTP archive:

debtree_1.0.dsc
  to pool/main/d/debtree/debtree_1.0.dsc
debtree_1.0.tar.gz
  to pool/main/d/debtree/debtree_1.0.tar.gz
debtree_1.0_all.deb
  to pool/main/d/debtree/debtree_1.0_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Frans Pop <[email protected]> (supplier of updated debtree package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 16 Sep 2009 13:55:56 +0200
Source: debtree
Binary: debtree
Architecture: source all
Version: 1.0
Distribution: unstable
Urgency: low
Maintainer: Frans Pop <[email protected]>
Changed-By: Frans Pop <[email protected]>
Description: 
 debtree    - package dependency graphs on steroids
Closes: 447158
Changes: 
 debtree (1.0) unstable; urgency=low
 .
   * Change packaging to use the magic 'dh' command.
   * Upload to the Debian archive. Closes: #447158. Yay!
 .
   [ Changes in unofficial release 0.9.9 - Wed, 16 Sep 2009 13:35:58 +0200 ]
   * Complete conversion to perl by using libapt-pkg-perl instead of call-outs
     to dctrl-tools, except for getting build dependencies as libapt-pkg-perl
     does not expose architecture conditions (#546863).
 .
   [ Changes in unofficial release 0.9.0 - Mon, 14 Sep 2009 19:56:12 +0200 ]
   * Remove support for printing dependency paths. It only duplicates
     functionality offered better by 'aptitude why'.
   * First stage of conversion to perl. Script is now written in perl, but
     still calls out to external dctrl-tools to get dependency info.
   * Show other providers for any virtual packages provided by the requested
     package.
   * Show order of dependencies on virtual packages by numbering the arrows.
 .
   [ Changes in unofficial release 0.8.1 - Sat, 12 Sep 2009 17:56:27 +0200 ]
   * Update script version and copyright in script.
   * Move git repository to collab-maint on alioth.
 .
   [ Changes in unofficial release 0.8.0 - Sat, 12 Sep 2009 16:01:49 +0200 ]
   * Add support for showing reverse dependencies in graphs.
   * Fix incomplete display of skipped packages (only first was shown).
 .
   [ Changes in unofficial release 0.7.3 - Sun, 06 Sep 2009 11:24:50 +0200 ]
   * debian/control: add Vcs-Git field.
   * Fix a few corner cases where provides and alternatives were not displayed
     correctly for skip or end packages. There's a minor change in the way
     alternatives containing skipped packages are displayed.
   * Extend endlist and update for lenny/squeeze.
 .
   [ Changes in unofficial release 0.7.2 - Wed, 24 Oct 2007 16:23:34 +0200 ]
   * Fix informational message listing skipped packages.
   * Don't show packages that provide a pseudo package if they are in the skip
     list.
   * Show pseudo packages provided by the requested package in dependency
     graphs (not in build dependency graphs).
   * Show multiple providing packages for a virtual package if there are less
     than a certain number (default 3); dependencies for the providing packages
     are not shown.
   * Add common build dependencies to end list.
   * Add some development/packaging related packages to skip and end lists;
     prompted by build dep graph for asterisk.
 .
   [ Changes in unofficial release 0.7.1 - Thu, 18 Oct 2007 15:41:11 +0200 ]
   * Print info message with skipped dependencies after generating graph.
   * Split ToDo items out of script into separate file.
   * Add man page.
 .
   [ Changes in unofficial release 0.7.0 - Tue, 02 Oct 2007 19:24:38 +0200 ]
   * Don't print graph elements for unknown packages when showing dependency
     paths.
   * Move the 'skip' and 'end' lists to configuration files using ucf to
     manage them. The user can install overrides in ~/.debtree.
   * Add logging functions to unclutter script.
   * Add new option max-depth which makes it possible to reduce the size and
     complexity of a graph by maximizing the number of times debtree will
     recurse into the next level of dependencies.
 .
   [ Changes in unofficial release 0.6.0 - Sun, 30 Sep 2007 14:58:37 +0200 ]
   * Add support for generating build dependency graphs. By default a graph for
     the current architecture is generated.
   * Add new option no-conflicts; useful for build dependency graphs.
   * Add new option no-skip. This allows packages that by default are skipped
     (not included at all) to be shown as "end" packages.
   * Add new option show-all. This results in the full dependency tree to be
     generated. The dependencies for every package are expanded and no packages
     are skipped.
   * Add new option show-installed. Installed packages are marked with a
     different color ('honeydew'). For satisfied alternative dependencies only
     installed alternative packages are installed.
   * Mark unknown packages with a different color ('oldlace'). This can only
     be done for packages that are not part of an alternatives set; for those
     that are, a warning is printed.
   * For leaf pseudo packages we need to check if they were members of
     alternative dependencies to avoid stray nodes in a graph (seen with
     geneweb).
   * Introduce verbosity options and rationalize messages and error handling.
   * Add sanity check for presence of dctrl-tools scripts.
     Thanks to Maximilian Attems for the suggestion.
 .
   [ Changes in unofficial release 0.5.0 - Fri, 28 Sep 2007 06:28:30 +0200 ]
   * Initial unofficial release.
Checksums-Sha1: 
 9a68b1b9c3bdae82f3f16cb4ff2b14104a07fe70 844 debtree_1.0.dsc
 fca81f32862a36af131ab7c3ae518b5cf9e22b12 41928 debtree_1.0.tar.gz
 9d6f6b207765255f242ba68097101445d3fe9bd7 19848 debtree_1.0_all.deb
Checksums-Sha256: 
 7b5e01c5348b439f28b1ffa2f9c3aafb310f2e6eab4f2f4e445791b699b44799 844 
debtree_1.0.dsc
 49ea1271c3da4ff472f45642c70aaa177df652d1627f502b025c392838e8cabd 41928 
debtree_1.0.tar.gz
 908997839aad9fee47c48642bb2893ebdc5b473754624c39c68c670deb865c5d 19848 
debtree_1.0_all.deb
Files: 
 bcde524f50a0489d0fae64869be707de 844 utils optional debtree_1.0.dsc
 44bab91e12b39fb9022418186d3361f7 41928 utils optional debtree_1.0.tar.gz
 a638ee4c404d470ac6369c3f4dda482f 19848 utils optional debtree_1.0_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqw1WEACgkQgm/Kwh6ICoTMywCfcbvLYlCcJoQSQkm6wZ4xqsty
+n0AoNPyasl8zhCBvvaWbgH5Z7bLf9J/
=DLas
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to