]> err.no Git - dpkg/log
dpkg
17 years agoUpdate list of POTFILES
Frank Lichtenheld [Mon, 9 Jul 2007 20:37:41 +0000 (20:37 +0000)]
Update list of POTFILES

17 years agoDpkg::ErrorHandling: Include Dpkg::Gettext
Frank Lichtenheld [Mon, 9 Jul 2007 20:36:27 +0000 (20:36 +0000)]
Dpkg::ErrorHandling: Include Dpkg::Gettext

17 years agoDpkg::Shlibs::SymbolFile: More code cleanup
Frank Lichtenheld [Mon, 9 Jul 2007 20:24:53 +0000 (20:24 +0000)]
Dpkg::Shlibs::SymbolFile: More code cleanup

Remove unneeded quotes
Simplify filehandle handling
Forgot one occourence of error handling

17 years agoDpkg::Shlibs::*: Code cleanup
Frank Lichtenheld [Sun, 8 Jul 2007 22:12:49 +0000 (22:12 +0000)]
Dpkg::Shlibs::*: Code cleanup

Use the new Dpkg::* utility modules

17 years agoDpkg::Shlibs.pm: Code cleanup
Frank Lichtenheld [Sun, 8 Jul 2007 22:11:49 +0000 (22:11 +0000)]
Dpkg::Shlibs.pm: Code cleanup

Use the new Dpkg::* utility modules
Don't allow infinite recursion in parse_ldso_conf
General cleanup

17 years agoAdd first test cases for Dpkg::Shlibs
Frank Lichtenheld [Sun, 8 Jul 2007 22:04:06 +0000 (22:04 +0000)]
Add first test cases for Dpkg::Shlibs

Currently only tests parse_ldso_conf since find_library is
difficult to test.

17 years agoCopy code from controllib.pl and dpkg-gettext.pl to proper modules
Frank Lichtenheld [Sun, 8 Jul 2007 22:00:27 +0000 (22:00 +0000)]
Copy code from controllib.pl and dpkg-gettext.pl to proper modules

When trying to use proper perl modules together with stuff like
controllib.pl, all kind of "interesting" scoping issues arise.
Code that is already converted to modules should not use these
"old-style" modules. Create Dpkg::Gettext as a near verbatim copy
of dpkg-gettext.pl and a Dpkg::ErrorHandling as a container for some
error reporting functions from controllib.pl that are used by Raphael's
modules.

Note that this (at least Dpkg::ErrorHandling) should be only an interim
solution until a proper API gets defined.

17 years agoRename test script
Frank Lichtenheld [Sun, 8 Jul 2007 20:34:15 +0000 (20:34 +0000)]
Rename test script

Should really not have used the filename from Debbugs
in the first place. Rename it to something that makes
more sense in our context

17 years agoAdd a test target to scripts/Makefile.am
Frank Lichtenheld [Sun, 8 Jul 2007 20:17:55 +0000 (20:17 +0000)]
Add a test target to scripts/Makefile.am

Add a simple test target copied from a MakeMaker
generated Makefile and add Dpkg::Version testscript,
like the code copied from Debbugs bzr

17 years agoUse a pure-perl implementation of version comparison
Frank Lichtenheld [Sun, 8 Jul 2007 20:16:33 +0000 (20:16 +0000)]
Use a pure-perl implementation of version comparison

Imported from the Debbugs bzr (after comparing it with
my own implementation available with packages.d.o, I
preferred the one from Debbugs).

Adapted all callers

17 years agoComplete reordering of directories
Frank Lichtenheld [Sun, 8 Jul 2007 19:56:04 +0000 (19:56 +0000)]
Complete reordering of directories

Move SymbolFile.pm and Objdump.pm into the Shlibs directory
Adapt Makefile.am
Fix a remaining reference to scripts/modules in configure.ac

17 years agoRename and Reorder modules directory
Frank Lichtenheld [Sun, 8 Jul 2007 19:49:48 +0000 (19:49 +0000)]
Rename and Reorder modules directory

This should make it easier to use the modules from within the source,
which is important e.g. for testing. It also makes the hierarchy more
obvious.

Rename modules to Dpkg and add subdirectory Shlibs

17 years agoWhitespace cleanup
Frank Lichtenheld [Sun, 8 Jul 2007 19:42:16 +0000 (19:42 +0000)]
Whitespace cleanup

17 years agoAdd copyright and license statements to module files.
Frank Lichtenheld [Sun, 8 Jul 2007 19:33:48 +0000 (19:33 +0000)]
Add copyright and license statements to module files.

17 years agoAll modules should end with 1;
Frank Lichtenheld [Mon, 2 Jul 2007 16:34:28 +0000 (16:34 +0000)]
All modules should end with 1;

17 years ago- Fix check of fork's success in dpkg-shlibdeps (for dpkg --search).
Raphael Hertzog [Mon, 2 Jul 2007 13:26:10 +0000 (13:26 +0000)]
- Fix check of fork's success in dpkg-shlibdeps (for dpkg --search).
- Make dpkg-gensymbols.pl executable.

17 years agoUse new-style open calls everywhere: it's safer with weird filenames.
Raphael Hertzog [Mon, 2 Jul 2007 13:26:01 +0000 (13:26 +0000)]
Use new-style open calls everywhere: it's safer with weird filenames.

17 years agoApply patch by Raphael Hertzog that:
Frank Lichtenheld [Sun, 1 Jul 2007 15:14:43 +0000 (15:14 +0000)]
Apply patch by Raphael Hertzog that:

1) Add a new script dpkg-gensymbol that can produce lists of
   symbols from shared libraries
2) Modifies dpkg-shlibdeps so that it can use these lists to
   compute better (i.e. less strict) shlib dependencies.
3) Refactors a lot of code on the way and moves some out to
   modules (that are not usable for third-party use yet, though
   and will be installed in dpkg's private library directory

17 years agoCreate a branch for Raphael Hertzog's dpkg-shlibdeps patch/rewrite
Frank Lichtenheld [Sun, 1 Jul 2007 14:01:32 +0000 (14:01 +0000)]
Create a branch for Raphael Hertzog's dpkg-shlibdeps patch/rewrite

17 years agodpkg-source warns now about new empty files since those will
Frank Lichtenheld [Sun, 1 Jul 2007 13:57:58 +0000 (13:57 +0000)]
dpkg-source warns now about new empty files since those will
not be represented in the diff. Closes: #383394

17 years agocorrect permission and owner/group handling when extracting
Frank Lichtenheld [Sat, 30 Jun 2007 23:35:58 +0000 (23:35 +0000)]
correct permission and owner/group handling when extracting
tar balls to match more the user's preferences instead of
ours or the ones from the originator of the tar ball. Patch
by Ian Jackson. Closes: #390915, #207289

17 years agoAdd Estonian to LINGUAS
Ivar Smolin [Wed, 27 Jun 2007 16:35:08 +0000 (16:35 +0000)]
Add Estonian to LINGUAS

17 years agoupdated (75% translated)
Ivar Smolin [Wed, 27 Jun 2007 16:15:25 +0000 (16:15 +0000)]
updated (75% translated)

17 years agoEstonian translation, 65% done
Ivar Smolin [Wed, 27 Jun 2007 10:38:13 +0000 (10:38 +0000)]
Estonian translation, 65% done

17 years ago+11 translations
Ivar Smolin [Wed, 27 Jun 2007 10:36:45 +0000 (10:36 +0000)]
+11 translations

17 years agoFix typo in German translation of start-stop-daemon(8).
Frank Lichtenheld [Sat, 23 Jun 2007 09:57:49 +0000 (09:57 +0000)]
Fix typo in German translation of start-stop-daemon(8).
Noted by Joachim Breitner. Closes: #430008

17 years agoSpanish translation update
Christian Perrier [Thu, 21 Jun 2007 17:45:47 +0000 (17:45 +0000)]
Spanish translation update

17 years agoClose bug reported after fix was committed.
Frank Lichtenheld [Tue, 19 Jun 2007 15:50:35 +0000 (15:50 +0000)]
Close bug reported after fix was committed.
(For "Reference deb-substvars(5) instead of dpkg-substvars(5)")

17 years agoUpdated Estonian translation
Christian Perrier [Mon, 18 Jun 2007 07:35:45 +0000 (07:35 +0000)]
Updated Estonian translation

17 years agoRemove documented dpkg-gencontrol options in dpkg-source left over
Guillem Jover [Tue, 12 Jun 2007 22:47:17 +0000 (22:47 +0000)]
Remove documented dpkg-gencontrol options in dpkg-source left over
from the man pages split.

17 years agoupdated Romanian translation of dselect to 283t2f
Eddy Petrisor [Tue, 12 Jun 2007 09:41:00 +0000 (09:41 +0000)]
updated Romanian translation of dselect to 283t2f

17 years agoupdated Romanian translation to 100%; corrected a typo
Eddy Petrisor [Tue, 12 Jun 2007 09:35:13 +0000 (09:35 +0000)]
updated Romanian translation to 100%; corrected a typo

17 years agoRomanian translation: use correct diacritics for s/t/S/T comma; translation not yet...
Eddy Petrisor [Tue, 12 Jun 2007 09:12:34 +0000 (09:12 +0000)]
Romanian translation: use correct diacritics for s/t/S/T comma; translation not yet updated

17 years agoSupport a colon separated list of paths from the ELF RPATH field in
Guillem Jover [Tue, 12 Jun 2007 05:10:22 +0000 (05:10 +0000)]
Support a colon separated list of paths from the ELF RPATH field in
dpkg-shlibdeps. Thanks to Jiří Paleček. Closes: #427988

17 years ago- Remove an additional space in install-info(8) and mark gzip in bold
Guillem Jover [Tue, 12 Jun 2007 05:00:07 +0000 (05:00 +0000)]
- Remove an additional space in install-info(8) and mark gzip in bold
  and remove redundant reference to GNU.
- Fix explanation of dpkg-source '-b' option, remove a reference to
  checking for a missing empty string argument, and add a reference
  to '-sX' arguments affecting the behaviour. Closes: #428167

17 years agoMan pages cleanup:
Guillem Jover [Tue, 12 Jun 2007 04:10:28 +0000 (04:10 +0000)]
Man pages cleanup:
- Unify title header.

17 years agoMark dpkg-* commands in bold in man pages.
Guillem Jover [Tue, 12 Jun 2007 03:52:55 +0000 (03:52 +0000)]
Mark dpkg-* commands in bold in man pages.

17 years agoReference deb-substvars(5) instead of dpkg-substvars(5) in man pages.
Guillem Jover [Tue, 12 Jun 2007 03:37:45 +0000 (03:37 +0000)]
Reference deb-substvars(5) instead of dpkg-substvars(5) in man pages.

17 years agoFix dpkg-scanpackages to load the override file after having filled the
Guillem Jover [Tue, 12 Jun 2007 03:22:18 +0000 (03:22 +0000)]
Fix dpkg-scanpackages to load the override file after having filled the
packages information. Closes: #428169, #428470

17 years agoUpdate German man pages to 1019t16f247u
Helge Kreutzmann [Sat, 9 Jun 2007 15:23:40 +0000 (15:23 +0000)]
Update German man pages to 1019t16f247u

17 years agoAdd '.shelf' to the default dpkg-source -i regex. Closes: #427827
Guillem Jover [Wed, 6 Jun 2007 23:08:49 +0000 (23:08 +0000)]
Add '.shelf' to the default dpkg-source -i regex. Closes: #427827
Thanks to Adeodato Simó.

17 years agoFix dpkg-source to not emit duplicated entries for the Architecture field
Guillem Jover [Wed, 6 Jun 2007 00:08:09 +0000 (00:08 +0000)]
Fix dpkg-source to not emit duplicated entries for the Architecture field
in the .dsc file.

17 years agoUpdated dselect translation
Christian Perrier [Tue, 5 Jun 2007 18:09:53 +0000 (18:09 +0000)]
Updated dselect translation

17 years agoUpdated Estonian translation
Christian Perrier [Tue, 5 Jun 2007 18:07:56 +0000 (18:07 +0000)]
Updated Estonian translation

17 years agoUpdated manpages translation to 1282t.
Nicolas FRANCOIS [Sat, 2 Jun 2007 00:03:05 +0000 (00:03 +0000)]
Updated manpages translation to 1282t.

17 years agovi.po: Updated Vietnamese translation.
Clytie Siddall [Fri, 1 Jun 2007 05:54:12 +0000 (05:54 +0000)]
vi.po: Updated Vietnamese translation.

17 years ago2007-06-01 vi.po Updated Vietnamese translation
Clytie Siddall [Fri, 1 Jun 2007 05:53:38 +0000 (05:53 +0000)]
2007-06-01    vi.po    Updated Vietnamese translation

Clytie Siddall <clytie@riverland.net.au>

17 years agoUpdated to 285t
Miguel Figueiredo [Fri, 25 May 2007 20:26:06 +0000 (20:26 +0000)]
Updated to 285t

17 years agoUpdatd to 921t
Miguel Figueiredo [Thu, 24 May 2007 20:10:00 +0000 (20:10 +0000)]
Updatd to 921t

17 years agoAdd lpia support to ostable and triplettable.
Guillem Jover [Thu, 24 May 2007 18:12:33 +0000 (18:12 +0000)]
Add lpia support to ostable and triplettable.

17 years agoBump version to 1.14.5~.
Guillem Jover [Thu, 24 May 2007 17:07:07 +0000 (17:07 +0000)]
Bump version to 1.14.5~.

17 years agoRelease 1.14.4.
Guillem Jover [Thu, 24 May 2007 17:03:18 +0000 (17:03 +0000)]
Release 1.14.4.

17 years agoRegenerated .pot files. Merged .po files.
Guillem Jover [Thu, 24 May 2007 16:41:04 +0000 (16:41 +0000)]
Regenerated .pot files. Merged .po files.

17 years agoRecognize again architecture wildcards. Closes: #424670
Guillem Jover [Thu, 24 May 2007 16:22:43 +0000 (16:22 +0000)]
Recognize again architecture wildcards. Closes: #424670

17 years agoUpdated Galician translation and changed the verb "estabrecer" to "establecer"
Jacobo Tarrio [Thu, 24 May 2007 08:14:20 +0000 (08:14 +0000)]
Updated Galician translation and changed the verb "estabrecer" to "establecer"

17 years agoUpdated basque translation
Christian Perrier [Thu, 24 May 2007 06:19:06 +0000 (06:19 +0000)]
Updated basque translation

17 years agoRevert change on 1.14.0 from Aaron M. Ucko. Trim down duped entries only
Guillem Jover [Wed, 23 May 2007 16:34:00 +0000 (16:34 +0000)]
Revert change on 1.14.0 from Aaron M. Ucko. Trim down duped entries only
when passing them to dpkg-query instead. Closes: #425641

17 years agoFix loose regex in dpkg-source (/\.debian.tar/ -> /\.debian\.tar/).
Guillem Jover [Tue, 22 May 2007 23:18:12 +0000 (23:18 +0000)]
Fix loose regex in dpkg-source (/\.debian.tar/ -> /\.debian\.tar/).
Thanks to Kylan Robinson. Closes: #425629

17 years agoFix perl warnings:
Guillem Jover [Tue, 22 May 2007 22:39:39 +0000 (22:39 +0000)]
Fix perl warnings:
- When unpacking a source package with -sp from a different directory
  than the one containing the tarball. Closes: #424998

17 years agoRemove whitespace introduced in last commit.
Guillem Jover [Tue, 22 May 2007 22:36:42 +0000 (22:36 +0000)]
Remove whitespace introduced in last commit.

17 years agoUpdated French translation of dpkg to 921t
Frédéric Bothamy [Mon, 21 May 2007 19:28:06 +0000 (19:28 +0000)]
Updated French translation of dpkg to 921t

17 years agoFix misspelling.
Guillem Jover [Mon, 21 May 2007 12:47:42 +0000 (12:47 +0000)]
Fix misspelling.

17 years agoRemove an unused variable in dpkg-statoverride by renaming it to the
Guillem Jover [Sun, 20 May 2007 23:53:24 +0000 (23:53 +0000)]
Remove an unused variable in dpkg-statoverride by renaming it to the
initially indented name. Closes: #425041

17 years agoUpdated French translation of the manpages. Reviewed by the Debian French
Nicolas FRANCOIS [Thu, 17 May 2007 00:40:37 +0000 (00:40 +0000)]
Updated French translation of the manpages. Reviewed by the Debian French
l10n team.

17 years agoBump version to 1.14.4~.
Guillem Jover [Tue, 15 May 2007 13:36:18 +0000 (13:36 +0000)]
Bump version to 1.14.4~.

17 years agoRelease 1.14.3.
Guillem Jover [Tue, 15 May 2007 13:35:04 +0000 (13:35 +0000)]
Release 1.14.3.

17 years agoRegenerated dpkg-man.pot file. Merged .po files with dpkg-man.pot.
Guillem Jover [Tue, 15 May 2007 13:20:15 +0000 (13:20 +0000)]
Regenerated dpkg-man.pot file. Merged .po files with dpkg-man.pot.

17 years agoRegenerated .pot files. Merged .po files with .pot files.
Guillem Jover [Tue, 15 May 2007 13:02:14 +0000 (13:02 +0000)]
Regenerated .pot files. Merged .po files with .pot files.

17 years ago * scripts/dpkg-divert.pl (checkmanymodes): Change the error message to
Guillem Jover [Tue, 15 May 2007 12:56:33 +0000 (12:56 +0000)]
* scripts/dpkg-divert.pl (checkmanymodes): Change the error message to
say 'commands' instead of 'modes'.
* scripts/dpkg-statoverride.pl (CheckModeConflict): Likewise. Use
gettext for the string.

17 years ago * utils/start-stop-daemon.c (daemonize): Use _exit instead of exit, to
Guillem Jover [Tue, 15 May 2007 03:18:52 +0000 (03:18 +0000)]
* utils/start-stop-daemon.c (daemonize): Use _exit instead of exit, to
avoid side effects while the parents terminate.

17 years agoMake start-stop-daemon fork twice while daemonizing. Closes: #416179
Guillem Jover [Tue, 15 May 2007 02:53:36 +0000 (02:53 +0000)]
Make start-stop-daemon fork twice while daemonizing. Closes: #416179

17 years agoDocument in deb-control.5 that the control file can have '#'-style
Guillem Jover [Tue, 15 May 2007 02:32:27 +0000 (02:32 +0000)]
Document in deb-control.5 that the control file can have '#'-style
comments. Closes: #406481

17 years agoDisambiguate in install-info.8 the use of 'Info directory' with
Guillem Jover [Tue, 15 May 2007 02:13:02 +0000 (02:13 +0000)]
Disambiguate in install-info.8 the use of 'Info directory' with
'Info dir file'. Closes: #420766

17 years agoDocument in install-info.8 that when no '--section' option is specified,
Guillem Jover [Tue, 15 May 2007 01:08:13 +0000 (01:08 +0000)]
Document in install-info.8 that when no '--section' option is specified,
install-info will try to use the INFO-DIR-SECTION entry from the info
file. Add missing commas. Thanks to Kurt B. Kaiser. Closes: #397737

17 years agoFill slavepaths undefined entries with an empty string to guarantee
Guillem Jover [Mon, 14 May 2007 23:57:07 +0000 (23:57 +0000)]
Fill slavepaths undefined entries with an empty string to guarantee
they are always defined. Closes: #423140, #423451, #423544, #423555

17 years agoFix dpkg-divert to work again w/o specifying the --divert and --package
Guillem Jover [Mon, 14 May 2007 21:09:10 +0000 (21:09 +0000)]
Fix dpkg-divert to work again w/o specifying the --divert and --package
options. Closes: #423864

17 years agoSome morning changelog police patrolling.
Guillem Jover [Sun, 13 May 2007 05:30:09 +0000 (05:30 +0000)]
Some morning changelog police patrolling.

17 years agoFix perl warnings:
Guillem Jover [Sun, 13 May 2007 05:15:02 +0000 (05:15 +0000)]
Fix perl warnings:
- In architecture comparison operations. Closes: #423452

17 years ago * scripts/controllib.pl (debian_arch_eq): Rename to ...
Guillem Jover [Sat, 12 May 2007 16:46:33 +0000 (16:46 +0000)]
* scripts/controllib.pl (debian_arch_eq): Rename to ...
(debarch_eq): ... this. Add prototype. Fix all callers.
(debian_arch_is): Rename to ...
(debarch_is): ... this. Add prototype. Fix all callers.

17 years agoInclude the new split man pages deb-substvars.5, deb-override.5 and
Guillem Jover [Sat, 12 May 2007 16:38:48 +0000 (16:38 +0000)]
Include the new split man pages deb-substvars.5, deb-override.5 and
deb-shlibs.5 in dpkg-dev.

17 years agoFix deb-substvars.5 section to match reality.
Guillem Jover [Sat, 12 May 2007 16:35:55 +0000 (16:35 +0000)]
Fix deb-substvars.5 section to match reality.

17 years agoBefore the changelog police corrects this...
Christian Perrier [Fri, 11 May 2007 17:32:15 +0000 (17:32 +0000)]
Before the changelog police corrects this...

17 years agoUpdated German translations
Christian Perrier [Fri, 11 May 2007 17:31:36 +0000 (17:31 +0000)]
Updated German translations
Unfuzzy French translation

17 years agoCorrected typo in French translation of scripts
Christian Perrier [Fri, 11 May 2007 17:25:30 +0000 (17:25 +0000)]
Corrected typo in French translation of scripts

17 years ago * scripts/update-alternatives.pl ($manual): Rename to ...
Guillem Jover [Fri, 11 May 2007 01:27:37 +0000 (01:27 +0000)]
* scripts/update-alternatives.pl ($manual): Rename to ...
($mode): ... this. Fix all users.
(read_link_group): Change gl() name from 'manflag' to 'update_mode',
and badfmt() string from 'manflag' to 'invalid update mode'.

17 years ago * scripts/update-alternatives.pl ($mode): Rename to ...
Guillem Jover [Fri, 11 May 2007 01:07:57 +0000 (01:07 +0000)]
* scripts/update-alternatives.pl ($mode): Rename to ...
($action): ... this. Fix all users.
(checkmanymodes): Rename to ...
(check_many_actions): ... this. Fix all callers. Add prototype.
Change the error message to say 'commands' instead of 'modes'.

17 years agoCommit the actual changes for:
Guillem Jover [Fri, 11 May 2007 00:27:34 +0000 (00:27 +0000)]
Commit the actual changes for:
Fix perl warnings in dpkg-genchanges when called with -S. Closes: #423193

17 years agoFix perl warnings in dpkg-genchanges when called with -S. Closes: #423193
Guillem Jover [Thu, 10 May 2007 22:58:41 +0000 (22:58 +0000)]
Fix perl warnings in dpkg-genchanges when called with -S. Closes: #423193

17 years agoUpdated Dutch translation
Bart Cornelis [Thu, 10 May 2007 14:22:06 +0000 (14:22 +0000)]
Updated Dutch translation

17 years agoBump version to 1.14.3~.
Guillem Jover [Wed, 9 May 2007 19:41:22 +0000 (19:41 +0000)]
Bump version to 1.14.3~.

17 years agoRelease 1.14.2.
Guillem Jover [Wed, 9 May 2007 19:37:12 +0000 (19:37 +0000)]
Release 1.14.2.

17 years agoRegenerated pot files and merged with the po files.
Guillem Jover [Wed, 9 May 2007 19:22:42 +0000 (19:22 +0000)]
Regenerated pot files and merged with the po files.

17 years ago * man/Makefile.am (install-data-local): Install the translated man
Guillem Jover [Wed, 9 May 2007 19:21:21 +0000 (19:21 +0000)]
* man/Makefile.am (install-data-local): Install the translated man
pages from the srcdir.

17 years ago * Makefile.am (EXTRA_DIST): Add 'debian/dpkg-dev.lintian-overrides',
Guillem Jover [Wed, 9 May 2007 18:41:11 +0000 (18:41 +0000)]
* Makefile.am (EXTRA_DIST): Add 'debian/dpkg-dev.lintian-overrides',
'debian/dpkg.lintian-overrides', 'debian/dselect.lintian-overrides'
and 'debian/source.lintian-overrides'.

17 years agoInclude translations again, which disappeared due to a dirty source tree.
Guillem Jover [Wed, 9 May 2007 18:02:22 +0000 (18:02 +0000)]
Include translations again, which disappeared due to a dirty source tree.
Closes: #423029, #423085
17 years agoProperly create the generic name symlink in update-alternatives for new
Guillem Jover [Wed, 9 May 2007 18:00:06 +0000 (18:00 +0000)]
Properly create the generic name symlink in update-alternatives for new
alternatives. Closes: #422979

17 years agoInclude the named section.
Guillem Jover [Wed, 9 May 2007 04:13:16 +0000 (04:13 +0000)]
Include the named section.

17 years agoAdd solaris support to ostable and triplettable. Closes: #361866
Guillem Jover [Wed, 9 May 2007 04:10:27 +0000 (04:10 +0000)]
Add solaris support to ostable and triplettable. Closes: #361866

17 years agoRetrofit bug closure into 1.14.0 changelog entry.
Guillem Jover [Wed, 9 May 2007 03:54:47 +0000 (03:54 +0000)]
Retrofit bug closure into 1.14.0 changelog entry.

17 years agoHandle case in update-alternatives when there's no existing alternative
Guillem Jover [Wed, 9 May 2007 03:50:58 +0000 (03:50 +0000)]
Handle case in update-alternatives when there's no existing alternative
to configure. Closes: #260987, #353252, #367717, #392431