]> err.no Git - dpkg/log
dpkg
16 years agodpkg: Fix the support for passing more than one --status-fd option
Guillem Jover [Wed, 4 Jun 2008 01:00:41 +0000 (04:00 +0300)]
dpkg: Fix the support for passing more than one --status-fd option

Until now only the last one was being used.

16 years agodpkg: Fix memory leaks on --set-selections
Guillem Jover [Wed, 4 Jun 2008 00:35:36 +0000 (03:35 +0300)]
dpkg: Fix memory leaks on --set-selections

16 years agolibdpkg: Remove sentinel from catch_signals array
Guillem Jover [Wed, 4 Jun 2008 00:28:37 +0000 (03:28 +0300)]
libdpkg: Remove sentinel from catch_signals array

16 years agolibdpkg: Use memset instead of ad-hoc operation
Guillem Jover [Sun, 1 Jun 2008 19:39:09 +0000 (22:39 +0300)]
libdpkg: Use memset instead of ad-hoc operation

16 years agoDpkg::Control: fix error messages during parsing
Raphael Hertzog [Sun, 1 Jun 2008 19:37:17 +0000 (21:37 +0200)]
Dpkg::Control: fix error messages during parsing

Make sure that the errors during parsing are meaningful and refer to
the filename when possible and not always "standard input".

16 years agodpkg(1): further improve explanation about conffiles
Raphael Hertzog [Sun, 1 Jun 2008 19:05:07 +0000 (21:05 +0200)]
dpkg(1): further improve explanation about conffiles

* man/dpkg.1: Refer to configuration files in the explanation about
package's states because all configuration files (conffiles and
non-conffiles) should be properly handled by the packages. conffiles are
handled by dpkg itself, and non-conffile configuration files by the
configuration scripts. Explain this in the paragraph about removal
of packages.

16 years agolibdpkg: Use size_t intead of int for the index to fix a warning
Guillem Jover [Sun, 1 Jun 2008 18:11:15 +0000 (21:11 +0300)]
libdpkg: Use size_t intead of int for the index to fix a warning

16 years agodpkg-query: Use strpbrk instead of strcspn and strlen
Guillem Jover [Sun, 1 Jun 2008 18:04:17 +0000 (21:04 +0300)]
dpkg-query: Use strpbrk instead of strcspn and strlen

16 years agodpkg-query: Trim trailing slash and slash dot from arguments
Guillem Jover [Sun, 1 Jun 2008 17:09:16 +0000 (20:09 +0300)]
dpkg-query: Trim trailing slash and slash dot from arguments

Do this when the arguments are path names, but not on patterns, to avoid
unexpected behaviour. Closes: #129577

16 years agolibdpkg: Make rtrim_slash_slashdot return the string size
Guillem Jover [Sun, 1 Jun 2008 17:24:55 +0000 (20:24 +0300)]
libdpkg: Make rtrim_slash_slashdot return the string size

16 years agoRevert "dpkg-query: strip trailing slashes in parameters after -S or --search"
Guillem Jover [Sun, 1 Jun 2008 17:23:36 +0000 (20:23 +0300)]
Revert "dpkg-query: strip trailing slashes in parameters after -S or --search"

This reverts commit 7ab25f626b66de6eb6e1deafef4e91727873a621.

Conflicts:

ChangeLog
debian/changelog

16 years agodpkg-gencontrol: accept "-c-" to read the control file from stdin
Raphael Hertzog [Sun, 1 Jun 2008 10:07:17 +0000 (12:07 +0200)]
dpkg-gencontrol: accept "-c-" to read the control file from stdin

* scripts/Dpkg/Control.pm (parse, parse_fh, new): Add a new function
parse_fh() to be able to parse the control file from an arbitrary
file handle. Change parse() to use it and modify new() to parse
STDIN instead of a real file if the parameter is "-".

16 years agodpkg-deb: improve error message "unable to extract"
Daniel Hahler [Sun, 1 Jun 2008 08:30:04 +0000 (10:30 +0200)]
dpkg-deb: improve error message "unable to extract"

* src/archives.c (tarobject): Improve error message stating that
dpkg is unable to create a file so that it also refers to the real
filename instead of the non-diverted name only.

16 years agodpkg(1): Use conffile for config files handled by dpkg
Raphael Hertzog [Sat, 31 May 2008 19:27:49 +0000 (21:27 +0200)]
dpkg(1): Use conffile for config files handled by dpkg

* man/dpkg.1: Use the term conffile for a configuration file handled
by dpkg. Drop reference to hamm. Updated description of values
supported by -D to include those which are trigger related.

16 years agodpkg-query: strip trailing slashes in parameters after -S or --search
Raphael Hertzog [Sat, 31 May 2008 17:46:31 +0000 (19:46 +0200)]
dpkg-query: strip trailing slashes in parameters after -S or --search

* src/query.c (searchfiles): Trim trailing slashes (and slash dot) in the
arguments of dpkg -S.

16 years agoFix error in the German translation for dpkg-gencontrol.1
Frank Lichtenheld [Thu, 29 May 2008 19:20:13 +0000 (21:20 +0200)]
Fix error in the German translation for dpkg-gencontrol.1

16 years agoCoalesce similar badusage() strings for translation
Guillem Jover [Sat, 24 May 2008 06:12:43 +0000 (09:12 +0300)]
Coalesce similar badusage() strings for translation

16 years agoUse sizeof_array instead of ad-hoc calculation
Guillem Jover [Sat, 24 May 2008 05:46:24 +0000 (08:46 +0300)]
Use sizeof_array instead of ad-hoc calculation

16 years agodpkg-trigger: Remove duplicate program name from badusage output
Guillem Jover [Sat, 24 May 2008 05:42:34 +0000 (08:42 +0300)]
dpkg-trigger: Remove duplicate program name from badusage output

16 years agoFix link order when using libcompat.a and libintl.a
Guillem Jover [Mon, 19 May 2008 04:33:49 +0000 (07:33 +0300)]
Fix link order when using libcompat.a and libintl.a

Place them after libdpkg.a.
Based on a patch by Martin Koeppe. Closes: #481805

16 years agoAdd '.be' to the default dpkg-source -i regex and -I pattern
Guillem Jover [Mon, 19 May 2008 03:56:45 +0000 (06:56 +0300)]
Add '.be' to the default dpkg-source -i regex and -I pattern

Based on a patch by Ben Finney. Closes: #481716

16 years agoAdd ChangeLog entry for bd40cd8d18f3751420e402f3e3c4fb5ebf20c72c
Guillem Jover [Mon, 19 May 2008 03:49:37 +0000 (06:49 +0300)]
Add ChangeLog entry for bd40cd8d18f3751420e402f3e3c4fb5ebf20c72c

16 years agodpkg-gencontrol: Rename $package_type to $pkg_type for uniformity
Guillem Jover [Mon, 12 May 2008 18:25:44 +0000 (21:25 +0300)]
dpkg-gencontrol: Rename $package_type to $pkg_type for uniformity

16 years agoMark and coalesce similar strings for translation
Guillem Jover [Mon, 12 May 2008 17:59:54 +0000 (20:59 +0300)]
Mark and coalesce similar strings for translation

16 years agoUse sizeof_array() instead of ad-hoc calculations
Guillem Jover [Mon, 12 May 2008 04:02:29 +0000 (07:02 +0300)]
Use sizeof_array() instead of ad-hoc calculations

16 years agoRefactor subprocess signal setup
Guillem Jover [Mon, 12 May 2008 03:50:12 +0000 (06:50 +0300)]
Refactor subprocess signal setup

16 years agolibdpkg: Add new rtrim_slash_slashdot private function
Guillem Jover [Mon, 12 May 2008 03:15:24 +0000 (06:15 +0300)]
libdpkg: Add new rtrim_slash_slashdot private function

16 years agoMerge branch 'lenny'
Raphael Hertzog [Mon, 12 May 2008 12:11:41 +0000 (14:11 +0200)]
Merge branch 'lenny'

Conflicts:

ChangeLog
configure.ac
debian/changelog
man/ChangeLog
po/ChangeLog
po/pt.po

16 years agoBump version to 1.14.19~
Guillem Jover [Mon, 12 May 2008 06:07:02 +0000 (09:07 +0300)]
Bump version to 1.14.19~

16 years agoRelease 1.14.19
Guillem Jover [Mon, 12 May 2008 05:51:57 +0000 (08:51 +0300)]
Release 1.14.19

16 years agoChangeLog police
Guillem Jover [Mon, 12 May 2008 05:32:28 +0000 (08:32 +0300)]
ChangeLog police

16 years agoRegenerate .pot files and merge .po files with them
Guillem Jover [Mon, 12 May 2008 05:24:09 +0000 (08:24 +0300)]
Regenerate .pot files and merge .po files with them

16 years agodpkg-gencontrol: Consider also custom Package-Type fields for warnings
Guillem Jover [Mon, 12 May 2008 05:15:16 +0000 (08:15 +0300)]
dpkg-gencontrol: Consider also custom Package-Type fields for warnings

Closes: #452273
16 years agodpkg-source(1): small POD fix, properly escape hyphen in -i option
Raphael Hertzog [Sun, 11 May 2008 20:02:35 +0000 (22:02 +0200)]
dpkg-source(1): small POD fix, properly escape hyphen in -i option

16 years ago64bits fix: head->width is a size_t, needs %zd format.
Pierre Habouzit [Sun, 11 May 2008 18:45:02 +0000 (20:45 +0200)]
64bits fix: head->width is a size_t, needs %zd format.

* lib/showpkg.c (show1package): Use %zd instead of %d in sprintf()
call with a size_t parameter.

16 years agoAdd a --query option to update-alternatives. Closes: #336091, #441904
Pierre Habouzit [Sun, 11 May 2008 16:31:51 +0000 (18:31 +0200)]
Add a --query option to update-alternatives. Closes: #336091, #441904

* scripts/update-alternatives.pl: add a --query option that works like
--display but outputs a machine parseable rfc822-like output.
* man/update-alternatives.8: document that new option, and the
associated format.

16 years agoUpdated Brazilian Portuguese translation for dpkg and dselect
Felipe Augusto van de Wiel (faw) [Sun, 11 May 2008 19:35:13 +0000 (16:35 -0300)]
Updated Brazilian Portuguese translation for dpkg and dselect

* po/pt_BR.po: Updated to 984t.
* dselect/po/pt_BR.po: Updated to 288t.

16 years agoActivate triggers when a file is removed in a shared directory
Raphael Hertzog [Sun, 11 May 2008 14:41:23 +0000 (16:41 +0200)]
Activate triggers when a file is removed in a shared directory

* src/processarc.c (process_archive): While removing files that
disappeared, move the call to namenodetouse before the test
that skips directory shared with other packages. This is required
because namenodetouse() handles trigger activation and we really
want directories containing (only) removed files to activate the
corresponding triggers.

16 years agoFix typo
Christian Perrier [Sun, 11 May 2008 06:37:22 +0000 (08:37 +0200)]
Fix typo

16 years agoStart proofreading of German manpages translation
Sven Joachim [Sat, 10 May 2008 15:58:53 +0000 (17:58 +0200)]
Start proofreading of German manpages translation

16 years agoFrench translation updated (LCFC)
Christian Perrier [Sat, 10 May 2008 12:08:35 +0000 (14:08 +0200)]
French translation updated (LCFC)

16 years agoTranslate one more paragraph for dselect into German
Helge Kreutzmann [Fri, 9 May 2008 15:23:10 +0000 (17:23 +0200)]
Translate one more paragraph for dselect into German

16 years agoUpdate German dpkg and dselect translations
Sven Joachim [Fri, 9 May 2008 10:51:00 +0000 (12:51 +0200)]
Update German dpkg and dselect translations

Change translation of "breaks" after discussion with the German
translation team.

16 years agoUpdated Swedish translation.
Peter Karlsson [Fri, 9 May 2008 05:09:07 +0000 (06:09 +0100)]
Updated Swedish translation.

man/po/sv.po: Updated to 1601t0f0u.

16 years agoRegenerate man/po/*.po(t) and update German translation again
Helge Kreutzmann [Thu, 8 May 2008 20:44:14 +0000 (22:44 +0200)]
Regenerate man/po/*.po(t) and update German translation again

16 years agodpkg-source (2.0/3.0 (quilt)): create stamp file with automatic patch
Raphael Hertzog [Thu, 8 May 2008 18:17:31 +0000 (20:17 +0200)]
dpkg-source (2.0/3.0 (quilt)): create stamp file with automatic patch

* scripts/Dpkg/Source/Package/V2.pm,
scripts/Dpkg/Source/Package/V3/quilt.pm: Ensure the
.dpkg-source-applied stamp file is created when an automatic patch
is created so that a second build doesn't try to mistakenly
reapply it.

16 years agodpkg-source (2.0/3.0 (quilt)): refuse binary files in debian subdir
Raphael Hertzog [Thu, 8 May 2008 17:12:23 +0000 (19:12 +0200)]
dpkg-source (2.0/3.0 (quilt)): refuse binary files in debian subdir

* scripts/Dpkg/Source/Functions.pm (is_binary): New function
to check if a file is binary by using diff against it.
* scripts/Dpkg/Source/Package/V2.pm (do_build): Check that all files from
the debian sub-directory are non-binary and only allow whitelisted binary
files.
* man/dpkg-source.1: Document this behaviour.

16 years agoCorrect a translation, thanks to Frank Lichtenheld
Helge Kreutzmann [Thu, 8 May 2008 16:58:00 +0000 (18:58 +0200)]
Correct a translation, thanks to Frank Lichtenheld

16 years agoFix minor typos in German translation
Helge Kreutzmann [Thu, 8 May 2008 16:17:40 +0000 (18:17 +0200)]
Fix minor typos in German translation

16 years agoDpkg::Changelog::Debian: bugfix in changelog parser
Raphael Hertzog [Thu, 8 May 2008 15:40:33 +0000 (17:40 +0200)]
Dpkg::Changelog::Debian: bugfix in changelog parser

* scripts/Dpkg/Changelog/Debian.pm (parse): Bugfix in creation of
an unexpected new changelog entry that lacks an heading line.
Closes: #478925
16 years agoFrench translation update
Christian Perrier [Thu, 8 May 2008 05:13:37 +0000 (07:13 +0200)]
French translation update

16 years agoUpdated Portuguese translation
Miguel Figueiredo [Fri, 2 May 2008 21:45:49 +0000 (22:45 +0100)]
Updated Portuguese translation

16 years agoAdd a missing space in Polish dpkg translation
Robert Luberda [Wed, 7 May 2008 06:05:11 +0000 (08:05 +0200)]
Add a missing space in Polish dpkg translation

16 years agoReword two terms in German dpkg translation
Sven Joachim [Tue, 6 May 2008 19:14:48 +0000 (21:14 +0200)]
Reword two terms in German dpkg translation

16 years agoUpdated Polish translations (from Wiktor Wandachowicz)
Robert Luberda [Mon, 5 May 2008 21:33:38 +0000 (23:33 +0200)]
Updated Polish translations (from Wiktor Wandachowicz)

16 years agoEnhance dpkg-source's manual page
Raphael Hertzog [Mon, 5 May 2008 17:30:27 +0000 (19:30 +0200)]
Enhance dpkg-source's manual page

* man/dpkg-source.1: Improve explanation of -i when used with
VCS-based source packages.

16 years agoNearly finish German scripts translations (from debian-l10n-german)
Helge Kreutzmann [Mon, 5 May 2008 16:49:15 +0000 (18:49 +0200)]
Nearly finish German scripts translations (from debian-l10n-german)

16 years agodpkg-gensymbols: fail when empty values are given to -v, -P or -e.
Raphael Hertzog [Mon, 5 May 2008 12:14:17 +0000 (14:14 +0200)]
dpkg-gensymbols: fail when empty values are given to -v, -P or -e.

* scripts/dpkg-gensymbols.pl: Do not accept empty parameters for
-v, -P and -e. "-v" led to empty versions in symbols files and people used
that option by mistake believing it would enable a verbose mode.

16 years agoUpdated Dutch dselect translation
Bart Cornelis (cobaco) [Mon, 5 May 2008 11:20:38 +0000 (13:20 +0200)]
Updated Dutch dselect translation

16 years agodpkg-shlibdeps: improve "library not found" error message
Raphael Hertzog [Mon, 5 May 2008 10:11:10 +0000 (12:11 +0200)]
dpkg-shlibdeps: improve "library not found" error message

* scripts/dpkg-shlibdeps.pl: Include the format of the desired
library in the "library not found" error message.

16 years agoUpdate Czech translation
Miroslav Kure [Sun, 4 May 2008 11:58:35 +0000 (13:58 +0200)]
Update Czech translation

16 years agoAgain fix Eddy's comma
Christian Perrier [Sun, 4 May 2008 07:39:06 +0000 (09:39 +0200)]
Again fix Eddy's comma

16 years agoDpkg::Source::Patch.pm: Add missing import of internerr
Marco d'Itri [Sun, 4 May 2008 03:40:59 +0000 (06:40 +0300)]
Dpkg::Source::Patch.pm: Add missing import of internerr

Closes: #479205
16 years agoUpdate Slovak dpkg translation
Ivan Masár [Sun, 4 May 2008 03:11:03 +0000 (06:11 +0300)]
Update Slovak dpkg translation

16 years agoUpdate Russian dpkg-dev translation
Yuri Kozlov [Sat, 3 May 2008 17:05:32 +0000 (20:05 +0300)]
Update Russian dpkg-dev translation

16 years agoFrench dseclect translation update
Christian Perrier [Sat, 3 May 2008 17:11:19 +0000 (19:11 +0200)]
French dseclect translation update

16 years agoUpdate Slovak dpkg and dselect translations
Ivan Masár [Fri, 2 May 2008 21:59:33 +0000 (00:59 +0300)]
Update Slovak dpkg and dselect translations

16 years agoUpdate Russian dpkg and dselect translations
Yuri Kozlov [Fri, 2 May 2008 21:46:04 +0000 (00:46 +0300)]
Update Russian dpkg and dselect translations

16 years agoUpdated Portuguese translation
Miguel Figueiredo [Fri, 2 May 2008 21:45:49 +0000 (22:45 +0100)]
Updated Portuguese translation

16 years ago[intl:hu] initial git update - 818t
SZERVÁC Attila [Fri, 2 May 2008 13:50:38 +0000 (15:50 +0200)]
[intl:hu] initial git update - 818t

16 years agou-a: Do not suggest manually changing the symlinks on verbose mode
Guillem Jover [Fri, 2 May 2008 03:51:08 +0000 (06:51 +0300)]
u-a: Do not suggest manually changing the symlinks on verbose mode

Closes: #412487
16 years agoUpdated Polish dpkg translation
Robert Luberda [Wed, 30 Apr 2008 18:57:16 +0000 (20:57 +0200)]
Updated Polish dpkg translation

* po/pl.po: Updated to 984t by Wiktor Wandachowicz.

16 years agoFix typo in an error message
Raphael Hertzog [Tue, 29 Apr 2008 18:35:55 +0000 (20:35 +0200)]
Fix typo in an error message

* scripts/Dpkg/Source/Package/V3/git.pm (do_extract): Fix error message.
* scripts/po/*.po: Update the po files accordingly.

16 years agoUpdate fuzzy strings and translate new strings in man pages into German
Helge Kreutzmann [Tue, 29 Apr 2008 17:31:34 +0000 (19:31 +0200)]
Update fuzzy strings and translate new strings in man pages into German

16 years agoContinued German scripts translation, including minor fixes
Helge Kreutzmann [Tue, 29 Apr 2008 17:08:00 +0000 (19:08 +0200)]
Continued German scripts translation, including minor fixes

16 years agoI should triple-check changes I make early in the morning... :-)
Peter Karlsson [Tue, 29 Apr 2008 06:40:37 +0000 (07:40 +0100)]
I should triple-check changes I make early in the morning... :-)

16 years agoFix-up last commit.
Peter Karlsson [Tue, 29 Apr 2008 06:39:27 +0000 (07:39 +0100)]
Fix-up last commit.

16 years agoUpdated Swedish translation.
Peter Karlsson [Tue, 29 Apr 2008 05:36:32 +0000 (06:36 +0100)]
Updated Swedish translation.

scripts/po/sv.po: updated to 469t0f0u.
man/po/sv.po: updated to 1601t0f0u.

16 years agoBump version to 1.15.0~
Guillem Jover [Tue, 29 Apr 2008 03:02:57 +0000 (06:02 +0300)]
Bump version to 1.15.0~

16 years agoRegenerate .pot files and merge .po files with them
Guillem Jover [Tue, 29 Apr 2008 04:03:15 +0000 (07:03 +0300)]
Regenerate .pot files and merge .po files with them

16 years agoUpdate TODO list
Guillem Jover [Tue, 29 Apr 2008 02:55:01 +0000 (05:55 +0300)]
Update TODO list

16 years agoAdd missing format specifier in Swedish translation
Sven Joachim [Mon, 28 Apr 2008 20:18:20 +0000 (22:18 +0200)]
Add missing format specifier in Swedish translation

16 years agodpkg-source: change the logic to find the object used to unpack/build
Raphael Hertzog [Fri, 25 Apr 2008 19:35:19 +0000 (21:35 +0200)]
dpkg-source: change the logic to find the object used to unpack/build

* scripts/Dpkg/Source/Package.pm (upgrade_object_type): Instead
of using the full Format: version to deduce the perl object name
use only the major part of the version. The minor part is under
control of the corresponding object, that way they can evolve
and indicate that the source package has changed in a backwards
compatible way. See
http://lists.debian.org/debian-dpkg/2008/04/msg00045.html
Also add a new parameter to disable update of the minor version in
the Format field.
(initialize): Don't let the Format field be updated by
upgrade_object_type() as this function only loads information from
the .dsc into the object.
* scripts/Dpkg/Source/Package/**: Rename V1_0.pm into V1.pm,
V2_0.pm into V2.pm and V3_0/ into V3/. Fix perl package names
accordingly. Integrated a $CURRENT_MINOR_VERSION set to "0"
in all packages.
* scripts/Makefile.am, scripts/po/POTFILES.in: Update the lists
according to above file renames.

16 years agodpkg-source: parse correctly series files with patch options
Raphael Hertzog [Fri, 25 Apr 2008 17:08:01 +0000 (19:08 +0200)]
dpkg-source: parse correctly series files with patch options

* scripts/Dpkg/Source/Package/V3_0/quilt.pm: Parse correctly
series files with patch options and warn if something else than
-p1 is used.
* man/dpkg-source.1: Document how dpkg-source handles those patch
options in series files.

16 years agoUnderstood that "they" is the plural non-gender form, translated it properly
Helge Kreutzmann [Sat, 26 Apr 2008 14:33:42 +0000 (16:33 +0200)]
Understood that "they" is the plural non-gender form, translated it properly

16 years agoUpdate German dselect translation
Sven Joachim [Fri, 25 Apr 2008 18:27:43 +0000 (20:27 +0200)]
Update German dselect translation

16 years agoMerge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg
Peter Karlsson [Fri, 25 Apr 2008 15:10:51 +0000 (16:10 +0100)]
Merge branch 'master' of ssh://git.debian.org/git/dpkg/dpkg

16 years agoUpdated Swedish translation.
Peter Karlsson [Fri, 25 Apr 2008 15:09:27 +0000 (16:09 +0100)]
Updated Swedish translation.

Updated man/po/sv.po to 1600t0f0u.
Updated po/sv.po to 984t.
Fixed old entry in scripts/po/ChangeLog (forgot to commit the change last time).

16 years ago* debian/.gitignore: add *.debhelper.log (generated by debhelper v7)
Raphael Hertzog [Fri, 25 Apr 2008 14:45:02 +0000 (16:45 +0200)]
* debian/.gitignore: add *.debhelper.log (generated by debhelper v7)

16 years agoCleanup of various Conflicts/Replaces
Raphael Hertzog [Fri, 25 Apr 2008 12:42:36 +0000 (14:42 +0200)]
Cleanup of various Conflicts/Replaces

16 years agodpkg-source: fix permissions of tarballs in native source packages
Raphael Hertzog [Fri, 25 Apr 2008 12:08:17 +0000 (14:08 +0200)]
dpkg-source: fix permissions of tarballs in native source packages

* scripts/Dpkg/Source/Package/V3_0/native.pm: Fix permissions of
generated tarballs to "666 & ~umask()".

16 years agoContinue German translation of scripts, including fixes from Sven Joachim
Helge Kreutzmann [Tue, 22 Apr 2008 20:03:50 +0000 (22:03 +0200)]
Continue German translation of scripts, including fixes from Sven Joachim

16 years agoUpdate German man page translation after explanations from Raphael Hertzog
Helge Kreutzmann [Tue, 22 Apr 2008 18:51:25 +0000 (20:51 +0200)]
Update German man page translation after explanations from Raphael Hertzog

16 years agoClarify dpkg-source man page as agreed to on debian-dpkg
Helge Kreutzmann [Mon, 21 Apr 2008 17:38:47 +0000 (19:38 +0200)]
Clarify dpkg-source man page as agreed to on debian-dpkg

16 years agoFix a typo in dpkg-shlibdeps.1 (and unfuzzy translations)
Helge Kreutzmann [Mon, 21 Apr 2008 17:31:55 +0000 (19:31 +0200)]
Fix a typo in dpkg-shlibdeps.1 (and unfuzzy translations)

16 years agoComplete German man page translation (except dselect), including fixes
Helge Kreutzmann [Mon, 21 Apr 2008 17:21:37 +0000 (19:21 +0200)]
Complete German man page translation (except dselect), including fixes

16 years agoUpdated Polish translations.
Robert Luberda [Sun, 20 Apr 2008 18:03:38 +0000 (20:03 +0200)]
Updated Polish translations.

16 years agoPortuguese translation updated to 951t
Miguel Figueiredo [Wed, 16 Apr 2008 22:36:35 +0000 (23:36 +0100)]
Portuguese translation updated to 951t

16 years agodpkg-genchanges: use Package-Type control field to detect udebs
Raphael Hertzog [Mon, 14 Apr 2008 19:31:52 +0000 (21:31 +0200)]
dpkg-genchanges: use Package-Type control field to detect udebs

* scripts/Dpkg/Fields.pm (find_custom_field, get_custom_field):
New function to handle custom fields (X[SBC]*-*).
* scripts/dpkg-genchanges.pl: Use Package-Type control field to
decide if a package is an udeb instead of relying on the file
extension of a generated package since that doesn't work when
generating source-only uploads for example.

16 years agodpkg-source: fix an error message about unrepresentable changes to source
Raphael Hertzog [Mon, 14 Apr 2008 16:28:29 +0000 (18:28 +0200)]
dpkg-source: fix an error message about unrepresentable changes to source

* scripts/Dpkg/Source/Patch.pm (_fail_not_same_type): Fix
inversion between new/old filetype.