Age | Commit message (Collapse) | Author | Files | Lines |
|
This gets rid of some warnings due to deprecated options.
|
|
This substantially reduces the image sizes.
|
|
The current version in Debian oldstable (lenny) is already 5.10.0, once
the current Debian stable release becomes oldstable (squeeze) it will
be 5.10.1, so bumping it is pretty safe and conservative.
|
|
The named options are not future-proof, as they will not allow to easily
create packages with specific formats once a future new version gets
introduced. The new option will also allow to request specific minor
revision of a major format, for testing purposes for example.
This also makes the code more explicit as it now refers to specific
format versions when building it.
|
|
This guarantees that the -e option will be set even if the script is
invoked as an argument to sh.
Warned-by: lintian
|
|
This makes sure no path will be interpreted as a revision.
|
|
|
|
|
|
These replace the now deprecated --control-path command, as these do
not rely on any specific database layout.
|
|
Update C99 assumptions, refer to KNF, add link to the Linux CodingStyle,
add some notes about doxygen markup, add missing blank lines and fix
some more typos.
|
|
|
|
Signed-off-by: Niels Thykier <niels@thykier.net>
Signed-off-by: Guillem Jover <guillem@debian.org>
|
|
|
|
|
|
For now document the database locking “interface”.
Closes: #670897
|
|
The the format has several deficiencies that have been addressed by
upstream in xz. Although unpacking will be kept being supported to
handle existing lzma compressed .deb files.
Issue a warning for now for the -Zlzma option value, the support for
that value will get removed at a later point.
|
|
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
|
|
Doxygen does not seem to handle lex source files nicely, but because the
functions to document are marked in the header anyway, only those should
end up in the final documentation.
|
|
|
|
|
|
|
|
Found by codespell.
|
|
|
|
Those variants do not put triggering packages in triggers-awaited status
and thus do not record the package with the corresponding pending triggers
in the Triggers-Awaited field.
This should be used for triggers which do not provide essential
functionality when we can safely consider that the triggering packages
are able to satisfy dependencies even if the trigger processing
has not yet happened.
|
|
- The list of triggers is in the second parameter and not in the third.
- The --verbose and --query options for dpkg-trigger have never been
implemented.
|
|
Remove trailing spaces. Remove blank lines not separating different code
blocks. Remove blank lines at the end of the file.
|
|
Enable code coverage support with 'configure --enable-coverage'. Use
gcov and lcov for C code coverage, and Devel::Cover and cover for Perl
code coverage.
|
|
|
|
Document in dpkg-source(1) the fact that the fallback to "1.0"
when debian/source/format doesn't exist is deprecated. Explain
the rationale.
Document the long-term deprecation in README.feature-removal-schedule.
|
|
Clarify the status of the API in README.api.
|
|
The exposed API is not yet finished, make the users explicitly
acknowledge this fact by requiring them to define this preprocessor
symbol.
|
|
Stop supporting self backgrounding, remove DPKG_NO_TSTP environment
variable support, as we always spawn a shell now.
This will allow setting useful environment variables for the user to use
with other tools. And is less confusing, as the action to go back to
dpkg does not depend on how dpkg was run.
Closes: #38334
|
|
|
|
|
|
The code should start getting switched to document using JavaDoc
style comments, at least for public declarations.
|
|
|
|
|
|
|
|
|
|
Closes: #17243, #68981, #215374, #217622, #248693, #308285
|
|
* Bin-MU; recompile against Debian unstable, to make dselect actually
installable.
-- Scott James Remnant <scott@netsplit.com> Fri, 11 Mar 2005 09:00:14 +0000
|
|
The "Donald, where's your troosers?" Release.
* Add support for uncompressed data.tar archive members and bzip2-
compressed data.tar.bz2 members of binary packages. Closes: #34727.
* New Translations (Christian Perrier):
- Basque (Piarres Beobide). Closes: #265491.
- Greek (George Papamichelakis). Closes: #260809.
- Hebrew (Lior Kaplan). Closes: #275267.
- Simplified Chinese (Tchaikov, Carlos Liu). Closes: #265197.
* Updated Translations (Christian Perrier):
- Brazilian Portuguese (Andre Luis Lopes). Closes: #260964, #273947,
#278063.
- Czech (Miroslav Kure). Closes: #255904, #278178.
- Catalan (Jordi Mallach). Closes: #278098.
- Danish (Claus Hindsgaul). Closes: #278097.
- Dutch (Bart Cornelis). Closes: #268271, #268886, #274366, #278061.
- Galician (Hector Fernandez).
- German (Michael Piefel). Closes: #276462, #278168.
- French (Christian Perrier).
- Japanese (Kenshi Muto). Closes: #272456, #278141.
- Italian (Lele Gaifax).
- Korean (Changwoo Ryu). Closes: #261528, #278142.
- Norwegian Nynorsk (Hvard Korsvoll). Closes: #275387, #278286.
- Polish (Bartosz Fenski). Closes: #268452, #278064.
- Portuguese (Miguel Figueiredo). Closes: #268266, #261424, #261519,
#278294.
- Russian (Yuri Kozlov). Closes: #268452, #278154.
- Spanish (Javier Fernndez-Sanguino Pea). Closes: #277173, #278117.
- Swedish (Peter Karlsson).
* Updated Manpage Translations (Christian Perrier):
- French (Philippe Batailler). Closes: #268048.
- Spanish (Ruben Porras). Closes: #261807.
- Swedish (Peter Karlsson).
-- Scott James Remnant <scott@netsplit.com> Wed, 27 Oct 2004 09:25:58 +0100
|
|
is passed.
|
|
modified. This also required adding a 'default' target to all Makefiles.
|
|
|
|
|
|
|
|
|
|
|
|
|