lp:debian/deborphan

Created by James Westby and last modified
Get this branch:
bzr branch lp:debian/deborphan
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Development

Recent revisions

15. By gregor herrmann

* Non-maintainer upload.
* Fix "ftbfs with GCC-5": apply patch from Jakub Wilk:
  changed semantics of inline keyword.
  (Closes: #777831)

14. By Andreas Barth <email address hidden>

* Non-maintainer upload with permission.
* Fix build on ppc64el. Closes: #735010

13. By CarstenHey

* Team upload.
* Use _xfunc in debian/bash-completion and update it. Thanks to Julian
  Gilbey and Mike Miller for tracking this down. Closes: #658773
* Don't ignore self-dependencies anymore since we can not safely assume
  yet that they are always a bug on multiarch enabled systems.
* Don't exclude diff and mktemp in orphaner anymore.

12. By CarstenHey

* Team upload.

This point release includes the remaining part of deborphan's multiarch
support. Versions up to 1.7.28.5 did only include checks to avoid printing
false positives. 1.7.28.6 already handles architecture qualified input and
contains the disabled code for architecture qualified output. This release
enables the architecture qualified output and strips architecture suffixes
in dependencies (see below).

* Enable remaining part of multiarch support:
  + Append architecture suffixes to package names if packages from more than
    one architecture besides 'all' are installed. Package names printed by
    --list-keep do not contain architecture suffixes. If adding package
    names with architecture suffixes to the keep file will ever be
    supported, --list-keep's output might contain architecture suffixes too.
    Closes: #658972, LP: #940379, LP: #951430
  + Strip architecture suffixes in dependencies. This is due to the way
    deborphan currently works safe, even though the details of architecture
    qualified dependencies have not been completely specified yet.
  + Add options --show-arch and --no-show-arch to deborphan. These options
    are documented in README.frontends and intended to be used by
    deborphan's frontends if they prefer the architecture suffixes to be
    printed either always or never.
  + Use deborphan's option --no-show-arch in editkeep and remove repeated
    package names from the output.

11. By CarstenHey

* Team upload.

[ David Prévot ]
* Update Uploaders address.
* Fix typo in French --guess-doc option help. Closes: #635771

[ Martin Kourim ]
* Accept the options --ignore-suggests and --ignore-recommends in
  orphaner. Closes: #638906

[ Carsten Hey ]
* Bump standards version to 3.9.3.1.
* Prepare printing architecture suffixes, but don't do so yet because
  synaptic expects deborphan to never print architecture suffixes.
* Understand, or, if appropriate, strip, architecture suffixes all around.
* Do not simulate running apt-get in orphaner before really running it.
  This test would be a mess to adapt to multiarch, and, due to other checks,
  it wasn't needed anyway.
* Imply --force-hold in show-deps mode. Closes: #670652
* Minor bug fixes and cleanups in src/keep.c. Due to usage of getline(),
  this release won't compile on a decade old system anymore.
* Add file /usr/share/doc/deborphan/README.frontends. This file contains
  information that is only considered to be useful for deborphan's
  frontends.
* Adapt old debian/changelog entry introducing --check-options to be more
  vague. Doing this before it makes any sense to use this option in
  a deborphan frontend eases introducing more advanced ways of checking the
  availability of options in future. The new file README.frontends contains
  the complete specification of this option.
* Add ${misc:Depends} to deborphan's Depends: line in debian/control.
* Add set -e to maintainer scripts and remove -e from their shebang line.

10. By taffit

* Fix typo in Polish translation of deborphan(1) (Robert Luberda) Closes:
  #610804
* Fix typo in French --show-size short option help.
* Change maintainer address.

[ New documentation translation ]
* Portuguese (Américo Monteiro). Closes: #607315

[ New program translation ]
* Vietnamese (Lê Hoàng Phương). Closes: #611094

9. By CarstenHey

* Urgency set to high as it solves an RC bug.
* Make trapping WINCH in orphaner POSIX compatible. Closes: #618895
* Exclude libreoffice* from being displayed if --guess-section is used.
  Closes: #609337
* Change maintainer address.

8. By CarstenHey

[ Updated program translations ]
Catalan (Jordi Mallach). Closes: #606890

7. By CarstenHey

David Prévot handled most of the translations for this release,
thanks a lot for your great work!

[ Updated program translations ]
* French (Jean-Luc Coulon). Closes: #519482
* Russian (Yuri Kozlov). Closes: #536812
* Italian (Alessandro De Zorzi). Closes: #578768
* Basque (Iñaki Larrañaga Murgoitio). Closes: #604143
* Spanish (Javier Fernandez-Sanguino Peña). Closes: #604414
* German (Helge Kreutzmann). Closes: #604545
* Danish (Joe Hansen). Closes: #605067
* Polish (Robert Luberda). Closes: #605085
* Czech (Miroslav Kure). Closes: #605100
* Portuguese (Pedro Ribeiro). Closes: #605317
* Dutch (Joost van Baal via IRC).

[ New documentation translations ]
* Spanish (Omar Campagne). Closes: #574437
* German (Helge Kreutzmann). Closes: #604848

[ Updated documentation translations ]
* French (David Prévot). Closes: #598047
* Polish (Robert Luberda). Closes: #605085

[ David Prévot ]
* Add Spanish addenda (Omar Campagne). Closes: #598205
* Update French addenda.
* Recode note regarding bug reporting from the French l10n team to UTF-8.
  LP: #352744, Closes: #603907

[ Carsten Hey ]
* Add basic multiarch support. Closes: #592068
* Fix typo in --help output, --guess-interpreters was specified twice.
  Closes: #536813
* Replace a regular expression in deborphan's man page with an equivalent
  shorter one to avoid overlong lines in man pages.
* Remove some fuzziness in Catalan translation.

6. By CarstenHey

[ Andrej Tatarenkow ]
* Fix parsing of /var/lib/deborphan/keep so that it does not need a final
  newline. (Closes: #446533)

[ Carsten Hey ]
* Fix parsing of --no-show-section. (Closes: #507574)
* Handle Mono libraries like other special libraries, e.g. Perl or Python
  ones and add --guess-mono as option. (Closes: #402992)
* Add option --guess-kernel.
* Refactor guessing algorithm. Also improve guessing ruby libraries and
  guessing packages which are placed in the wrong section.
* Add option --no-guess-*. (Closes: #387594)
* Add options --ignore-suggests and --ignore-recommends. When both options
  are used together, deborphan behaves as if the nice-mode has been turned
  off. (Closes: #488329)
* Add option --show-deps-pristine. This option should be used by other
  programs that use deborphan instead of --show-deps since the output of the
  latter will change in the future.
* Fix some splint warnings, including a typo which was probably introduced
  during refactoring many years ago and broke debfoster support.
* Fix some typos in debian/changelog, thanks to Paul Menzel.
  (Closes: #495413)
* Don't run apt-get in orphaner when the to be used status file was
  explicitly specified.
* Remove the separator line from the package list whilst simulating removing
  packages in orphaner.
* Add option --skip-apt to orphaner.
* Abort orphaner when -c oder --find-circular is passed as option. These
  options will be added to deborphan 1.7.29 but initially not be supported
  by orphaner.
* Clarify the meaning of -R in the output of deborphan --help.
  (Closes: #497651)
* Don't ignore errors in the maintainer scripts.
* Update copyright.
* Update po files.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:debian/squeeze/deborphan
This branch contains Public information 
Everyone can see this information.

Subscribers