]> git.donarmstrong.com Git - debian/debian-policy.git/log
debian/debian-policy.git
16 years agoMerge with rra@debian.org--lenny/debian-policy--devel--3.7
Russ Allbery [Sun, 23 Mar 2008 03:39:51 +0000 (03:39 +0000)]
Merge with rra@debian.org--lenny/debian-policy--devel--3.7

Patches applied:

 * rra@debian.org--lenny/debian-policy--breaks--3.7--base-0
   tag of rra@debian.org--lenny/debian-policy--devel--3.7--patch-27

 * rra@debian.org--lenny/debian-policy--breaks--3.7--patch-1
   New Breaks dependency field

 * rra@debian.org--lenny/debian-policy--convenience--3.7--base-0
   tag of rra@debian.org--lenny/debian-policy--devel--3.7--patch-27

 * rra@debian.org--lenny/debian-policy--convenience--3.7--patch-1
   Debian packages should not use convenience libraries

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-25
   Mention apt and aptitude as examples of dpkg frontends

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-26
   Fix capitalization of Idempotency in heading

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-27
   Mention apt-get, not apt, and fix typo

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-28
   Support for wrapped Uploaders is mandatory, clarify wrapping

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-29
   FHS and FSSTND build and copyright cleanup

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-30
   Add Emacs indent-tab-mode setting

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-31
   Standardize manual page encoding

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-32
   Debian packages should not use convenience libraries

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-33
   New Breaks dependency field

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-34
   Add Homepage control field

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-35
   Update section list and base system definition

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-36
   Add Apache 2.0 to common-licenses

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-37
   non-free and contrib packages should explain in copyright

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-38
   Standardize heading spacing in upgrading-checklist

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-39
   Add md5sums control file

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-40
   Add parallel=n and move DEB_BUILD_OPTS section

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-41
   Add README.source and the patch target

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-42
   Clarify mandatory config files in /etc

 * rra@debian.org--lenny/debian-policy--homepage--3.7--patch-2
   tag of rra@debian.org--lenny/debian-policy--devel--3.7--patch-27

 * rra@debian.org--lenny/debian-policy--homepage--3.7--patch-3
   Add Homepage control field

 * rra@debian.org--lenny/debian-policy--homepage--3.7--patch-4
   Homepage isn't allowed in binary source stanzas

 * rra@debian.org--lenny/debian-policy--homepage--3.7--patch-5
   Homepage is allowed in binary stazas

 * rra@debian.org--lenny/debian-policy--non-free--3.7--base-0
   tag of rra@debian.org--lenny/debian-policy--devel--3.7--patch-29

 * rra@debian.org--lenny/debian-policy--non-free--3.7--patch-1
   non-free and contrib packages should explain in copyright

 * rra@debian.org--lenny/debian-policy--non-free--3.7--patch-2
   Retabify change

 * rra@debian.org--lenny/debian-policy--parallel--3.7--base-0
   tag of rra@debian.org--lenny/debian-policy--devel--3.7--patch-27

 * rra@debian.org--lenny/debian-policy--parallel--3.7--patch-1
   Add parallel=n and move DEB_BUILD_OPTS section

 * rra@debian.org--lenny/debian-policy--parallel--3.7--patch-2
   DEB_BUILD_OPTIONS must start with a lowercase letter

 * rra@debian.org--lenny/debian-policy--readme-source--3.7--base-0
   tag of rra@debian.org--lenny/debian-policy--devel--3.7--patch-30

 * rra@debian.org--lenny/debian-policy--readme-source--3.7--patch-1
   Add README.source and the patched target

 * rra@debian.org--lenny/debian-policy--readme-source--3.7--patch-2
   Fix missing > in README.source change

 * rra@debian.org--lenny/debian-policy--readme-source--3.7--patch-3
   Change patch target, allow external docs

 * rra@debian.org--lenny/debian-policy--sections--3.7--base-0
   tag of rra@debian.org--lenny/debian-policy--devel--3.7--patch-27

 * rra@debian.org--lenny/debian-policy--sections--3.7--patch-1
   Update section list and base system definition

git-archimport-id: debian-policy@lists.debian.org--lenny/debian-policy--devel--3.7--patch-4

16 years agoClarify mandatory config files in /etc
Russ Allbery [Sun, 16 Mar 2008 22:06:34 +0000 (22:06 +0000)]
Clarify mandatory config files in /etc

Add the /etc/cron.hourly directory to the list of cron directories.
/etc/cron.* files now must be configuration files (upgraded from
should).  Mention the various scripts that must be configuration files
in the section about configuration files.  Thanks, Frank Küster.
Closes #403391.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-42

16 years agoAdd README.source and the patch target
Russ Allbery [Sun, 16 Mar 2008 21:08:56 +0000 (21:08 +0000)]
Add README.source and the patch target

Specifies the debian/README.source file to document any package that
uses a source or package management system or that has a complex source
layout or build system.  Specifies and recommends the patch target
for putting a source package into an editable state.  Allowed referring
to external documentation in README.source if it's specific and not a
general manual.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-41

16 years agoAdd parallel=n and move DEB_BUILD_OPTS section
Russ Allbery [Sun, 16 Mar 2008 20:43:55 +0000 (20:43 +0000)]
Add parallel=n and move DEB_BUILD_OPTS section

Add the build option parallel=n, requesting a parallel build.  Standardize
the format of DEB_BUILD_OPTIONS, require tags be whitespace-separated,
allow packages to assume non-conflicting tags, and require unknown flags
be ignored.  Move the section documenting DEB_BUILD_OPTS under the
debian/rules section and away from the binaries section, leaving a
cross-reference behind.  Thanks to Loïc Minier, Peter Samuelson,
Robert Millan, and Guillem Jover for wording suggestions.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-40

16 years agoAdd md5sums control file
Russ Allbery [Sun, 16 Mar 2008 20:17:12 +0000 (20:17 +0000)]
Add md5sums control file

Add an md5sums control file to the debian-policy package.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-39

16 years agoStandardize heading spacing in upgrading-checklist
Russ Allbery [Sun, 16 Mar 2008 19:48:39 +0000 (19:48 +0000)]
Standardize heading spacing in upgrading-checklist

Standardize on one blank line before and after each heading in
upgrading-checklist.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-38

16 years agonon-free and contrib packages should explain in copyright
Russ Allbery [Sun, 16 Mar 2008 19:45:52 +0000 (19:45 +0000)]
non-free and contrib packages should explain in copyright

Packages in the non-free and contrib categories should state in their
copyright files that the package is not part of the Debian GNU/Linux
distribution and briefly explain why.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-37

16 years agoAdd Apache 2.0 to common-licenses
Russ Allbery [Sun, 16 Mar 2008 19:36:33 +0000 (19:36 +0000)]
Add Apache 2.0 to common-licenses

Add Apache 2.0 to the list of licenses that are in common-licenses and
should be referenced rather than included in debian/copyright.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-36

16 years agoUpdate section list and base system definition
Russ Allbery [Wed, 5 Mar 2008 03:56:25 +0000 (03:56 +0000)]
Update section list and base system definition

Remove the base section; it's no longer used.  Remove contrib and
non-free sections which probably predate the category/section convention.
Revise the definition of the base system to use priorities instead.
Thanks to Colin Watson for verification and wording suggestions.
Closes #442070.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-35

16 years agoAdd Homepage control field
Russ Allbery [Wed, 5 Mar 2008 03:14:52 +0000 (03:14 +0000)]
Add Homepage control field

Add a specification for the optional Homepage control field.
Closes #452105.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-34

16 years agoNew Breaks dependency field
Russ Allbery [Wed, 5 Mar 2008 03:08:25 +0000 (03:08 +0000)]
New Breaks dependency field

Documents the new Breaks field supported by dpkg.  This is Ian Jackson's
patch with minor formatting changes and an added note that Breaks should
not be used until Debian stable supports it.  Recommend Breaks instead
of versioned Conflicts once Debian stable supports it.

Remove the paragraph about suidmanager in dpkg-statoverride entirely
since that package no longer exists even in oldstable.

Closes #379150.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-33

16 years agoDebian packages should not use convenience libraries
Russ Allbery [Wed, 5 Mar 2008 02:55:59 +0000 (02:55 +0000)]
Debian packages should not use convenience libraries

Document that Debian packages should not use convenience copies of
libraries and instead link to the library that's already present in
Debian.  Thanks to Neil McGovern, Bill Allombert, Kurt Roeckx,
Steve Langasek, Colin Watson, and others for wording suggestions.
Closes #392362.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-32

16 years agoStandardize manual page encoding
Russ Allbery [Wed, 5 Mar 2008 02:38:57 +0000 (02:38 +0000)]
Standardize manual page encoding

Standardize manual page encoding to either the legacy encoding for a
locale or UTF-8.  Country names should not be included in locale-specific
directory names unless there is a significant difference in language.
Characters in the manual page must be representable in the legacy encoding
for now.

Patch from Colin Watson.  Closes #440420.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-31

16 years agoAdd Emacs indent-tab-mode setting
Russ Allbery [Wed, 2 Jan 2008 02:18:27 +0000 (02:18 +0000)]
Add Emacs indent-tab-mode setting

Set indent-tab-mode to t as a local variable for *.sgml files for
consistency with the existing formatting even if a user overrides the
Emacs default and disables use of tabs.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-30

16 years agoFHS and FSSTND build and copyright cleanup
Russ Allbery [Tue, 1 Jan 2008 23:24:50 +0000 (23:24 +0000)]
FHS and FSSTND build and copyright cleanup

Remove the remaining (mostly commented-out) build rules for FHS 2.1 and
FSSTND.  Remove the groff patch needed for building some versions of
FHS 2.1 ourselves.

Remove the (non-free) FSSTND license from debian/copyright since no
FSSTND files are still part of Policy.  FHS replaced it.

Update the copyright years for FHS in debian/copyright.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-29

16 years agoSupport for wrapped Uploaders is mandatory, clarify wrapping
Russ Allbery [Tue, 1 Jan 2008 23:12:55 +0000 (23:12 +0000)]
Support for wrapped Uploaders is mandatory, clarify wrapping

Support for wrapping Uploaders in debian/control is now mandatory since
the stable dpkg supports it.

Clarify that all relationship fields may be wrapped and provide a
suggestion for where to wrap them.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-28

16 years agoMention apt-get, not apt, and fix typo
Russ Allbery [Tue, 1 Jan 2008 18:59:07 +0000 (18:59 +0000)]
Mention apt-get, not apt, and fix typo

Mention apt-get as an example front-end to dpkg rather than aptitude and
spell aptitude correctly.  Thanks to Colin Watson for the catch.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-27

16 years agoFix capitalization of Idempotency in heading
Russ Allbery [Mon, 31 Dec 2007 05:02:42 +0000 (05:02 +0000)]
Fix capitalization of Idempotency in heading

Make Idempotency lowercase, matching other headings.  This was the only
remaining uncontroversial wording change in the original bug report
that had not already been made.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-26

16 years agoMention apt and aptitude as examples of dpkg frontends
Russ Allbery [Mon, 31 Dec 2007 04:38:41 +0000 (04:38 +0000)]
Mention apt and aptitude as examples of dpkg frontends

The discussion of binary dependency fields said that fields other than
Depends were only used by dpkg frontends such as dselect.  List apt and
aptitude before dselect as they're more often used these days.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-25

16 years agoMerge rra@debian.org--lenny/debian-policy--devel--3.7
Russ Allbery [Mon, 3 Dec 2007 06:52:31 +0000 (06:52 +0000)]
Merge rra@debian.org--lenny/debian-policy--devel--3.7

Merge changes from rra@debian.org--lenny/debian-policy--devel--3.7
(at http://archives.eyrie.org/software/arch/).

git-archimport-id: debian-policy@lists.debian.org--lenny/debian-policy--devel--3.7--patch-3

16 years agoFinalize date in upgrading-checklist
Russ Allbery [Mon, 3 Dec 2007 06:49:29 +0000 (06:49 +0000)]
Finalize date in upgrading-checklist

Finalize the 3.7.3.0 date in upgrading-checklist.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-24

16 years agoDrop docbook-xml from the doc-base file for debconf-spec
Russ Allbery [Mon, 3 Dec 2007 06:41:32 +0000 (06:41 +0000)]
Drop docbook-xml from the doc-base file for debconf-spec

docbook-xml is not one of the supported format types in the doc-base
specification and all stanzas are supposed to be for a supported
format.  Drop this stanza (and thereby also fix a lintian warning).

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-23

16 years agoUpdate Standards-Version to 3.7.3
Russ Allbery [Mon, 3 Dec 2007 06:34:35 +0000 (06:34 +0000)]
Update Standards-Version to 3.7.3

We comply with our own Policy version.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-22

16 years agoDon't try to compress FHS files before installation
Russ Allbery [Mon, 3 Dec 2007 06:33:15 +0000 (06:33 +0000)]
Don't try to compress FHS files before installation

We install the already-compressed FHS files, so we don't need to compress
them.  We also shouldn't try to compress them before we install them.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-21

16 years agoMerge rra@debian.org--lenny/debian-policy--devel--3.7
Russ Allbery [Mon, 3 Dec 2007 05:29:03 +0000 (05:29 +0000)]
Merge rra@debian.org--lenny/debian-policy--devel--3.7

Merge changes from rra@debian.org--lenny/debian-policy--devel--3.7
(at http://archives.eyrie.org/software/arch/).

git-archimport-id: debian-policy@lists.debian.org--lenny/debian-policy--devel--3.7--patch-2

16 years agoFinalize changes for 3.7.3.0
Russ Allbery [Mon, 3 Dec 2007 05:23:04 +0000 (05:23 +0000)]
Finalize changes for 3.7.3.0

Finalize changes for 3.7.3.0.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-20

16 years agoAdd ttf-japanese-gothic and ttf-japanese-mincho virtual packages
Russ Allbery [Mon, 3 Dec 2007 03:33:10 +0000 (03:33 +0000)]
Add ttf-japanese-gothic and ttf-japanese-mincho virtual packages

Add ttf-japanese-gothic and ttf-japanese-mincho for Japanese font
packages providing particular styles of fonts, at the request of the
Debian Japanese Task Force.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-19

16 years agoUpdate the common-licenses list
Russ Allbery [Mon, 3 Dec 2007 02:52:44 +0000 (02:52 +0000)]
Update the common-licenses list

Update the list of licenses in /usr/share/common-licenses to mention
specific version numbers, include GFDL 1.2, and include GPL 3 and
LGPL 3.  List all of the specific file names in the footnote rather
than only giving examples.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-18

16 years agoClean up Uploaders and add Russ Allbery
Russ Allbery [Mon, 3 Dec 2007 02:29:34 +0000 (02:29 +0000)]
Clean up Uploaders and add Russ Allbery

Remove Julian Gilbey and Josip Rodin from Uploaders.  Neither have been
active in Policy development for some time.  Add Russ Allbery.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-17

16 years agoPackages using debconf must support internationalization
Russ Allbery [Mon, 3 Dec 2007 02:18:26 +0000 (02:18 +0000)]
Packages using debconf must support internationalization

Packages that follow the Debian Configuration management specification
must support internationalization by using a gettext-based system such
as po-debconf.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-16

16 years agoDocument the type field in shlibs and its use with udebs
Russ Allbery [Mon, 3 Dec 2007 01:56:10 +0000 (01:56 +0000)]
Document the type field in shlibs and its use with udebs

The shlibs file syntax now supports an optional type field specifying
the type of packages to which the line applies.  Currently, the only
supported type is udeb.  Include documentation of the syntax, the use
with udeb, and an example.  Based on a patch from Frans Pop with input
from Raphael Hertzog.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-15

16 years agoMerge lists of urgency values and include a complete list
Russ Allbery [Fri, 30 Nov 2007 04:49:56 +0000 (04:49 +0000)]
Merge lists of urgency values and include a complete list

Remove the footnote in the changelog description that provides one
incomplete list of urgency values.  Add a normative list instead of
examples in the description of the Urgency field, and move the rest
of the footnote content about dak behavior to there.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-14

16 years agoReplace 822-date reference to date -R
Russ Allbery [Fri, 30 Nov 2007 04:14:21 +0000 (04:14 +0000)]
Replace 822-date reference to date -R

Replace the reference to 822-date in a footnote with date -R since 822-date
is a deprecated Perl script and date -R is now the recommended tool.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-13

16 years agoSource in .changes may contain a version number
Russ Allbery [Fri, 30 Nov 2007 03:43:56 +0000 (03:43 +0000)]
Source in .changes may contain a version number

Per recent mail from Guillem Jover, the version number is also added
to the Source field of .changes files for binNMUs.  This change was
made in dpkg 1.13.22 and is therefore currently in stable.  dak also
now supports it.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-12

16 years agofix FTBFS when built twice in a row
Russ Allbery [Fri, 30 Nov 2007 03:35:30 +0000 (03:35 +0000)]
fix FTBFS when built twice in a row

Don't unpack the FHS tarball since it overwrites our own build system and
we don't use the files inside the tarball anyway.  Don't install the FHS
files twice.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-11

16 years agomerge rra@debian.org--lenny/debian-policy--devel--3.7
Russ Allbery [Fri, 30 Nov 2007 03:23:46 +0000 (03:23 +0000)]
merge rra@debian.org--lenny/debian-policy--devel--3.7

Merge changes from rra@debian.org--lenny/debian-policy--devel--3.7.

Patches applied:

 * rra@debian.org--lenny/debian-policy--devel--3.7--base-0
   tag of debian-policy@lists.debian.org--lenny/debian-policy--devel--3.7--base-0

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-1
   Document ~ behavior in version numbers

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-2
   Add test -a/-o and local to shell policy, update wording

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-3
   Substantial updates to the menu structure

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-4
   Typo fix for writability of maintainer scripts

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-5
   Recommend ${binary:Version} instead of ${Source-Version}

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-6
   Remove stray [fillme] from menu policy

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-7
   Formatting and alphabetization of the virtual package list

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-8
   Add new virtual package dictd-dictionary

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-9
   Rename inetd-superserver to inet-superserver

 * rra@debian.org--lenny/debian-policy--devel--3.7--patch-10
   Fix a/an misuse and other minor wording issues

git-archimport-id: debian-policy@lists.debian.org--lenny/debian-policy--devel--3.7--patch-1

16 years agoFix a/an misuse and other minor wording issues
Russ Allbery [Mon, 6 Aug 2007 07:02:21 +0000 (07:02 +0000)]
Fix a/an misuse and other minor wording issues

Fix several misuses of a vs. an and other minor grammatical problems
or unusual phrasing.  Patch from Michiel de Boer.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-10

16 years agoRename inetd-superserver to inet-superserver
Russ Allbery [Sun, 8 Jul 2007 15:21:34 +0000 (15:21 +0000)]
Rename inetd-superserver to inet-superserver

Rename inetd-superserver to inet-superserver in the virtual package list.
The latter is the virtual package currently in use (by inetutils-inetd,
openbsd-inetd, and rlinetd), and Marco d'Itri confirmed that the correct
package name is inet-superserver.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-9

16 years agoAdd new virtual package dictd-dictionary
Russ Allbery [Wed, 4 Jul 2007 20:08:13 +0000 (20:08 +0000)]
Add new virtual package dictd-dictionary

Add the new virtual package dictd-dictionary, provided by packages that
contain a dictionary suitable for a dictd server.  (Closes: #413575)

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-8

16 years agoFormatting and alphabetization of the virtual package list
Russ Allbery [Wed, 4 Jul 2007 19:42:10 +0000 (19:42 +0000)]
Formatting and alphabetization of the virtual package list

Wrapped the descriptions of virtual packages at 80 columns, cleaned up
trailing whitespace, and alphabetized the list of virtual packages
within sections except where there was clear benefit to having two
packages adjacent (audio-mixer and x-audio-mixer).

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-7

16 years agoRemove stray [fillme] from menu policy
Russ Allbery [Wed, 4 Jul 2007 16:56:22 +0000 (16:56 +0000)]
Remove stray [fillme] from menu policy

Remove stray [fillme] markers from the menu policy introduced by the last
patch.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-6

16 years agoRecommend ${binary:Version} instead of ${Source-Version}
Russ Allbery [Wed, 4 Jul 2007 08:44:10 +0000 (08:44 +0000)]
Recommend ${binary:Version} instead of ${Source-Version}

${Source-Version} was confusing (since it actually is replaced with the
binary package version in, for example, binNMUs) and has been deprecated
in dpkg.  ${binary:Version} should be used instead.  Update Policy's
recommendation accordingly.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-5

16 years agoTypo fix for writability of maintainer scripts
Russ Allbery [Wed, 4 Jul 2007 08:16:18 +0000 (08:16 +0000)]
Typo fix for writability of maintainer scripts

Change "must not be not world-writable" to "must not be world-writable"
as was obviously intended.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-4

16 years agoSubstantial updates to the menu structure
Russ Allbery [Wed, 4 Jul 2007 07:01:20 +0000 (07:01 +0000)]
Substantial updates to the menu structure

Substantial updates to the menu structure from Bill Allombert.
Resolves Bug#361418.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-3

16 years agoAdd test -a/-o and local to shell policy, update wording
Russ Allbery [Mon, 4 Jun 2007 01:05:51 +0000 (01:05 +0000)]
Add test -a/-o and local to shell policy, update wording

Scripts may now assume that /bin/sh supports local (in a limited form)
and, if they use a built-in test, that built-in supports test -a/-o
binary logical operators.  Reword to include echo -n as another case
of additional required features.  Replace references to POSIX with
SUSv3 and add a link.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-2

16 years agoDocument ~ behavior in version numbers
Russ Allbery [Mon, 4 Jun 2007 00:50:10 +0000 (00:50 +0000)]
Document ~ behavior in version numbers

Allow ~ in package versions and update the sorting rules to reflect ~'s
behavior of sorting before any other character or the empty string.
Thanks to Nicolas François and Marc Brockschmidt for wording
suggestions.

git-archimport-id: rra@debian.org--lenny/debian-policy--devel--3.7--patch-1

17 years agotag of debian-policy@lists.debian.org--etch/debian-policy--devel--3.7--version-0
Manoj Srivastava [Sat, 31 Mar 2007 14:17:16 +0000 (14:17 +0000)]
tag of debian-policy@lists.debian.org--etch/debian-policy--devel--3.7--version-0

(automatically generated log message)

git-archimport-id: debian-policy@lists.debian.org--lenny/debian-policy--devel--3.7--base-0

18 years agodebian-policy--devel--3.0 is sealed, look at debian-policy--devel--3.6
Manoj Srivastava [Thu, 16 Jun 2005 17:36:23 +0000 (17:36 +0000)]
debian-policy--devel--3.0 is sealed, look at debian-policy--devel--3.6

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--version-0

18 years agoSynchronized with patch 285 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 11:05:08 +0000 (11:05 +0000)]
Synchronized with patch 285 from Manojs tree

Synchronized with patch 285 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-285
   Clarified the wording in section 2.5 tragering removal of required packages.

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-285

18 years agoSynchronized with patch 284 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 11:04:10 +0000 (11:04 +0000)]
Synchronized with patch 284 from Manojs tree

Synchronized with patch 284 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-284
   Added virtual package flexmem, anything that can  access flexible

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-284

18 years agoSynchronized with patch 283 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 11:03:26 +0000 (11:03 +0000)]
Synchronized with patch 283 from Manojs tree

Synchronized with patch 283 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-283
   Add a recommendation for the location for run-time support material,

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-283

18 years agoSynchronized with patch 282 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 11:02:43 +0000 (11:02 +0000)]
Synchronized with patch 282 from Manojs tree

Synchronized with patch 282 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-282
   Added virtual package mpd-client, for the music playing daemon control clients.

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-282

18 years agoSynchronized with patch 281 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 11:02:07 +0000 (11:02 +0000)]
Synchronized with patch 281 from Manojs tree

Synchronized with patch 281 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-281
   Moved the opinion that one should add new changelog items, rather than

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-281

18 years agoSynchronized with patch 280 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 11:01:21 +0000 (11:01 +0000)]
Synchronized with patch 280 from Manojs tree

Synchronized with patch 280 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-280
   Added an instance if what recovery is attempted if error unwind itself

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-280

18 years agoSynchronized with patch 279 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 11:00:44 +0000 (11:00 +0000)]
Synchronized with patch 279 from Manojs tree

Synchronized with patch 279 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-279
   Move the error unwind eaxmple out the item in the postinst script

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-279

18 years agoSynchronized with patch 278 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 11:00:03 +0000 (11:00 +0000)]
Synchronized with patch 278 from Manojs tree

Synchronized with patch 278 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-278
   Clatrified section 8.1 to further demonstrate that section 8.1 is not

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-278

18 years agoSynchronized with patch 277 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:59:26 +0000 (10:59 +0000)]
Synchronized with patch 277 from Manojs tree

Synchronized with patch 277 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-277
   removed cron daemon, as requested.

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-277

18 years agoSynchronized with patch 276 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:57:54 +0000 (10:57 +0000)]
Synchronized with patch 276 from Manojs tree

Synchronized with patch 276 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-276
   Added the FHS 2.3 files, and removed the 2.2 version. Arranged for the FHS 2.3 files to be installed. No changes to policy.

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-276

18 years agoSynchronized with patch 275 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:57:17 +0000 (10:57 +0000)]
Synchronized with patch 275 from Manojs tree

Synchronized with patch 275 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-275
   * Bug fix

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-275

18 years agoSynchronized with patch 274 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:56:39 +0000 (10:56 +0000)]
Synchronized with patch 274 from Manojs tree

Synchronized with patch 274 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-274
   Clarify that section 12.3 does not mean that you can ignore section

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-274

18 years agoSynchronized with patch 273 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:56:01 +0000 (10:56 +0000)]
Synchronized with patch 273 from Manojs tree

Synchronized with patch 273 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-273
   Routine fixing of policy bugs, thoug a new version of policy is

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-273

18 years agoSynchronized with patch 272 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:55:21 +0000 (10:55 +0000)]
Synchronized with patch 272 from Manojs tree

Synchronized with patch 272 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-272
   Document uploaders field

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-272

18 years agoSynchronized with patch 271 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:54:42 +0000 (10:54 +0000)]
Synchronized with patch 271 from Manojs tree

Synchronized with patch 271 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-271
   Added do-base recommendation

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-271

18 years agoSynchronized with patch 270 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:54:04 +0000 (10:54 +0000)]
Synchronized with patch 270 from Manojs tree

Synchronized with patch 270 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-270
   Added mention of doc-base as the recomendded means for registering documentation.

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-270

18 years agoSynchronized with patch 269 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:53:25 +0000 (10:53 +0000)]
Synchronized with patch 269 from Manojs tree

Synchronized with patch 269 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-269
   Added a section about guidelines for policy changes to the policy

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-269

18 years agoSynchronized with patch 268 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:52:47 +0000 (10:52 +0000)]
Synchronized with patch 268 from Manojs tree

Synchronized with patch 268 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-268
   Update our own standards version

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-268

18 years agoSynchronized with patch 267 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:52:07 +0000 (10:52 +0000)]
Synchronized with patch 267 from Manojs tree

Synchronized with patch 267 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-267
   A bug fixing non-normative release

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-267

18 years agoSynchronized with patch 266 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:51:31 +0000 (10:51 +0000)]
Synchronized with patch 266 from Manojs tree

Synchronized with patch 266 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-266
   added one missing Enhances reference

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-266

18 years agoSynchronized with patch 265 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:50:52 +0000 (10:50 +0000)]
Synchronized with patch 265 from Manojs tree

Synchronized with patch 265 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-265
   documented latest changes

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-265

18 years agoSynchronized with patch 264 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:50:13 +0000 (10:50 +0000)]
Synchronized with patch 264 from Manojs tree

Synchronized with patch 264 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-264
   removed the long obsolete notion of specific directory names within source tarballs, closes: #79210

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-264

18 years agoSynchronized with patch 263 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:49:38 +0000 (10:49 +0000)]
Synchronized with patch 263 from Manojs tree

Synchronized with patch 263 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-263
   fixed the command line required to output the copyright file, closes: #75508

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-263

18 years agoSynchronized with patch 262 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:49:01 +0000 (10:49 +0000)]
Synchronized with patch 262 from Manojs tree

Synchronized with patch 262 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-262
   linked f-Format in the list of fields of the .dsc file, not mandatory according to my skimming of dpkg-source, closes: #70742

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-262

18 years agoSynchronized with patch 261 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:48:25 +0000 (10:48 +0000)]
Synchronized with patch 261 from Manojs tree

Synchronized with patch 261 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-261
   updated PGP references, closes: #68827

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-261

18 years agoSynchronized with patch 260 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:47:49 +0000 (10:47 +0000)]
Synchronized with patch 260 from Manojs tree

Synchronized with patch 260 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-260
   clarified the section about the Architecture field and added footnotes to indicate recommended actions, closes: #51832

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-260

18 years agoSynchronized with patch 259 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:47:12 +0000 (10:47 +0000)]
Synchronized with patch 259 from Manojs tree

Synchronized with patch 259 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-259
   generalized the dpkg-shlibdeps example and added a current example in a footnote, set proper section ids and linked the d-sd section better, closes: #50565

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-259

18 years agoSynchronized with patch 258 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:46:34 +0000 (10:46 +0000)]
Synchronized with patch 258 from Manojs tree

Synchronized with patch 258 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-258
   fixed detection of invoke-rc.d's existence, closes: #218530

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-258

18 years agoSynchronized with patch 257 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:45:55 +0000 (10:45 +0000)]
Synchronized with patch 257 from Manojs tree

Synchronized with patch 257 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-257
   Fix a missing comma in the list of sections            closes

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-257

18 years agoSynchronized with patch 256 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:44:59 +0000 (10:44 +0000)]
Synchronized with patch 256 from Manojs tree

Synchronized with patch 256 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-256
   Added FHS 2.2 stuff from http://www.pathname.com/fhs/

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-256

18 years agoSynchronized with patch 255 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:44:22 +0000 (10:44 +0000)]
Synchronized with patch 255 from Manojs tree

Synchronized with patch 255 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-255
   made all Internet location references to documents consistent and simpler

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-255

18 years agoSynchronized with patch 254 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:43:45 +0000 (10:43 +0000)]
Synchronized with patch 254 from Manojs tree

Synchronized with patch 254 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-254
   Added mime polcy links as provided by Joy

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-254

18 years agoSynchronized with patch 253 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:43:08 +0000 (10:43 +0000)]
Synchronized with patch 253 from Manojs tree

Synchronized with patch 253 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-253
   Fix mime policy links

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-253

18 years agoSynchronized with patch 252 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:42:30 +0000 (10:42 +0000)]
Synchronized with patch 252 from Manojs tree

Synchronized with patch 252 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-252
   [AMENDMENT 15/09/2003] Move documentation of behavior of ancient dpkg in 6.6 to a footnote. closes: Bug#209855

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-252

18 years agoSynchronized with patch 251 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:41:53 +0000 (10:41 +0000)]
Synchronized with patch 251 from Manojs tree

Synchronized with patch 251 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-251
   typo fix from Frédéric Bothamy

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-251

18 years agoSynchronized with patch 250 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:40:17 +0000 (10:40 +0000)]
Synchronized with patch 250 from Manojs tree

Synchronized with patch 250 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-250
   Josip

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-250

18 years agoSynchronized with patch 249 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:39:36 +0000 (10:39 +0000)]
Synchronized with patch 249 from Manojs tree

Synchronized with patch 249 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-249
   * invoke-rc.d and update-rc.d are now in the sysv-rc package instead of

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-249

18 years agoSynchronized with patch 248 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:39:00 +0000 (10:39 +0000)]
Synchronized with patch 248 from Manojs tree

Synchronized with patch 248 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-248
   * Added myspell-dictionary to the virtual packages list  closes

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-248

18 years agoSynchronized with patch 247 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:38:23 +0000 (10:38 +0000)]
Synchronized with patch 247 from Manojs tree

Synchronized with patch 247 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-247
   Change reference to the debconf introduction from kitenet to a debian

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-247

18 years agoSynchronized with patch 246 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:37:45 +0000 (10:37 +0000)]
Synchronized with patch 246 from Manojs tree

Synchronized with patch 246 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-246
   updated the old libgdbm example which was potentially confusing due to the extra letter g from the days of libc5->glibc transition

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-246

18 years agoSynchronized with patch 245 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:37:08 +0000 (10:37 +0000)]
Synchronized with patch 245 from Manojs tree

Synchronized with patch 245 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-245
   removed obsolete section on obsolete constructs and libraries, closes: #193748

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-245

18 years agoSynchronized with patch 244 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:36:29 +0000 (10:36 +0000)]
Synchronized with patch 244 from Manojs tree

Synchronized with patch 244 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-244
   more cleanup

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-244

18 years agoSynchronized with patch 243 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:32:24 +0000 (10:32 +0000)]
Synchronized with patch 243 from Manojs tree

Synchronized with patch 243 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-243
   added PS and PDF (doh)

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-243

18 years agoSynchronized with patch 242 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:31:02 +0000 (10:31 +0000)]
Synchronized with patch 242 from Manojs tree

Synchronized with patch 242 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-242
   administrivia

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-242

18 years agoSynchronized with patch 241 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:30:21 +0000 (10:30 +0000)]
Synchronized with patch 241 from Manojs tree

Synchronized with patch 241 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-241
   proper description of the restructuring

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-241

18 years agoSynchronized with patch 240 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:29:41 +0000 (10:29 +0000)]
Synchronized with patch 240 from Manojs tree

Synchronized with patch 240 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-240
   use all four numbers for the year, there's plenty of space

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-240

18 years agoSynchronized with patch 239 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:29:02 +0000 (10:29 +0000)]
Synchronized with patch 239 from Manojs tree

Synchronized with patch 239 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-239
   typos, basically

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-239

18 years agoSynchronized with patch 238 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:28:26 +0000 (10:28 +0000)]
Synchronized with patch 238 from Manojs tree

Synchronized with patch 238 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-238
   removed the extra spaces at the ends of lines (wtf?!)

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-238

18 years agoSynchronized with patch 237 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:27:47 +0000 (10:27 +0000)]
Synchronized with patch 237 from Manojs tree

Synchronized with patch 237 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-237
   Various fixes toallowvlaidation. Updated the upgfrading checklist,

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-237

18 years agoSynchronized with patch 236 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:27:04 +0000 (10:27 +0000)]
Synchronized with patch 236 from Manojs tree

Synchronized with patch 236 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-236
   Woops. typo.

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-236

18 years agoSynchronized with patch 235 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:26:29 +0000 (10:26 +0000)]
Synchronized with patch 235 from Manojs tree

Synchronized with patch 235 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-235
   Various small fixes and typographical corrections.

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-235

18 years agoSynchronized with patch 234 from Manojs tree
Manoj Srivastava [Thu, 16 Jun 2005 10:25:54 +0000 (10:25 +0000)]
Synchronized with patch 234 from Manojs tree

Synchronized with patch 234 from Manojs tree

Patches applied:

 * srivasta@debian.org--etch/debian-policy--devel--3.0--patch-234
   Fixed the fact that section 7.5.1 does not describe dpkg's true

git-archimport-id: debian-policy@lists.debian.org--etch/debian-policy--devel--3.0--patch-234