]> err.no Git - dpkg/log
dpkg
16 years agoMerge commit 'err.no/master' master
Tollef Fog Heen [Mon, 10 Mar 2008 17:00:44 +0000 (18:00 +0100)]
Merge commit 'err.no/master'

Conflicts:

src/archives.c

16 years agoMerge commit 'origin/master'
Tollef Fog Heen [Mon, 10 Mar 2008 16:56:45 +0000 (17:56 +0100)]
Merge commit 'origin/master'

Conflicts:

src/Makefile.am
src/archives.c
src/main.c

16 years agoFix erroneous description of Breaks in dselect
Ian Jackson [Thu, 1 Nov 2007 20:00:54 +0000 (20:00 +0000)]
Fix erroneous description of Breaks in dselect

The description should be 'breaks' as in 'A breaks B' rather than
'A breaks with B' since it is B that is broken by A and not vice versa.

16 years agoImplement 'Breaks' properly in dselect
Ian Jackson [Thu, 1 Nov 2007 20:00:04 +0000 (20:00 +0000)]
Implement 'Breaks' properly in dselect

It works just like Conflicts. This is correct since dselect only deals
with packages being installed, removed or placed on hold.

16 years agoCorrect broken dselect logic for self-conflicting packages
Ian Jackson [Thu, 1 Nov 2007 19:57:26 +0000 (19:57 +0000)]
Correct broken dselect logic for self-conflicting packages

The previous code seems to have had some confusion over the precedence
of '&&' vs ':'. The new rule is that a Conflicts is violated if the
target package is installed or to be error-preserved ie
would_like_to_install() != 0 - except that we disregard packages which
directly Conflict with themselves.

16 years agoDpkg::Fields::Object: Import Dpkg::Gettext
Raphael Hertzog [Fri, 7 Mar 2008 14:15:45 +0000 (15:15 +0100)]
Dpkg::Fields::Object: Import Dpkg::Gettext

* scripts/Dpkg/Fields.pm: Import Dpkg::Gettext since the output() method
uses _g().

16 years agoFix small memory leaks
Sean Finney [Sat, 1 Mar 2008 08:44:09 +0000 (09:44 +0100)]
Fix small memory leaks

16 years agoRestore eddyp's cedilla again
Christian Perrier [Tue, 4 Mar 2008 18:34:57 +0000 (19:34 +0100)]
Restore eddyp's cedilla again

16 years agoUpdated Thai translation. Closes: #468916
Christian Perrier [Mon, 3 Mar 2008 18:44:14 +0000 (19:44 +0100)]
Updated Thai translation. Closes: #468916

16 years agoPreserve the order of dependencies and build-dependencies
Raphael Hertzog [Sun, 2 Mar 2008 15:37:27 +0000 (16:37 +0100)]
Preserve the order of dependencies and build-dependencies

* scripts/dpkg-gencontrol.pl, scripts/dpkg-source.pl:
Do not sort the dependency fields as order matters given
the greedy algorithm that APT uses when trying to resolve
dependencies. See discussion on debian-devel:
http://lists.debian.org/debian-devel/2008/02/msg00893.html
* man/dpkg-gencontrol.1: Document the above changes.

* scripts/Dpkg/Deps.pm (simplify_deps): Tries to respect order put
by the maintainer when simplifying dependencies.
* scripts/t/400_Dpkg_Deps.t: Add a test-case to ensure that
further changes respect this constraint.

* scripts/dpkg-shlibdeps.pl: Sort generated dependencies to
have a deterministic output.

16 years agoActually close the bug
Frank Lichtenheld [Fri, 29 Feb 2008 23:18:01 +0000 (00:18 +0100)]
Actually close the bug

16 years agoDpkg::Changelog::Debian: Fix regression in header parsing
Frank Lichtenheld [Fri, 29 Feb 2008 17:35:41 +0000 (18:35 +0100)]
Dpkg::Changelog::Debian: Fix regression in header parsing

* scripts/Dpkg/Changelog/Debian.pm (parse):
One patch against the old parser that allowed
chars '+' and '.' in distribution names was
not forward ported into the new parser. Do
this now.
* scripts/t/600_Dpkg_Changelog/regression:
Add testcase for this regression.

16 years agoChangeLog whitespace police
Frank Lichtenheld [Tue, 26 Feb 2008 13:15:16 +0000 (14:15 +0100)]
ChangeLog whitespace police

16 years agoGive Eddy back his cedilla which was eaten by my bloody emacs
Christian Perrier [Fri, 29 Feb 2008 07:42:18 +0000 (08:42 +0100)]
Give Eddy back his cedilla which was eaten by my bloody emacs

16 years agoAdd bug closure fo the Basque update to dselect
Christian Perrier [Fri, 29 Feb 2008 06:52:25 +0000 (07:52 +0100)]
Add bug closure fo the Basque update to dselect

16 years agoRecoded Swedish PO files to UTF-8.
Peter Karlsson [Tue, 26 Feb 2008 21:02:51 +0000 (22:02 +0100)]
Recoded Swedish PO files to UTF-8.

16 years agoUpdated Swedish translations.
Peter Karlsson [Tue, 26 Feb 2008 20:57:36 +0000 (21:57 +0100)]
Updated Swedish translations.

man/po/sv.po: Updated to 1461t0f0u.
po/sv.po: Regenerated and updated to 921t0f0u.
scripts/po/sv.po: Regenerated and updated to 489t0f0u.

16 years agoUpdated Polish translation of man pages.
Robert Luberda [Sun, 24 Feb 2008 20:33:06 +0000 (21:33 +0100)]
Updated Polish translation of man pages.

16 years agoUpdated Polish translation.
Robert Luberda [Sun, 24 Feb 2008 14:12:57 +0000 (15:12 +0100)]
Updated Polish translation.

16 years agoCleanup of some maintainer scripts
Raphael Hertzog [Fri, 22 Feb 2008 11:17:26 +0000 (12:17 +0100)]
Cleanup of some maintainer scripts

* debian/dpkg.postinst, debian/dpkg.preinst: Remove old
code that handles upgrading from version older than the
one in olstable (1.10.28).

16 years agoFix groff in some manual pages
Raphael Hertzog [Fri, 22 Feb 2008 10:33:55 +0000 (11:33 +0100)]
Fix groff in some manual pages

* man/dpkg-gensymbols.1: Fix some groff errors detected by lintian.
* man/dpkg-query.1: Same.

16 years agoFix usage of hyphens in some manual pages
Raphael Hertzog [Fri, 22 Feb 2008 10:17:44 +0000 (11:17 +0100)]
Fix usage of hyphens in some manual pages

* man/deb-symbols.5: Escape some hyphens so that they
are not used as minus sign.
* man/dpkg-architecture.1: Same.
* man/dpkg-shlibdeps.1: Same.
* man/start-stop-daemon.8: Same.

16 years ago* debian/*.lintian-overrides: Add some new overrides, drop unused ones
Raphael Hertzog [Fri, 22 Feb 2008 10:06:36 +0000 (11:06 +0100)]
* debian/*.lintian-overrides: Add some new overrides, drop unused ones

16 years ago* man/po/po4a.cfg: Also translate deb-symbols.5
Raphael Hertzog [Fri, 22 Feb 2008 10:02:21 +0000 (11:02 +0100)]
* man/po/po4a.cfg: Also translate deb-symbols.5

16 years agoFix make check to work on systems without dpkg in the standard PATH
Raphael Hertzog [Fri, 22 Feb 2008 07:42:04 +0000 (08:42 +0100)]
Fix make check to work on systems without dpkg in the standard PATH

* scripts/Makefile.am: Modify PATH to include build directories
containing the dpkg binary and the related scripts. That way
the tests work even if dpkg is not yet available. Thanks to
Mike Frysinger <vapier@gentoo.org> who noticed that.

16 years agoAdjust Dpkg::Changelog::parse_changelog() search list of parser
Raphael Hertzog [Wed, 20 Feb 2008 23:28:10 +0000 (00:28 +0100)]
Adjust Dpkg::Changelog::parse_changelog() search list of parser

* scripts/Dpkg/Changelog.pm (parse_changelog): Fallback
into /usr/lib/dpkg/parsechangelog to find a changelog parser
in case $dpkglibdir points to another directory (for example
when DPKG_DATADIR is manually set).

16 years agoLink dselect against libncursesw
Frank Lichtenheld [Tue, 19 Feb 2008 21:46:36 +0000 (22:46 +0100)]
Link dselect against libncursesw

* m4/libs.m4 (DPKG_LIB_CURSES): Use libncursesw if available.
* debian/control: Change build-dependency from libncurses5-dev
to libncursesw5-dev.

16 years agodpkg-source.1: Fix description of -sk and -sp
Frank Lichtenheld [Tue, 19 Feb 2008 00:21:03 +0000 (01:21 +0100)]
dpkg-source.1: Fix description of -sk and -sp

* man/dpkg-source.1: Fix documentation of -sk and -sp.
The directory with the unpacked original source will
be removed, not the tarball.

Just goes to show how much all these options are actually
used...

16 years agoAdd changelog entries for Dpkg::Checksums
Frank Lichtenheld [Sun, 17 Feb 2008 20:28:31 +0000 (21:28 +0100)]
Add changelog entries for Dpkg::Checksums

Lost during a botched git rebase -i.

16 years agoAllow overriding $pkgdatadir in Dpkg
Frank Lichtenheld [Sun, 17 Feb 2008 20:24:39 +0000 (21:24 +0100)]
Allow overriding $pkgdatadir in Dpkg

* scripts/Dpkg.pm: Allow overriding $pkgdatadir
with $ENV{DPKG_DATADIR}.
* scripts/Makefile.am (check): Use DPKG_DATADIR.
* debian/rules: Remove hack to copy data files
to build directory.

16 years agodpkg-architecture.1: Document needed data files
Frank Lichtenheld [Sun, 17 Feb 2008 20:20:39 +0000 (21:20 +0100)]
dpkg-architecture.1: Document needed data files

16 years agoman/po: Regenerate .pot file and merge .po files with it
Frank Lichtenheld [Sun, 17 Feb 2008 17:23:23 +0000 (18:23 +0100)]
man/po: Regenerate .pot file and merge .po files with it

16 years agodpkg-buildpackage: Set a set of compiler flags for a build
Frank Lichtenheld [Mon, 11 Feb 2008 22:30:29 +0000 (23:30 +0100)]
dpkg-buildpackage: Set a set of compiler flags for a build

* scripts/dpkg-buildpackage.pl: Set a set of environment variables
for setting compiler and linker options, unless already set in the
environment. See https://wiki.ubuntu.com/DistCompilerFlags for
background information.
* man/dpkg-buildpackage.pl: Document the new behaviour.

Based on a patch by Matthias Klose <doko@cs.tu-berlin.de>

16 years agoman/po: Regenerate .pot files and merge .po files with them
Frank Lichtenheld [Sun, 17 Feb 2008 16:41:03 +0000 (17:41 +0100)]
man/po: Regenerate .pot files and merge .po files with them

16 years agodeb-shlibs.5: Be a little more elaborate and helpful
Zack Weinberg [Sun, 17 Feb 2008 16:33:07 +0000 (17:33 +0100)]
deb-shlibs.5: Be a little more elaborate and helpful

[Committed the original patch with some formatting changes
-- Frank Lichtenheld]

16 years agodpkg.cfg: Reintroduce 'no-debsig' option
Guillem Jover [Sun, 17 Feb 2008 04:34:41 +0000 (06:34 +0200)]
dpkg.cfg: Reintroduce 'no-debsig' option

This avoids failing to install any package when debsig-verify is installed,
as distributions do not use embedded signatures in packages. Closes: #311843

16 years agoContinued work on German scripts translation
Helge Kreutzmann [Sat, 16 Feb 2008 16:10:46 +0000 (17:10 +0100)]
Continued work on German scripts translation

16 years agoDpkg::Version: Import Dpkg::Gettext
Raphael Hertzog [Wed, 13 Feb 2008 19:51:47 +0000 (20:51 +0100)]
Dpkg::Version: Import Dpkg::Gettext

* scripts/Dpkg/Version.pm: Import Dpkg::Gettext since check_version() uses
_g().

16 years agoUse new Dpkg::Checksums module
Frank Lichtenheld [Sat, 26 Jan 2008 22:16:29 +0000 (23:16 +0100)]
Use new Dpkg::Checksums module

* scripts/dpkg-genchanges.pl, scripts/dpkg-source.pl: Use new
Dpkg::Checksums module. Adds new 'Checksums-{Sha1,Sha256}' field
to .changes and .dsc files. Increase changes format to 1.8.

16 years agoDpkg::Checksums: New module for checksum handling in .dsc and .changes files
Frank Lichtenheld [Sat, 26 Jan 2008 22:15:14 +0000 (23:15 +0100)]
Dpkg::Checksums: New module for checksum handling in .dsc and .changes files

16 years agoUpdated Romanian translations for dpkg and dselect
Eddy Petrișor [Sat, 9 Feb 2008 11:34:24 +0000 (13:34 +0200)]
Updated Romanian translations for dpkg and dselect

Romanian dpkg and dselect translations updated to 100%.
Some improvements in divert related translations in dpkg.

16 years agodpkg-gencontrol: Do not output the Homepage field on udeb
Guillem Jover [Thu, 7 Feb 2008 02:07:09 +0000 (04:07 +0200)]
dpkg-gencontrol: Do not output the Homepage field on udeb

16 years agoUpdated Korean translation
Changwoo Ryu [Mon, 4 Feb 2008 07:59:31 +0000 (16:59 +0900)]
Updated Korean translation

* po/ko.po: Update to 927t.

16 years agolibcompat: Do not pass unused arguments to the compiler
Guillem Jover [Mon, 4 Feb 2008 06:43:01 +0000 (08:43 +0200)]
libcompat: Do not pass unused arguments to the compiler

16 years agoTODO: Update
Guillem Jover [Mon, 4 Feb 2008 06:34:31 +0000 (08:34 +0200)]
TODO: Update

16 years agoUse functions from libcompat when those are not provided by the system
Guillem Jover [Mon, 4 Feb 2008 06:07:40 +0000 (08:07 +0200)]
Use functions from libcompat when those are not provided by the system

16 years agolibcompat: Remove unused files
Guillem Jover [Sun, 3 Feb 2008 02:16:26 +0000 (04:16 +0200)]
libcompat: Remove unused files

16 years agodpkg-shlibdeps: some accuracy improvements for warnings about unused libraries
Raphael Hertzog [Sun, 3 Feb 2008 17:54:00 +0000 (18:54 +0100)]
dpkg-shlibdeps: some accuracy improvements for warnings about unused libraries

* scripts/dpkg-shlibdeps.pl: Handle better the case when the
library found has a different soname than the one used to look up
the library file. Properly affect symbols coming from it to the
soname wanted by the binary, thus avoiding invalid warnings about
unused library.

16 years agoAdd a changelog entry for fc06cadfade105bb192bc89b4e6ffe4fa0552691
Frank Lichtenheld [Thu, 31 Jan 2008 13:05:15 +0000 (14:05 +0100)]
Add a changelog entry for fc06cadfade105bb192bc89b4e6ffe4fa0552691

There is now a bug report about it.

16 years agoUpdate Uploaders
Guillem Jover [Thu, 31 Jan 2008 03:38:32 +0000 (05:38 +0200)]
Update Uploaders

Remove Brendan O'Dea and Christian Perrier with their permission.
Add Raphael Hertzog.

16 years agoFix copy & paste error in a bug number in the 1.14.16 changelog entry
Frank Lichtenheld [Wed, 30 Jan 2008 22:07:21 +0000 (23:07 +0100)]
Fix copy & paste error in a bug number in the 1.14.16 changelog entry

16 years agodpkg-buildpackage: Warn about unsatisfied build-depends during -S
Frank Lichtenheld [Wed, 30 Jan 2008 21:54:04 +0000 (22:54 +0100)]
dpkg-buildpackage: Warn about unsatisfied build-depends during -S

16 years agodpkg-genchanges: always list all binary packages in the Description field
Raphael Hertzog [Wed, 30 Jan 2008 22:05:58 +0000 (23:05 +0100)]
dpkg-genchanges: always list all binary packages in the Description field

16 years agos-s-d: Documentation improvements
Justin Pryzby [Wed, 30 Jan 2008 04:35:30 +0000 (06:35 +0200)]
s-s-d: Documentation improvements

Cosmetic fixes to start-stop-daemon output and man page. Document
that --chuid will change the group even if it has not been specified.
Add EXIT STATUS and EXAMPLE sections to man page.

16 years agodpkg-buildpackage: add a new -R option and allow parameters in -r
Raphael Hertzog [Sat, 19 Jan 2008 20:53:18 +0000 (21:53 +0100)]
dpkg-buildpackage: add a new -R option and allow parameters in -r

* scripts/dpkg-buildpackage.pl: Add a new -R option to be able to replace
"debian/rules" by something else. The replacement command can contain
parameters (and thus spaces). Fix -r option to also accept parameters.
* man/dpkg-buildpackage.1: Document the new option and the changed
behaviour of -r.

16 years agoRename getopt to libcompat
Guillem Jover [Mon, 28 Jan 2008 04:28:19 +0000 (06:28 +0200)]
Rename getopt to libcompat

16 years agoDeprecate support of PGP
Raphael Hertzog [Sun, 27 Jan 2008 19:36:05 +0000 (20:36 +0100)]
Deprecate support of PGP

16 years agoCustom changelog parsers must be updated for lenny+1
Raphael Hertzog [Sun, 27 Jan 2008 19:13:18 +0000 (20:13 +0100)]
Custom changelog parsers must be updated for lenny+1

16 years agoDeprecate support of substvars in dpkg-source and dpkg-genchanges
Raphael Hertzog [Sun, 27 Jan 2008 19:01:00 +0000 (20:01 +0100)]
Deprecate support of substvars in dpkg-source and dpkg-genchanges

16 years agoAvoid fuzzy translations on a cosmetic string change.
Raphael Hertzog [Sun, 27 Jan 2008 16:55:27 +0000 (17:55 +0100)]
Avoid fuzzy translations on a cosmetic string change.

16 years agodpkg-gensymbols: be more explicit in warning about new/lost libraries
Raphael Hertzog [Sun, 27 Jan 2008 16:53:05 +0000 (17:53 +0100)]
dpkg-gensymbols: be more explicit in warning about new/lost libraries

* scripts/Dpkg/Shlibs/SymbolFile.pm: Replace has_new_libs(),
has_lost_libs(), has_new_symbols() and has_lost_symbols() by
corresponding get_* functions.
* scripts/dpkg-gensymbsols.pl: Display list of new/lost libs. Also
display list of lost symbols when wildcards symbols have been
used.
* scripts/t/200_Dpkg_Shlibs.t: Adjust test suite to API change.

16 years agoAdd a missing significant space in a translated string
Frank Lichtenheld [Sun, 27 Jan 2008 00:39:48 +0000 (01:39 +0100)]
Add a missing significant space in a translated string

16 years agoMerge branch 'stable'
Raphael Hertzog [Sat, 26 Jan 2008 19:55:13 +0000 (20:55 +0100)]
Merge branch 'stable'

Conflicts:

configure.ac
debian/changelog

16 years agoRelease 1.14.16.6
Raphael Hertzog [Sat, 26 Jan 2008 19:36:09 +0000 (20:36 +0100)]
Release 1.14.16.6

16 years agodpkg-gensymbols: skip directories during scan of package build dir
Raphael Hertzog [Sat, 26 Jan 2008 18:25:31 +0000 (19:25 +0100)]
dpkg-gensymbols: skip directories during scan of package build dir

* scripts/dpkg-gensymbols: Don't scan directories which are
symlinks. They might point outside of the package build dir which
results in addition of libraries which are not in the package.
The libc6 package on amd64 is affected with a symlink "lib64" ->
"/lib".

16 years agoBasque translation update
Christian Perrier [Fri, 25 Jan 2008 21:54:56 +0000 (22:54 +0100)]
Basque translation update

16 years agos-s-d: Use system timersub and fix timeval normalization in multiplication
Andreas Påhlsson [Thu, 24 Jan 2008 22:15:15 +0000 (00:15 +0200)]
s-s-d: Use system timersub and fix timeval normalization in multiplication

Closes: #462225
16 years agodpkg-checkbuilddeps: add -d and -c options to override build-depends/conflicts
Raphael Hertzog [Sat, 19 Jan 2008 21:55:01 +0000 (22:55 +0100)]
dpkg-checkbuilddeps: add -d and -c options to override build-depends/conflicts

* scripts/dpkg-checkbuilddeps.pl: Add support of options -d and -c to use
build dependencies/conflicts given on the command line instead of those
retrieved from debian/control.
* man/dpkg-checkbuilddeps.1: Document the new options.

16 years agodpkg-genchanges: add a new warning
Raphael Hertzog [Thu, 24 Jan 2008 22:06:37 +0000 (23:06 +0100)]
dpkg-genchanges: add a new warning

* scripts/dpkg-genchanges.pl: Warn if the current version is
smaller than the previous one.

16 years agoMerge branch 'stable'
Raphael Hertzog [Thu, 24 Jan 2008 14:18:46 +0000 (15:18 +0100)]
Merge branch 'stable'

Conflicts:

ChangeLog
configure.ac
debian/changelog

16 years agoRelease 1.14.16.5
Raphael Hertzog [Thu, 24 Jan 2008 13:22:15 +0000 (14:22 +0100)]
Release 1.14.16.5

16 years agoDpkg::Shlibs::SymbolFile: add many armel-specific symbols to the blacklist
Raphael Hertzog [Thu, 24 Jan 2008 11:21:25 +0000 (12:21 +0100)]
Dpkg::Shlibs::SymbolFile: add many armel-specific symbols to the blacklist

16 years agoDpkg::Shlibs::SymbolFile: handles multiple #include of the same file
Raphael Hertzog [Thu, 24 Jan 2008 10:32:54 +0000 (11:32 +0100)]
Dpkg::Shlibs::SymbolFile: handles multiple #include of the same file

* scripts/Dpkg/Shlibs/SymbolFile.pm (load): Remove the loaded file
from the %$seen hash at the end so that it's possible to include
multiple times the same file (at the same level and not from any
nested file obviously).

16 years agoFix ChangeLog history ordering
Guillem Jover [Wed, 23 Jan 2008 08:19:05 +0000 (10:19 +0200)]
Fix ChangeLog history ordering

16 years agoMerge branch 'stable'
Guillem Jover [Wed, 23 Jan 2008 07:02:06 +0000 (09:02 +0200)]
Merge branch 'stable'

Conflicts:

configure.ac
debian/changelog

16 years agoRelease 1.14.16.4
Guillem Jover [Wed, 23 Jan 2008 06:45:16 +0000 (08:45 +0200)]
Release 1.14.16.4

16 years agoDpkg::Cdata: Import capit from Dpkg::Fields
Guillem Jover [Wed, 23 Jan 2008 06:43:46 +0000 (08:43 +0200)]
Dpkg::Cdata: Import capit from Dpkg::Fields

Closes: #462172
16 years agoMerge branch 'stable'
Guillem Jover [Tue, 22 Jan 2008 22:02:49 +0000 (00:02 +0200)]
Merge branch 'stable'

Conflicts:

ChangeLog
configure.ac
debian/changelog

16 years agoRelease 1.14.16.3
Guillem Jover [Tue, 22 Jan 2008 21:40:55 +0000 (23:40 +0200)]
Release 1.14.16.3

16 years agos-s-d: Fix timeout computations for --retry option
Guillem Jover [Tue, 22 Jan 2008 21:36:06 +0000 (23:36 +0200)]
s-s-d: Fix timeout computations for --retry option

This has not worked properly for a long time (maybe never), but came to
light due to #460903's fix. Closes: #462104

16 years agoUpdated Swedish translation.
Peter Karlsson [Tue, 22 Jan 2008 20:42:14 +0000 (21:42 +0100)]
Updated Swedish translation.

16 years agos-s-d: Fix segfault when using --group w/o --chuid
Guillem Jover [Tue, 22 Jan 2008 19:43:35 +0000 (21:43 +0200)]
s-s-d: Fix segfault when using --group w/o --chuid

As a side effect, using --group alone works for the first time in years.
Closes: #462072
16 years agos-s-d: Properly set the supplementary groups on --chuid
Guillem Jover [Tue, 22 Jan 2008 19:20:49 +0000 (21:20 +0200)]
s-s-d: Properly set the supplementary groups on --chuid

Set the supplementary groups if the real user or group are different than
the ones we should switch to.

Closes: #462075
16 years agodpkg-parsechangelog(1): fix two typos
Raphael Hertzog [Tue, 22 Jan 2008 18:21:01 +0000 (19:21 +0100)]
dpkg-parsechangelog(1): fix two typos

* man/dpkg-parsechangelog.1: Fix typos reported by Helge Kreutzmann.
* man/po/*.po: Update all translations accordingly.

16 years agoRe-Complete and unfuzzy German man page translation (except dselect)
Helge Kreutzmann [Tue, 22 Jan 2008 18:05:32 +0000 (19:05 +0100)]
Re-Complete and unfuzzy German man page translation (except dselect)

16 years agoDisable variable substitution in dpkg-genchanges
Raphael Hertzog [Tue, 22 Jan 2008 17:49:24 +0000 (18:49 +0100)]
Disable variable substitution in dpkg-genchanges

* scripts/dpkg-genchanges.pl: Do not substitute variables on
the output.
* man/dpkg-genchanges.pl: Document this change.

16 years agoUpdate, unfuzzy and correct German scripts translation
Helge Kreutzmann [Tue, 22 Jan 2008 17:28:14 +0000 (18:28 +0100)]
Update, unfuzzy and correct German scripts translation
  *Completed dpkg-gensymbols.pl & dpkg-parsechangelog.pl
  *Fixed broken string
  *Add more translations
  *Unfuzzy

16 years agoRemove the IO layer ":utf8" that re-encodes in utf8
Raphael Hertzog [Tue, 22 Jan 2008 17:19:18 +0000 (18:19 +0100)]
Remove the IO layer ":utf8" that re-encodes in utf8

* scripts/dpkg-genchanges.pl, scripts/dpkg-gencontrol.pl,
scripts/dpkg-source.pl: Remove the IO-layer that converts to
UTF-8. It's not as smart as I expected.

16 years agoMerge branch 'stable'
Guillem Jover [Tue, 22 Jan 2008 11:30:49 +0000 (13:30 +0200)]
Merge branch 'stable'

Conflicts:

ChangeLog
configure.ac
debian/changelog

16 years agoRelease 1.14.16.2
Guillem Jover [Tue, 22 Jan 2008 11:05:46 +0000 (13:05 +0200)]
Release 1.14.16.2

16 years agoMove dpkg Breaks on dpkg-dev (= 1.14.13) and (= 1.14.14) to Conflicts
Guillem Jover [Tue, 22 Jan 2008 11:03:51 +0000 (13:03 +0200)]
Move dpkg Breaks on dpkg-dev (= 1.14.13) and (= 1.14.14) to Conflicts

So that users from etch can upgrade to sid (or lenny once dpkg has
migrated). Those Conflicts should be removed before lenny's release.

16 years agos-s-d: Change uid after changing gid and initalizing supplementary groups
Guillem Jover [Tue, 22 Jan 2008 10:57:43 +0000 (12:57 +0200)]
s-s-d: Change uid after changing gid and initalizing supplementary groups

Closes: #462018
16 years agodpkg-deb: Refactor fflush and its buggy fpos handling to safe_fflush()
Guillem Jover [Tue, 22 Jan 2008 08:49:49 +0000 (10:49 +0200)]
dpkg-deb: Refactor fflush and its buggy fpos handling to safe_fflush()

16 years agolibdpkg: Remove dead verrevcmp function
Guillem Jover [Tue, 22 Jan 2008 08:35:12 +0000 (10:35 +0200)]
libdpkg: Remove dead verrevcmp function

16 years agoUse offsetof() instead of ad-hoc calculations
Guillem Jover [Tue, 22 Jan 2008 08:31:32 +0000 (10:31 +0200)]
Use offsetof() instead of ad-hoc calculations

16 years agoCheck for 'stddef.h' in AC_CHECK_HEADERS
Guillem Jover [Tue, 22 Jan 2008 08:23:41 +0000 (10:23 +0200)]
Check for 'stddef.h' in AC_CHECK_HEADERS

16 years agoMerge branch 'stable'
Frank Lichtenheld [Mon, 21 Jan 2008 12:40:31 +0000 (13:40 +0100)]
Merge branch 'stable'

Conflicts:

ChangeLog
configure.ac
debian/changelog

16 years agodpkg-source: Fix "uninitialized value" warning
Frank Lichtenheld [Mon, 21 Jan 2008 12:20:54 +0000 (13:20 +0100)]
dpkg-source: Fix "uninitialized value" warning

16 years agoRelease 1.14.16.1
Frank Lichtenheld [Mon, 21 Jan 2008 11:55:46 +0000 (12:55 +0100)]
Release 1.14.16.1

16 years agoAdd libtimedate-perl to dpkg-dev's Depends and to Build-Depends
Frank Lichtenheld [Mon, 21 Jan 2008 11:51:56 +0000 (12:51 +0100)]
Add libtimedate-perl to dpkg-dev's Depends and to Build-Depends

* debian/control: Add libtimedate-perl to
dpkg-dev's Depends and to Build-Depends (for
build-time tests). This introduces our first
run-time dependency on a perl module not shipped
with Perl itself. But to me it seems not worth
trying to replace that code.