]> err.no Git - dpkg/log
dpkg
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.

16 years agodselect: New key to set all selections back to what's currently installed
Colin Watson [Mon, 21 Jan 2008 09:19:01 +0000 (11:19 +0200)]
dselect: New key to set all selections back to what's currently installed

Closes: #151540
16 years agoUse m_malloc instead of malloc
Guillem Jover [Mon, 21 Jan 2008 08:48:27 +0000 (10:48 +0200)]
Use m_malloc instead of malloc

16 years agoReplace strdup plus error checking usage with a new m_strdup function
Guillem Jover [Mon, 21 Jan 2008 08:30:33 +0000 (10:30 +0200)]
Replace strdup plus error checking usage with a new m_strdup function

Closes: #379028
16 years agoBump version to 1.14.17~
Guillem Jover [Mon, 21 Jan 2008 08:12:34 +0000 (10:12 +0200)]
Bump version to 1.14.17~

16 years agoRelease 1.14.16
Guillem Jover [Mon, 21 Jan 2008 08:01:30 +0000 (10:01 +0200)]
Release 1.14.16

16 years agoAdd README.feature-removal-schedule and README.api
Guillem Jover [Mon, 21 Jan 2008 08:00:19 +0000 (10:00 +0200)]
Add README.feature-removal-schedule and README.api

16 years agoSomeone called the pedantic Changelog police?
Guillem Jover [Mon, 21 Jan 2008 06:46:12 +0000 (08:46 +0200)]
Someone called the pedantic Changelog police?

16 years agoUnfuzzy formerly completed translations now back to 928t
Guillem Jover [Mon, 21 Jan 2008 06:41:06 +0000 (08:41 +0200)]
Unfuzzy formerly completed translations now back to 928t

16 years agoRegenerate .pot files and merge .po files with them
Guillem Jover [Mon, 21 Jan 2008 06:30:24 +0000 (08:30 +0200)]
Regenerate .pot files and merge .po files with them

16 years agoEscape new lines in AC_CHECK_FUNCS
Guillem Jover [Mon, 21 Jan 2008 06:22:30 +0000 (08:22 +0200)]
Escape new lines in AC_CHECK_FUNCS

16 years agoFix incorrect sizeof in a memset call
Ian Jackson [Mon, 19 Nov 2007 20:19:36 +0000 (21:19 +0100)]
Fix incorrect sizeof in a memset call

16 years agoEnable -Wextra by default and disable annoying warnings
Guillem Jover [Mon, 21 Jan 2008 05:02:56 +0000 (07:02 +0200)]
Enable -Wextra by default and disable annoying warnings

16 years agos-s-d: Fix signed vs unsigned warning when comparing to getuid and getgid
Guillem Jover [Mon, 21 Jan 2008 05:02:04 +0000 (07:02 +0200)]
s-s-d: Fix signed vs unsigned warning when comparing to getuid and getgid

16 years agoMerge AC_CHECK_FUNCS macro calls
Guillem Jover [Mon, 21 Jan 2008 04:58:55 +0000 (06:58 +0200)]
Merge AC_CHECK_FUNCS macro calls

16 years agoUse external gettext intl library
Guillem Jover [Mon, 21 Jan 2008 03:34:29 +0000 (05:34 +0200)]
Use external gettext intl library

When porting to other systems without gettext functionality, other
applications might need it as well, so either use --with-libintl-prefix
for a global library, or disable NLS support.

16 years agoActivate Russian translation for scripts
Guillem Jover [Mon, 21 Jan 2008 03:14:35 +0000 (05:14 +0200)]
Activate Russian translation for scripts

16 years agos-s-d: Refactor max open fd into a new function and coalesce close loop
Guillem Jover [Mon, 21 Jan 2008 02:25:33 +0000 (04:25 +0200)]
s-s-d: Refactor max open fd into a new function and coalesce close loop

16 years agos-s-d(8): Fix quotation to get rid of a space between -c option and comma
Guillem Jover [Mon, 21 Jan 2008 02:07:57 +0000 (04:07 +0200)]
s-s-d(8): Fix quotation to get rid of a space between -c option and comma

16 years agoSwitch Maintainer address to <debian-dpkg@lists.debian.org>
Guillem Jover [Sun, 20 Jan 2008 21:47:59 +0000 (23:47 +0200)]
Switch Maintainer address to <debian-dpkg@lists.debian.org>

16 years agoCoalesce matching options into a new section in s-s-d(8)
Guillem Jover [Sun, 20 Jan 2008 03:08:40 +0000 (05:08 +0200)]
Coalesce matching options into a new section in s-s-d(8)

16 years agos-s-d: Change from 'Mandatory' to 'Matching' in --help output
Guillem Jover [Sun, 20 Jan 2008 03:06:32 +0000 (05:06 +0200)]
s-s-d: Change from 'Mandatory' to 'Matching' in --help output

Suggested by Justin Pryzby.

16 years agodpkg-buildpackage: Move most functions to end of file
Frank Lichtenheld [Sun, 20 Jan 2008 00:06:05 +0000 (01:06 +0100)]
dpkg-buildpackage: Move most functions to end of file

* scripts/dpkg-buildpackage.pl: Move most functions to
end of file to allow better reading of the program flow.
This is a remnant of the shell script past.

16 years agodpkg-checkbuilddeps: fix a bug in handling of build-conflicts
Raphael Hertzog [Sat, 19 Jan 2008 22:11:22 +0000 (23:11 +0100)]
dpkg-checkbuilddeps: fix a bug in handling of build-conflicts

16 years agodpkg-buildpackage: use parse_changelog() instead of calling dpkg-parsechangelog
Raphael Hertzog [Sat, 19 Jan 2008 18:00:00 +0000 (19:00 +0100)]
dpkg-buildpackage: use parse_changelog() instead of calling dpkg-parsechangelog