~ubuntu-branches/ubuntu/lucid/dpkg/lucid

« back to all changes in this revision

Viewing changes to man/po/po4a.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Guillem Jover, Guillem Jover, Raphael Hertzog, Modestas Vainius, Updated dpkg translations, Updated dselect translations, Updated man page translations, Updated scripts translations
  • Date: 2009-09-06 09:37:45 UTC
  • mto: (1.4.1 squeeze)
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: james.westby@ubuntu.com-20090906093745-orb3im04ozfxypis
Tags: 1.15.4
[ Guillem Jover ]
* Call _g instead of g_ in dpkg-name.
* Fix inverted logic when deciding to assume the architecture in dpkg-name
  when the package didn't have such field.
* Do not take into account Revision and Package_Revision fields in dpkg-name
  and dpkg-scanpackages as they have been handled already by “dpkg-deb -I”.
* Switch dpkg-scansources to use Dpkg::Cdata instead of duplicating the
  .dsc parsing code. As a side effect it now handles properly bogus files.
* Do not remap obsolete fields in dpkg-scanpackages as they have been
  handled already by “dpkg-deb -I”.
* Properly mark packages being purged for disappearance from the database.
  This will make the status database not be left behind with traces of old
  not-installed packages. Closes: #472208
* On parse mark not-installed leftover packages for automatic removal from
  the database on next dump. This obsoletes the --forget-old-unavail option,
  thus making it now a no-op. Closes: #33394, #429262
* Document “hold” under package selection states instead of flags in dpkg(1).
* Remove trailing ‘/’ and ‘/.’ from the directory name to be used as the
  package name on “dpkg-deb -b”. Closes: #218018, #373602
* Remove obsolete ‘hold’ and ‘hold-reinstreq’ internal status flags.
* Add fakeroot to dpkg-dev Recommends. Closes: #536821
* Fix an always false test when trying to decide which package to deselect
  to resolve a dependency problem in dselect.
* Add uClibc Linux support to ostable and triplettable. Closes: #455501
* Add uClinux support to ostable and triplettable.
  Thanks to Simon Richter <sjr@debian.org>.
* When aborting due to file conflicts print the version of the conflicted
  package. Closes: #540019
* Remove double slash in database path visible to the user in some error
  conditions.
* Stop macthing sparc64-*-* GNU triplets with sparc Debian architecture.
* Add support for config.d style directories in dpkg and dselect,
  (/etc/dpkg/dpkg.cfg.d and /etc/dpkg/dselect.cfg.d respectively).
* Define DPKG_MAINTSCRIPT_ARCH on the maintainer script environment to the
  architecture the package got built for.
* Document DPKG_MAINTSCRIPT_PACKAGE maintainer script environment variable
  in dpkg man page.
* Document DPKG_RUNNING_VERSION maintainer script environment variable
  in dpkg man page.
* Change po4a usage to not create unwated changes depending if doing out or
  in-tree builds.
* Use po4a “--previous” support when updating the man pages.
  Suggested by Christian Perrier <bubulle@debian.org>.
* On configuration error print file name and line number.
* Allow quoting values in configuration file options.
* Add new --pre-invoke and --post-invoke hooks in dpkg.
* Add new --control-path command to dpkg-query.
* Use ohshit on bad version syntax in --compare-versions.
* Add Multi-Arch to the list of known binary package fields for dpkg-dev.
  Thanks to Steve Langasek <vorlon@debian.org>.

[ Raphael Hertzog ]
* Replace install-info by a wrapper around GNU's install-info. The wrapper
  will be dropped in squeeze+1. dpkg now Breaks: old versions of
  info-browsers that do not depend on the new install-info package
  that provides the real functionality. Closes: #9771, #523980
  See http://wiki.debian.org/Transitions/DpkgToGnuInstallInfo for details.
* Fix dpkg's preinst in case /var/lib/dpkg/alternatives contains unexpected
  sub-directories. Closes: #535138
  And also when one of the file doesn't contain correct alternatives
  information (improper number of lines). Closes: #537558
* Upgrade Standards-Version to 3.8.2 (no changes).
* Update deb-substvars(5) to list fields that do not support substvars.
  Closes: #535353
* Fix dpkg-parsechangelog to include all entries with -v0 parameter.
  Closes: #537800
* Fix update-alternatives to mention the correct slave link that can't
  be installed due to a conflicting file instead of quoting the master link.
* Add support for extra override file in dpkg-scanpackages. Thanks to Robert
  Millan for the patch. Closes: #537559
* Add support for extra override file in dpkg-scansources.
* Document format of extra override file in a new manual page
  deb-extra-override(5).
* Update sample in dpkg-gensymbols(1) to give an accurate listing of
  64 bit arches. Thanks to Julien Cristau for the patch. Closes: #540382
* Create /etc/cron.daily/dpkg to handle the backup of
  /var/lib/dpkg/status in /var/backups. This is taken out of the cron
  package and need no conflicts/breaks as the code does nothing if
  the current status file is already backupped. Thanks to Leo 'costela'
  Antunes <costela@debian.org> for the patch. Closes: #541412
* Change behaviour of dpkg --merge-avail to not update a package's
  information if the version provided is older than the one already listed
  in the available file. Thanks to Ian Jackson
  <ian@davenant.greenend.org.uk> for the patch. Closes: #496114
* dpkg-architecture can now export DEB_{HOST,BUILD}_ARCH_{BITS,ENDIAN}
  (pointer size and endianness):
  - cputable (in dpkg) modified to contain those information
  - dpkg-dev depends on dpkg (>= 1.15.4) to ensure that we have an updated
    cputable (and so that a versioned build-dependency on dpkg-dev is enough
    to use this new feature)
  Closes: #531307
* Split overly long Binary: field values over multiple lines. This is
  allowed since policy 3.8.3. Closes: #494714
* Improve performance of dpkg-shlibdeps by caching minimal version
  associated to each library in Dpkg::Shlib::SymbolFile. Thanks to
  Jiří Paleček <jpalecek@web.de> for the patch.
* Slightly improve dpkg-source(1) by giving the section name that we're
  referring to. Closes: #544037
* Fix translation error in german manpage of dpkg-buildpackage. Thanks
  to Joachim Breitner <nomeata@debian.org>. Closes: #541829

[ Modestas Vainius ]
* Provide a meaningful label for dpkg-gensymbols diff.

[ Updated dpkg translations ]
* Asturian (Marcos Alvarez Costales). Closes: #535327
* French (Christian Perrier).
* German (Sven Joachim).
* Italian (Milo Casagrande). Closes: #536538
* Russian (Yuri Kozlov). Closes: #542254
* Slovak (Ivan Masár). Closes: #537742
* Swedish (Peter Krefting).

[ Updated dselect translations ]
* Russian (Yuri Kozlov). Closes: #542254
* Slovak (Ivan Masár). Closes: #537741

[ Updated man page translations ]
* French (Christian Perrier).
* German (Helge Kreutzmann), proofread by Jens Seidel.
* Swedish (Peter Krefting).

[ Updated scripts translations ]
* French completed (Christian Perrier).
* German (Helge Kreutzmann).
* Russian (Yuri Kozlov). Closes: #542254
* Swedish (Peter Krefting).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[po4a_langs] de es fr hu ja pl pt_BR ru sv
2
 
[po4a_paths] $(srcdir)/po/dpkg-man.pot $lang:$(srcdir)/po/$lang.po
 
2
[po4a_paths] po/dpkg-man.pot $lang:po/$lang.po
3
3
 
4
4
# Make sure the man pages are generated with the right encoding.
5
5
[po4a_alias:man] man                                      \
13
13
                 opt_ru:"-L koi8-r         -A koi8-r"     \
14
14
                 opt_sv:"-L ISO-8859-1"
15
15
 
16
 
[type:man] $(srcdir)/deb.5                      \
17
 
           $lang:$lang/deb.5                    \
18
 
           add_$lang:$(srcdir)/po/$lang.add
19
 
 
20
 
 
21
 
[type:man] $(srcdir)/deb-control.5              \
22
 
           $lang:$lang/deb-control.5            \
23
 
           add_$lang:$(srcdir)/po/$lang.add
24
 
 
25
 
 
26
 
[type:man] $(srcdir)/deb-version.5              \
27
 
           $lang:$lang/deb-version.5            \
28
 
           add_$lang:$(srcdir)/po/$lang.add
29
 
 
30
 
 
31
 
[type:man] $(srcdir)/deb-old.5                  \
32
 
           $lang:$lang/deb-old.5                \
33
 
           add_$lang:$(srcdir)/po/$lang.add
34
 
 
35
 
 
36
 
[type:man] $(srcdir)/deb-override.5             \
37
 
           $lang:$lang/deb-override.5           \
38
 
           add_$lang:$(srcdir)/po/$lang.add
39
 
 
40
 
 
41
 
[type:man] $(srcdir)/deb-shlibs.5               \
42
 
           $lang:$lang/deb-shlibs.5             \
43
 
           add_$lang:$(srcdir)/po/$lang.add
44
 
 
45
 
 
46
 
[type:man] $(srcdir)/deb-substvars.5            \
47
 
           $lang:$lang/deb-substvars.5          \
48
 
           add_$lang:$(srcdir)/po/$lang.add
49
 
 
50
 
 
51
 
[type:man] $(srcdir)/deb-symbols.5              \
52
 
           $lang:$lang/deb-symbols.5            \
53
 
           add_$lang:$(srcdir)/po/$lang.add
54
 
 
55
 
 
56
 
[type:man] $(srcdir)/deb-triggers.5             \
57
 
           $lang:$lang/deb-triggers.5           \
58
 
           add_$lang:$(srcdir)/po/$lang.add
59
 
 
60
 
 
61
 
[type:man] $(srcdir)/dpkg.1                     \
62
 
           $lang:$lang/dpkg.1                   \
63
 
           add_$lang:$(srcdir)/po/$lang.add
64
 
 
65
 
 
66
 
[type:man] $(srcdir)/dpkg-architecture.1        \
67
 
           $lang:$lang/dpkg-architecture.1      \
68
 
           add_$lang:$(srcdir)/po/$lang.add
69
 
 
70
 
 
71
 
[type:man] $(srcdir)/dpkg.cfg.5                 \
72
 
           $lang:$lang/dpkg.cfg.5               \
73
 
           add_$lang:$(srcdir)/po/$lang.add
74
 
 
75
 
 
76
 
[type:man] $(srcdir)/dpkg-buildpackage.1        \
77
 
           $lang:$lang/dpkg-buildpackage.1      \
78
 
           add_$lang:$(srcdir)/po/$lang.add
79
 
 
80
 
 
81
 
[type:man] $(srcdir)/dpkg-checkbuilddeps.1      \
82
 
           $lang:$lang/dpkg-checkbuilddeps.1    \
83
 
           add_$lang:$(srcdir)/po/$lang.add
84
 
 
85
 
 
86
 
[type:man] $(srcdir)/dpkg-distaddfile.1         \
87
 
           $lang:$lang/dpkg-distaddfile.1       \
88
 
           add_$lang:$(srcdir)/po/$lang.add
89
 
 
90
 
 
91
 
[type:man] $(srcdir)/dpkg-deb.1                 \
92
 
           $lang:$lang/dpkg-deb.1               \
93
 
           add_$lang:$(srcdir)/po/$lang.add
94
 
 
95
 
 
96
 
[type:man] $(srcdir)/dpkg-divert.8              \
97
 
           $lang:$lang/dpkg-divert.8            \
98
 
           add_$lang:$(srcdir)/po/$lang.add
99
 
 
100
 
 
101
 
[type:man] $(srcdir)/dpkg-genchanges.1          \
102
 
           $lang:$lang/dpkg-genchanges.1        \
103
 
           add_$lang:$(srcdir)/po/$lang.add
104
 
 
105
 
 
106
 
[type:man] $(srcdir)/dpkg-gencontrol.1          \
107
 
           $lang:$lang/dpkg-gencontrol.1        \
108
 
           add_$lang:$(srcdir)/po/$lang.add
109
 
 
110
 
 
111
 
[type:man] $(srcdir)/dpkg-name.1                \
112
 
           $lang:$lang/dpkg-name.1              \
113
 
           add_$lang:$(srcdir)/po/$lang.add
114
 
 
115
 
 
116
 
[type:man] $(srcdir)/dpkg-parsechangelog.1      \
117
 
           $lang:$lang/dpkg-parsechangelog.1    \
118
 
           add_$lang:$(srcdir)/po/$lang.add
119
 
 
120
 
 
121
 
[type:man] $(srcdir)/dpkg-query.1               \
122
 
           $lang:$lang/dpkg-query.1             \
123
 
           add_$lang:$(srcdir)/po/$lang.add
124
 
 
125
 
 
126
 
[type:man] $(srcdir)/dpkg-scanpackages.1        \
127
 
           $lang:$lang/dpkg-scanpackages.1      \
128
 
           add_$lang:$(srcdir)/po/$lang.add
129
 
 
130
 
 
131
 
[type:man] $(srcdir)/dpkg-scansources.1         \
132
 
           $lang:$lang/dpkg-scansources.1       \
133
 
           add_$lang:$(srcdir)/po/$lang.add
134
 
 
135
 
 
136
 
[type:man] $(srcdir)/dpkg-shlibdeps.1           \
137
 
           $lang:$lang/dpkg-shlibdeps.1         \
138
 
           add_$lang:$(srcdir)/po/$lang.add
139
 
 
140
 
 
141
 
[type:man] $(srcdir)/dpkg-source.1              \
142
 
           $lang:$lang/dpkg-source.1            \
143
 
           add_$lang:$(srcdir)/po/$lang.add
144
 
 
145
 
 
146
 
[type:man] $(srcdir)/dpkg-split.1               \
147
 
           $lang:$lang/dpkg-split.1             \
148
 
           add_$lang:$(srcdir)/po/$lang.add
149
 
 
150
 
 
151
 
[type:man] $(srcdir)/dpkg-statoverride.8        \
152
 
           $lang:$lang/dpkg-statoverride.8      \
153
 
           add_$lang:$(srcdir)/po/$lang.add
154
 
 
155
 
 
156
 
[type:man] $(srcdir)/dpkg-trigger.1             \
157
 
           $lang:$lang/dpkg-trigger.1           \
158
 
           add_$lang:$(srcdir)/po/$lang.add
159
 
 
160
 
 
161
 
[type:man] $(srcdir)/dpkg-vendor.1              \
162
 
           $lang:$lang/dpkg-vendor.1            \
163
 
           add_$lang:$(srcdir)/po/$lang.add
164
 
 
165
 
 
166
 
[type:man] $(srcdir)/dselect.1                  \
167
 
           $lang:$lang/dselect.1    \
168
 
           add_$lang:$(srcdir)/po/$lang.add
169
 
 
170
 
 
171
 
[type:man] $(srcdir)/dselect.cfg.5              \
172
 
           $lang:$lang/dselect.cfg.5            \
173
 
           add_$lang:$(srcdir)/po/$lang.add
174
 
 
175
 
 
176
 
[type:man] $(srcdir)/install-info.8             \
177
 
           $lang:$lang/install-info.8           \
178
 
           add_$lang:$(srcdir)/po/$lang.add
179
 
 
180
 
 
181
 
[type:man] $(srcdir)/start-stop-daemon.8        \
182
 
           $lang:$lang/start-stop-daemon.8      \
183
 
           add_$lang:$(srcdir)/po/$lang.add
184
 
 
185
 
 
186
 
[type:man] $(srcdir)/update-alternatives.8      \
187
 
           $lang:$lang/update-alternatives.8    \
188
 
           add_$lang:$(srcdir)/po/$lang.add
 
16
[type:man] deb.5                      \
 
17
           $lang:$(builddir)/$lang/deb.5                    \
 
18
           add_$lang:po/$lang.add
 
19
 
 
20
 
 
21
[type:man] deb-control.5              \
 
22
           $lang:$(builddir)/$lang/deb-control.5            \
 
23
           add_$lang:po/$lang.add
 
24
 
 
25
 
 
26
[type:man] deb-version.5              \
 
27
           $lang:$(builddir)/$lang/deb-version.5            \
 
28
           add_$lang:po/$lang.add
 
29
 
 
30
 
 
31
[type:man] deb-old.5                  \
 
32
           $lang:$(builddir)/$lang/deb-old.5                \
 
33
           add_$lang:po/$lang.add
 
34
 
 
35
 
 
36
[type:man] deb-override.5             \
 
37
           $lang:$(builddir)/$lang/deb-override.5           \
 
38
           add_$lang:po/$lang.add
 
39
 
 
40
 
 
41
[type:man] deb-extra-override.5       \
 
42
           $lang:$(builddir)/$lang/deb-extra-override.5     \
 
43
           add_$lang:po/$lang.add
 
44
 
 
45
 
 
46
[type:man] deb-shlibs.5               \
 
47
           $lang:$(builddir)/$lang/deb-shlibs.5             \
 
48
           add_$lang:po/$lang.add
 
49
 
 
50
 
 
51
[type:man] deb-substvars.5            \
 
52
           $lang:$(builddir)/$lang/deb-substvars.5          \
 
53
           add_$lang:po/$lang.add
 
54
 
 
55
 
 
56
[type:man] deb-symbols.5              \
 
57
           $lang:$(builddir)/$lang/deb-symbols.5            \
 
58
           add_$lang:po/$lang.add
 
59
 
 
60
 
 
61
[type:man] deb-triggers.5             \
 
62
           $lang:$(builddir)/$lang/deb-triggers.5           \
 
63
           add_$lang:po/$lang.add
 
64
 
 
65
 
 
66
[type:man] dpkg.1                     \
 
67
           $lang:$(builddir)/$lang/dpkg.1                   \
 
68
           add_$lang:po/$lang.add
 
69
 
 
70
 
 
71
[type:man] dpkg-architecture.1        \
 
72
           $lang:$(builddir)/$lang/dpkg-architecture.1      \
 
73
           add_$lang:po/$lang.add
 
74
 
 
75
 
 
76
[type:man] dpkg.cfg.5                 \
 
77
           $lang:$(builddir)/$lang/dpkg.cfg.5               \
 
78
           add_$lang:po/$lang.add
 
79
 
 
80
 
 
81
[type:man] dpkg-buildpackage.1        \
 
82
           $lang:$(builddir)/$lang/dpkg-buildpackage.1      \
 
83
           add_$lang:po/$lang.add
 
84
 
 
85
 
 
86
[type:man] dpkg-checkbuilddeps.1      \
 
87
           $lang:$(builddir)/$lang/dpkg-checkbuilddeps.1    \
 
88
           add_$lang:po/$lang.add
 
89
 
 
90
 
 
91
[type:man] dpkg-distaddfile.1         \
 
92
           $lang:$(builddir)/$lang/dpkg-distaddfile.1       \
 
93
           add_$lang:po/$lang.add
 
94
 
 
95
 
 
96
[type:man] dpkg-deb.1                 \
 
97
           $lang:$(builddir)/$lang/dpkg-deb.1               \
 
98
           add_$lang:po/$lang.add
 
99
 
 
100
 
 
101
[type:man] dpkg-divert.8              \
 
102
           $lang:$(builddir)/$lang/dpkg-divert.8            \
 
103
           add_$lang:po/$lang.add
 
104
 
 
105
 
 
106
[type:man] dpkg-genchanges.1          \
 
107
           $lang:$(builddir)/$lang/dpkg-genchanges.1        \
 
108
           add_$lang:po/$lang.add
 
109
 
 
110
 
 
111
[type:man] dpkg-gencontrol.1          \
 
112
           $lang:$(builddir)/$lang/dpkg-gencontrol.1        \
 
113
           add_$lang:po/$lang.add
 
114
 
 
115
 
 
116
[type:man] dpkg-name.1                \
 
117
           $lang:$(builddir)/$lang/dpkg-name.1              \
 
118
           add_$lang:po/$lang.add
 
119
 
 
120
 
 
121
[type:man] dpkg-parsechangelog.1      \
 
122
           $lang:$(builddir)/$lang/dpkg-parsechangelog.1    \
 
123
           add_$lang:po/$lang.add
 
124
 
 
125
 
 
126
[type:man] dpkg-query.1               \
 
127
           $lang:$(builddir)/$lang/dpkg-query.1             \
 
128
           add_$lang:po/$lang.add
 
129
 
 
130
 
 
131
[type:man] dpkg-scanpackages.1        \
 
132
           $lang:$(builddir)/$lang/dpkg-scanpackages.1      \
 
133
           add_$lang:po/$lang.add
 
134
 
 
135
 
 
136
[type:man] dpkg-scansources.1         \
 
137
           $lang:$(builddir)/$lang/dpkg-scansources.1       \
 
138
           add_$lang:po/$lang.add
 
139
 
 
140
 
 
141
[type:man] dpkg-shlibdeps.1           \
 
142
           $lang:$(builddir)/$lang/dpkg-shlibdeps.1         \
 
143
           add_$lang:po/$lang.add
 
144
 
 
145
 
 
146
[type:man] dpkg-source.1              \
 
147
           $lang:$(builddir)/$lang/dpkg-source.1            \
 
148
           add_$lang:po/$lang.add
 
149
 
 
150
 
 
151
[type:man] dpkg-split.1               \
 
152
           $lang:$(builddir)/$lang/dpkg-split.1             \
 
153
           add_$lang:po/$lang.add
 
154
 
 
155
 
 
156
[type:man] dpkg-statoverride.8        \
 
157
           $lang:$(builddir)/$lang/dpkg-statoverride.8      \
 
158
           add_$lang:po/$lang.add
 
159
 
 
160
 
 
161
[type:man] dpkg-trigger.1             \
 
162
           $lang:$(builddir)/$lang/dpkg-trigger.1           \
 
163
           add_$lang:po/$lang.add
 
164
 
 
165
 
 
166
[type:man] dpkg-vendor.1              \
 
167
           $lang:$(builddir)/$lang/dpkg-vendor.1            \
 
168
           add_$lang:po/$lang.add
 
169
 
 
170
 
 
171
[type:man] dselect.1                  \
 
172
           $lang:$(builddir)/$lang/dselect.1    \
 
173
           add_$lang:po/$lang.add
 
174
 
 
175
 
 
176
[type:man] dselect.cfg.5              \
 
177
           $lang:$(builddir)/$lang/dselect.cfg.5            \
 
178
           add_$lang:po/$lang.add
 
179
 
 
180
 
 
181
[type:man] start-stop-daemon.8        \
 
182
           $lang:$(builddir)/$lang/start-stop-daemon.8      \
 
183
           add_$lang:po/$lang.add
 
184
 
 
185
 
 
186
[type:man] update-alternatives.8      \
 
187
           $lang:$(builddir)/$lang/update-alternatives.8    \
 
188
           add_$lang:po/$lang.add
189
189
 
190
190