瀏覽代碼

Document Origin and Bugs fields in deb-control.5

Guillem Jover 19 年之前
父節點
當前提交
fc02b5f915
共有 3 個文件被更改,包括 13 次插入1 次删除
  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).
   * Allow comparing unsupported architectures for equality and identity.
     Based on a patch by Frank Lichtenheld. Closes: #427210
+  * Document Origin and Bugs fields in deb-control.5. Closes: #173463
 
   [ Frank Lichtenheld ]
   * 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>
 
 	* dpkg-buildpackage.1: Document that fakeroot is now the default

+ 8 - 1
man/deb-control.5

@@ -1,6 +1,6 @@
 .\" Author: Raul Miller
 .\" 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
 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
 of this are shell and Perl scripts, and documentation.
 .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>"
 The upstream project home page URL.
 .TP