Sfoglia il codice sorgente

Document Origin and Bugs fields in deb-control.5

Guillem Jover 19 anni fa
parent
commit
fc02b5f915
3 ha cambiato i file con 13 aggiunte e 1 eliminazioni
  1. 1 0
      debian/changelog
  2. 4 0
      man/ChangeLog
  3. 8 1
      man/deb-control.5

+ 1 - 0
debian/changelog

@@ -19,6 +19,7 @@ dpkg (1.14.7) UNRELEASED; urgency=low
     there's a more formal site).
     there's a more formal site).
   * Allow comparing unsupported architectures for equality and identity.
   * Allow comparing unsupported architectures for equality and identity.
     Based on a patch by Frank Lichtenheld. Closes: #427210
     Based on a patch by Frank Lichtenheld. Closes: #427210
+  * Document Origin and Bugs fields in deb-control.5. Closes: #173463
 
 
   [ Frank Lichtenheld ]
   [ Frank Lichtenheld ]
   * Add _MTN to dpkg-source -i default regex. Suggested by Jari Aalto.
   * Add _MTN to dpkg-source -i default regex. Suggested by Jari Aalto.

+ 4 - 0
man/ChangeLog

@@ -1,3 +1,7 @@
+2007-10-08  Guillem Jover  <guillem@debian.org>
+
+	* deb-control.5: Document Origin and Bugs fields.
+
 2007-10-07  Guillem Jover  <guillem@debian.org>
 2007-10-07  Guillem Jover  <guillem@debian.org>
 
 
 	* dpkg-buildpackage.1: Document that fakeroot is now the default
 	* dpkg-buildpackage.1: Document that fakeroot is now the default

+ 8 - 1
man/deb-control.5

@@ -1,6 +1,6 @@
 .\" Author: Raul Miller
 .\" Author: Raul Miller
 .\" Includes text from the debian Guidelines by Ian Jackson, Ian Murdock
 .\" Includes text from the debian Guidelines by Ian Jackson, Ian Murdock
-.TH deb\-control 5 "2007-08-31" "Debian Project" "Debian"
+.TH deb\-control 5 "2007-10-08" "Debian Project" "Debian"
 .SH NAME
 .SH NAME
 deb\-control \- Debian packages' master control file format
 deb\-control \- Debian packages' master control file format
 .
 .
@@ -84,6 +84,13 @@ etc. Note that the
 option is meant for packages that are architecture independent. Some examples
 option is meant for packages that are architecture independent. Some examples
 of this are shell and Perl scripts, and documentation.
 of this are shell and Perl scripts, and documentation.
 .TP
 .TP
+.BR Origin: " <name>"
+The name of the distribution this package is originating from.
+.TP
+.BR Bugs: " <url>"
+The url of the bug tracking system for this package. The current used format
+is \fB<bts_type>://<bts_address>\fP, like \fBdebbugs://bugs.debian.org\fP.
+.TP
 .BR Homepage: " <url>"
 .BR Homepage: " <url>"
 The upstream project home page URL.
 The upstream project home page URL.
 .TP
 .TP