summaryrefslogtreecommitdiff
path: root/man/deb.5
AgeCommit message (Collapse)AuthorFilesLines
2013-08-10deb(5): Clarify the insertion order of _ membersGuillem Jover1-2/+6
These must be placed after debian-binary and can be placed before control.tar.gz or data.tar.
2013-04-04man: Unify references to dpkg project versions for new featuresGuillem Jover1-5/+5
Use the general form of “dpkg VERSION”, w/o any markup, to talk about the point a feature got introduced in the dpkg project, regardless of what part of the project was involved, so we use dpkg in this way as a reference to the entire software project, and not the dpkg program or the dpkg Debian package. The name dpkg-dev is a Debian specific packaging layout, which is not how other downstreams are going to package the software, just avoid the term. If we need to mention the collection of scripts contained in the Debian dpkg-dev we use “dpkg build scripts”. There are still two remaining dpkg-dev references in paths, but those need to be fixed by substitution at build time, as part of another commit.
2012-06-30deb(5): Document in more detail the supported ar archive formatGuillem Jover1-2/+6
Reported-by: Niels Thykier <niels@thykier.net>
2012-02-07man: Drop AUTHORS sections in favor of comments in sourceRaphaël Hertzog1-0/+20
This section usually contains copyright notices which can be updated quite often and thus generate useless work for translators. Furthermore this section was often confusing by mixing authors of the documented software and authors of the manual page. So instead of keeping this in the generated manual page, we move this information where it belongs, in a file comment header above the license information. This commit adds the copyright & license statements to all manual pages in comments at the top of each file. Information from the git history has been used where there was no pre-existing copyright statements.
2011-08-20man: Use minus signs and hyphens consistentlyGuillem Jover1-6/+6
Any string that can be copy & pasted into control files or into a terminal, for example, needs to correctly use minus signs (escaped dashes), instead of the default hyphen.
2010-02-25Add support for xz compressed data.tar member of binary packagesGuillem Jover1-0/+1
Use the xz command from xz-utils to support xz-compressed binary packages. Add xz-utils to dpkg's Pre-Depends. The xz format is very similar to the lzma format, but it fixes some omissions in the latter, most notably a magic number for identification by file(1). Closes: #542160 Based-on-patch-by: Jonathan Nieder <jrnieder@gmail.com>
2009-02-27libdpkg: Add support for ustar long names using the prefix fieldGuillem Jover1-2/+3
The ustar format has been supported up to now except for the long names which use the prefix field that needs to be prepended to the name field if non empty. Closes: #474092
2009-02-06man: Document in detail the currently supported deb formatGuillem Jover1-7/+17
Ar member names, types of tar archives and data.tar members.
2007-01-15New man pages build system.Nicolas FRANCOIS1-0/+70