]> err.no Git - dpkg/log
dpkg
17 years agoAllow comparing unsupported architectures for equality and identity
Guillem Jover [Mon, 8 Oct 2007 03:00:38 +0000 (06:00 +0300)]
Allow comparing unsupported architectures for equality and identity

17 years agodpkg-buildpackage: Check if rootcommand is present and error otherwise
Guillem Jover [Fri, 28 Sep 2007 02:44:56 +0000 (05:44 +0300)]
dpkg-buildpackage: Check if rootcommand is present and error otherwise

17 years agodpkg-buildpackage: Document fakeroot being the new default for -r
Guillem Jover [Fri, 28 Sep 2007 02:07:30 +0000 (05:07 +0300)]
dpkg-buildpackage: Document fakeroot being the new default for -r

17 years agodpkg-source: Fix diff generation for filenames containing spaces
Frank Lichtenheld [Sun, 7 Oct 2007 15:10:32 +0000 (17:10 +0200)]
dpkg-source: Fix diff generation for filenames containing spaces

Include a trailing HT character in the diff labels if
the filename contains spaces. Apparantly this is
standard but undocumented diff behaviour. Based on
a patch by Marcel Toele.

17 years agoMerge branch 'master' of git+ssh://kreutzm-guest@git.debian.org/git/dpkg/dpkg
Helge Kreutzmann [Sun, 7 Oct 2007 14:48:09 +0000 (16:48 +0200)]
Merge branch 'master' of git+ssh://kreutzm-guest@git.debian.org/git/dpkg/dpkg

Conflicts:

man/ChangeLog

17 years agopo/de.po: Updated to 1238t0f52u.
Helge Kreutzmann [Sun, 7 Oct 2007 14:41:00 +0000 (16:41 +0200)]
po/de.po: Updated to 1238t0f52u.

17 years agoProofreading by Cyril Brulebois & Christian Perrier
Frédéric Bothamy [Thu, 4 Oct 2007 01:18:11 +0000 (03:18 +0200)]
Proofreading by Cyril Brulebois & Christian Perrier
Additional fixes by myself

17 years agodeb-control.5: Remove obsolete sentence
Frank Lichtenheld [Sun, 30 Sep 2007 20:20:01 +0000 (22:20 +0200)]
deb-control.5: Remove obsolete sentence

The Priority and Section field have nothing to do with
the archive layout since woody.

17 years agodpkg-source.1: Remove superfluous [options] from -b command description
Frank Lichtenheld [Sun, 30 Sep 2007 19:05:20 +0000 (21:05 +0200)]
dpkg-source.1: Remove superfluous [options] from -b command description

17 years agodpkg-buildpackage: check version validity early
Frank Lichtenheld [Sat, 29 Sep 2007 14:45:24 +0000 (16:45 +0200)]
dpkg-buildpackage: check version validity early

error out early if the version number from the changelog
is not a valid Debian version.

17 years agodpkg-buildpackage: Make the testcommand more sensible
Frank Lichtenheld [Sat, 29 Sep 2007 14:36:18 +0000 (16:36 +0200)]
dpkg-buildpackage: Make the testcommand more sensible

Instead of testing /usr/bin/$cmd, test `which $cmd`.

17 years agodpkg-buildpackage: Call gpg with --utf8-strings
Frank Lichtenheld [Sat, 29 Sep 2007 14:20:11 +0000 (16:20 +0200)]
dpkg-buildpackage: Call gpg with --utf8-strings

(signfile): Call gpg with --utf8-strings since otherwise the key
lookup fails with non-ASCII UTF8-encoded names. Since Debian
changelogs should be UTF8 encoded, this is probably the more sane
default.

17 years agoFixed missing update of PO-Revision-Date.
Peter Karlsson [Fri, 28 Sep 2007 13:20:09 +0000 (14:20 +0100)]
Fixed missing update of PO-Revision-Date.

17 years agoFully translate Swedish PO file for scripts.
Peter Karlsson [Fri, 28 Sep 2007 13:18:47 +0000 (14:18 +0100)]
Fully translate Swedish PO file for scripts.

17 years agoUpdated Swedish scripts translation to 461t1u.
Peter Karlsson [Fri, 28 Sep 2007 06:58:45 +0000 (07:58 +0100)]
Updated Swedish scripts translation to 461t1u.

17 years agoUpdated Swedish manual page translation.
Peter Karlsson [Fri, 28 Sep 2007 06:49:29 +0000 (07:49 +0100)]
Updated Swedish manual page translation.

17 years agodpkg-buildpackage: Handle an empty rootcommand correctly
Frank Lichtenheld [Fri, 28 Sep 2007 00:46:31 +0000 (02:46 +0200)]
dpkg-buildpackage: Handle an empty rootcommand correctly

(withecho): Remove empty strings at the begin of the command array.
These can be caused by e.g. an emtpy $rootcommando. It is easiest to
filter them out here.

17 years agoAdd BuildOptions.pm to files to install into dpkg-dev
Frank Lichtenheld [Mon, 24 Sep 2007 22:05:24 +0000 (00:05 +0200)]
Add BuildOptions.pm to files to install into dpkg-dev

17 years agoPropagate my dpkg-buildpackage copyright notice to other locations
Frank Lichtenheld [Mon, 24 Sep 2007 21:22:42 +0000 (23:22 +0200)]
Propagate my dpkg-buildpackage copyright notice to other locations

Sync the copyright notice from usage() with the man page
and add 2007 to my debian/copyright entry.

17 years agodpkg-source.1: Rework documentation of -i and -I options
Frank Lichtenheld [Mon, 24 Sep 2007 20:50:53 +0000 (22:50 +0200)]
dpkg-source.1: Rework documentation of -i and -I options

Now gives clearer explanations and better explains the differences between
the two in syntax and semantics.

17 years agodpkg-source: Allow -I without a pattern
Jari Aalto [Mon, 24 Sep 2007 19:37:21 +0000 (21:37 +0200)]
dpkg-source: Allow -I without a pattern

This loads a default list of pattern mostly similar to
the default regexp of -i.

17 years agodpkg-buildpackage: Do not use absolute path for 'rm' in signfile
Guillem Jover [Mon, 24 Sep 2007 20:23:05 +0000 (23:23 +0300)]
dpkg-buildpackage: Do not use absolute path for 'rm' in signfile

17 years agodpkg-buildpackage: Fix typo in usage
Guillem Jover [Mon, 24 Sep 2007 20:17:30 +0000 (23:17 +0300)]
dpkg-buildpackage: Fix typo in usage

s/dpkg-genchangs/dpkg-genchanges/

17 years agodpkg-buildpackage: Rename warnable_errors to warnable_error in
Guillem Jover [Mon, 24 Sep 2007 20:05:36 +0000 (23:05 +0300)]
dpkg-buildpackage: Rename warnable_errors to warnable_error in

Fix the name to the correct variable name exported from controllib.pl.

17 years agodpkg-buildpackage: Fix typo in usage
Frank Lichtenheld [Mon, 24 Sep 2007 12:32:36 +0000 (14:32 +0200)]
dpkg-buildpackage: Fix typo in usage

s/simultaniously/simultaneously/

17 years agoscripts/po/ChangeLog: Fix merge mess
Frank Lichtenheld [Mon, 24 Sep 2007 12:31:17 +0000 (14:31 +0200)]
scripts/po/ChangeLog: Fix merge mess

17 years agoMerge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
Christian Perrier [Mon, 24 Sep 2007 04:08:51 +0000 (06:08 +0200)]
Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

17 years agoMerge versions (HEAD and mine)
Christian Perrier [Mon, 24 Sep 2007 04:08:32 +0000 (06:08 +0200)]
Merge versions (HEAD and mine)

17 years agoMerge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
Christian Perrier [Mon, 24 Sep 2007 04:06:58 +0000 (06:06 +0200)]
Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

Conflicts:

debian/changelog
scripts/po/ChangeLog

17 years agodpkg-buildpackage: Add new option -j[<number>]
Frank Lichtenheld [Sun, 23 Sep 2007 18:24:51 +0000 (20:24 +0200)]
dpkg-buildpackage: Add new option -j[<number>]

Works like the make options of the same name. It will be passed
to debian/rules in the MAKEFLAGS environment variable. Also the
parallel=<n> DEB_BUILD_OPTIONS option will be honored and set
correctly. The finally used value is determined by the
following order: -j > DEB_BUILD_OPTIONS > MAKEFLAGS.

Based on an idea by Robert Millan <rmh@aybabtu.com>.

17 years agoUpdated ChangeLog
Peter Karlsson [Sun, 23 Sep 2007 07:57:38 +0000 (09:57 +0200)]
Updated ChangeLog

17 years agoscripts/po/: Update
Frank Lichtenheld [Sun, 23 Sep 2007 01:05:26 +0000 (03:05 +0200)]
scripts/po/: Update

17 years agodpkg-buildpackage: Convert from Shell to Perl
Frank Lichtenheld [Thu, 20 Sep 2007 01:40:56 +0000 (03:40 +0200)]
dpkg-buildpackage: Convert from Shell to Perl

This will make it easier to add more features in the
future and easier to give a consistent user experience
(e.g. regarding l10n and output formatting).

Currently this should just be a 1:1 conversion without
any huge changes.

17 years agodpkg-source: Add _MTN to $diff_ignore_default_regexp
Jari Aalto [Sat, 22 Sep 2007 23:20:05 +0000 (01:20 +0200)]
dpkg-source: Add _MTN to $diff_ignore_default_regexp

17 years agoperl.m4: Fix PERL_LIBDIR for prefix != default
Frank Lichtenheld [Sat, 22 Sep 2007 22:26:14 +0000 (00:26 +0200)]
perl.m4: Fix PERL_LIBDIR for prefix != default

Replace the default prefix (vendorprefixexp) with $(prefix)
in vendorlibexp.

Detected by distcheck

17 years agoMerge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
Christian Perrier [Thu, 20 Sep 2007 17:30:10 +0000 (19:30 +0200)]
Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

17 years agoTypo correction in French translation
Christian Perrier [Thu, 20 Sep 2007 16:26:42 +0000 (18:26 +0200)]
Typo correction in French translation

17 years agodpkg-source: Use print instead of printf if printf is not needed
Frank Lichtenheld [Thu, 20 Sep 2007 01:35:32 +0000 (03:35 +0200)]
dpkg-source: Use print instead of printf if printf is not needed

17 years agodpkg-buildpackage: Fix typo in usage
Frank Lichtenheld [Thu, 20 Sep 2007 01:32:20 +0000 (03:32 +0200)]
dpkg-buildpackage: Fix typo in usage

s/dpkg-genchangs/dpkg-genchanges/

17 years agoDpkg.pm: Make regex for $progname more robust
Frank Lichtenheld [Thu, 20 Sep 2007 01:30:00 +0000 (03:30 +0200)]
Dpkg.pm: Make regex for $progname more robust

While it is not very common to have $0 contain no
'/', it may happen on occasion (after all it happened to
me ;).

17 years agoKorean translation updates
Christian Perrier [Wed, 19 Sep 2007 16:27:34 +0000 (18:27 +0200)]
Korean translation updates

17 years agoAdd Vcs-Browser and Vcs-Git fields to debian/control
Guillem Jover [Tue, 18 Sep 2007 09:07:32 +0000 (12:07 +0300)]
Add Vcs-Browser and Vcs-Git fields to debian/control

17 years agoProperly warn when the child process received a signal
Guillem Jover [Tue, 18 Sep 2007 08:50:26 +0000 (11:50 +0300)]
Properly warn when the child process received a signal

17 years agoRemove duplicate nested conditional and move its cotents to the outer one
Guillem Jover [Tue, 18 Sep 2007 08:34:23 +0000 (11:34 +0300)]
Remove duplicate nested conditional and move its cotents to the outer one

17 years agoCleanup merge detritus and changelog formatting
Guillem Jover [Sat, 15 Sep 2007 04:50:12 +0000 (07:50 +0300)]
Cleanup merge detritus and changelog formatting

17 years agoRegenerate dpkg-man.pot and marge with all .po files
Guillem Jover [Sat, 15 Sep 2007 03:33:13 +0000 (06:33 +0300)]
Regenerate dpkg-man.pot and marge with all .po files

17 years agoFix failed install followed by failed remove resulting in installed state
Brian M. Carlson [Fri, 14 Sep 2007 05:24:56 +0000 (08:24 +0300)]
Fix failed install followed by failed remove resulting in installed state

After '<prerm> remove' fails and while doing the error unwinding, if
the '<postinst> abort-remove' call succeeds, preserve the old status
instead of unconditionally setting it to 'Installed'.

17 years agoFixed typo.
Peter Karlsson [Thu, 13 Sep 2007 11:50:06 +0000 (13:50 +0200)]
Fixed typo.

17 years agoUpdated Romanian translation of dpkg
Eddy Petrișor [Mon, 10 Sep 2007 22:15:23 +0000 (01:15 +0300)]
Updated Romanian translation of dpkg

17 years agoUpdate German man page translation to 1254t135f
Helge Kreutzmann [Sun, 9 Sep 2007 11:15:15 +0000 (13:15 +0200)]
Update German man page translation to 1254t135f

17 years agoSove the conflicts I probably created myself by ignorance
Christian Perrier [Sat, 8 Sep 2007 09:02:41 +0000 (11:02 +0200)]
Sove the conflicts I probably created myself by ignorance

17 years agoMerge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
Christian Perrier [Sat, 8 Sep 2007 09:01:05 +0000 (11:01 +0200)]
Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

Conflicts:

debian/changelog
po/ChangeLog

17 years agoNightly changelog police patrol
Guillem Jover [Sat, 8 Sep 2007 03:02:35 +0000 (06:02 +0300)]
Nightly changelog police patrol

17 years agoPackages.bz2 are the preferred alternative to Packages.gz for apt
Guillem Jover [Sat, 8 Sep 2007 02:49:48 +0000 (05:49 +0300)]
Packages.bz2 are the preferred alternative to Packages.gz for apt

17 years agoFix typos in man pages
A. Costa [Sat, 8 Sep 2007 02:44:10 +0000 (05:44 +0300)]
Fix typos in man pages

17 years agoUse fakeroot by default to gain root privileges in dpkg-buildpackage
Guillem Jover [Sat, 8 Sep 2007 02:35:18 +0000 (05:35 +0300)]
Use fakeroot by default to gain root privileges in dpkg-buildpackage

17 years agoStop recognizing the obsolete Optional field when building packages
Guillem Jover [Thu, 6 Sep 2007 02:14:11 +0000 (05:14 +0300)]
Stop recognizing the obsolete Optional field when building packages

17 years agoAvoid escaped quotes by using $() instead of backticks
Guillem Jover [Thu, 6 Sep 2007 02:09:25 +0000 (05:09 +0300)]
Avoid escaped quotes by using $() instead of backticks

The escaped quotes mess up syntax highlighting.

17 years agoDanish translation update
Christian Perrier [Fri, 7 Sep 2007 05:25:08 +0000 (07:25 +0200)]
Danish translation update

17 years agoMerge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
Christian Perrier [Fri, 7 Sep 2007 05:23:17 +0000 (07:23 +0200)]
Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
Portuguese translation update

17 years ago929t
Miguel Figueiredo [Thu, 6 Sep 2007 20:06:36 +0000 (21:06 +0100)]
929t

17 years agoMerge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
Christian Perrier [Thu, 6 Sep 2007 18:13:25 +0000 (20:13 +0200)]
Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

17 years agoFixed incorrect date.
Peter Karlsson [Thu, 6 Sep 2007 07:34:40 +0000 (08:34 +0100)]
Fixed incorrect date.

17 years agoMerge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
Christian Perrier [Thu, 6 Sep 2007 04:37:17 +0000 (06:37 +0200)]
Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

Conflicts:

debian/changelog

17 years agoDo not declare $host_arch as an 'our' variable
Guillem Jover [Thu, 6 Sep 2007 01:50:38 +0000 (04:50 +0300)]
Do not declare $host_arch as an 'our' variable

17 years agoMake %fieldimps private to controllib.pl
Guillem Jover [Thu, 6 Sep 2007 01:47:02 +0000 (04:47 +0300)]
Make %fieldimps private to controllib.pl

17 years agoDocument that apt now requires Packages.bz2 instead of Packages.gz
Guillem Jover [Thu, 6 Sep 2007 01:38:40 +0000 (04:38 +0300)]
Document that apt now requires Packages.bz2 instead of Packages.gz

17 years agoAdd back $dpkglib into @INC, needed by the controllib.pl require in 822-date
Guillem Jover [Thu, 6 Sep 2007 01:33:50 +0000 (04:33 +0300)]
Add back $dpkglib into @INC, needed by the controllib.pl require in 822-date

17 years agoTry to match history with reality
Guillem Jover [Thu, 6 Sep 2007 00:48:42 +0000 (03:48 +0300)]
Try to match history with reality

Few translation commits did not make into the release although they had
been already committed to the repository.

Add a changelog entry for Swedish man page translation.

17 years agoBump version to 1.14.7~.
Guillem Jover [Thu, 6 Sep 2007 00:43:44 +0000 (03:43 +0300)]
Bump version to 1.14.7~.

17 years agoUpdated Swedish man page translation to 1289t.
Peter Karlsson [Wed, 5 Sep 2007 12:06:09 +0000 (13:06 +0100)]
Updated Swedish man page translation to 1289t.

17 years agoRelease 1.14.6.
Guillem Jover [Wed, 5 Sep 2007 04:37:40 +0000 (07:37 +0300)]
Release 1.14.6.

17 years agoBasqqque translation update
Christian Perrier [Wed, 5 Sep 2007 05:31:01 +0000 (07:31 +0200)]
Basqqque translation update

17 years agoRegenerate dpkg-man.pot and marge with all .po files
Guillem Jover [Wed, 5 Sep 2007 04:33:05 +0000 (07:33 +0300)]
Regenerate dpkg-man.pot and marge with all .po files

17 years agoProperly override Homepage field from binary package stanzas
Guillem Jover [Wed, 5 Sep 2007 04:24:52 +0000 (07:24 +0300)]
Properly override Homepage field from binary package stanzas

17 years agoFrench translation update
Frédéric Bothamy [Tue, 4 Sep 2007 01:13:37 +0000 (03:13 +0200)]
French translation update

17 years agoGerman translation update
Christian Perrier [Sun, 2 Sep 2007 18:08:50 +0000 (20:08 +0200)]
German translation update

17 years agoVietnamese translation update
Christian Perrier [Sun, 2 Sep 2007 06:54:31 +0000 (08:54 +0200)]
Vietnamese translation update

17 years agoMerge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
Christian Perrier [Fri, 31 Aug 2007 06:25:19 +0000 (08:25 +0200)]
Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

17 years agoNepali translation update
Christian Perrier [Fri, 31 Aug 2007 06:23:55 +0000 (08:23 +0200)]
Nepali translation update

17 years agoImplement support for Tag field
Guillem Jover [Fri, 31 Aug 2007 02:31:26 +0000 (05:31 +0300)]
Implement support for Tag field

17 years agoSupport Vcs-* fields in control file source package stanza
Guillem Jover [Fri, 31 Aug 2007 02:01:00 +0000 (05:01 +0300)]
Support Vcs-* fields in control file source package stanza

The supported fields are Vcs-Browser, Vcs-Arch, Vcs-Bzr, Vcs-Cvs,
Vcs-Darcs, Vcs-Git, Vcs-Hg, Vcs-Mtn and Vcs-Svn.

17 years agoProperly warn on unknown fields in dpkg-genchanges
Guillem Jover [Fri, 31 Aug 2007 01:35:41 +0000 (04:35 +0300)]
Properly warn on unknown fields in dpkg-genchanges

Explicitely ignore all known fields from the control file source package
stanza in dpkg-genchanges, instead of leaving unknown fields unwarned.

17 years agoIgnore XB- instead of XC- fields from control file binary package stanzas
Guillem Jover [Fri, 31 Aug 2007 01:06:02 +0000 (04:06 +0300)]
Ignore XB- instead of XC- fields from control file binary package stanzas

dpkg-genchanges was wrongly trying to ignore XC- fields (which was a no-op,
those being handled already) when it should have been ignoring XB-.

17 years agoFixed some inconsistencies.
Peter Karlsson [Thu, 30 Aug 2007 19:01:58 +0000 (20:01 +0100)]
Fixed some inconsistencies.

17 years agoRan spelling checker.
Peter Karlsson [Thu, 30 Aug 2007 18:57:10 +0000 (19:57 +0100)]
Ran spelling checker.

17 years agoUpdated to 438t0f0u.
Peter Karlsson [Thu, 30 Aug 2007 18:51:01 +0000 (19:51 +0100)]
Updated to 438t0f0u.

17 years agoUpdated sv to 363t75u.
Peter Karlsson [Thu, 30 Aug 2007 14:04:44 +0000 (15:04 +0100)]
Updated sv to 363t75u.

17 years agoFurther translations.
Peter Karlsson [Thu, 30 Aug 2007 05:58:09 +0000 (06:58 +0100)]
Further translations.

17 years agoStarted translating the scripts PO file.
Peter Karlsson [Wed, 29 Aug 2007 21:12:20 +0000 (22:12 +0100)]
Started translating the scripts PO file.

Committed partial translation to Git to avoid losing strings again the next
time gtranslator refuses to save the file.

17 years agoMerge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
Peter Karlsson [Tue, 28 Aug 2007 15:39:10 +0000 (16:39 +0100)]
Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

17 years agoFix regression producing perl warnings on update-alternatives
Guillem Jover [Tue, 28 Aug 2007 02:09:22 +0000 (05:09 +0300)]
Fix regression producing perl warnings on update-alternatives

Commit 0fafaf6a2f43c487167a9bfa3f7abc55dcde582c reverted a fix for usage
of uninitialized variables.

17 years agoCleanup second pass parsing of dependency fields
Guillem Jover [Tue, 28 Aug 2007 01:24:06 +0000 (04:24 +0300)]
Cleanup second pass parsing of dependency fields

17 years agoMerge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
Peter Karlsson [Sat, 25 Aug 2007 22:00:10 +0000 (00:00 +0200)]
Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

17 years agoMerge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
Peter Karlsson [Sat, 25 Aug 2007 15:13:02 +0000 (17:13 +0200)]
Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

17 years agoFixed broken date.
Peter Karlsson [Sat, 25 Aug 2007 15:12:25 +0000 (17:12 +0200)]
Fixed broken date.

17 years agoUpdated translation of manual page.
Peter Karlsson [Sat, 25 Aug 2007 15:11:54 +0000 (17:11 +0200)]
Updated translation of manual page.

Updated Swedish translation to 1285t.

17 years agoUpdated Swedish translation.
Peter Karlsson [Sat, 25 Aug 2007 15:06:56 +0000 (17:06 +0200)]
Updated Swedish translation.

Added translations of new strings, all strings translated.

17 years agoAllow overriding Homepage from a package stanza in the control file
Guillem Jover [Fri, 24 Aug 2007 14:39:22 +0000 (17:39 +0300)]
Allow overriding Homepage from a package stanza in the control file

17 years agoRemove option description from comment header, usage has them
Guillem Jover [Fri, 24 Aug 2007 13:57:53 +0000 (16:57 +0300)]
Remove option description from comment header, usage has them