]> git.donarmstrong.com Git - debian/debian-policy.git/blobdiff - debian/control
Fixed a couple of typos, updated ChangeLog, added fileutils (>= 4.0) dependency
[debian/debian-policy.git] / debian / control
index 51eba2268bc347e47337ddc5785b0f3bd11a139f..36853102ece085e0bc83f540b21484d14617cc23 100644 (file)
@@ -1,17 +1,34 @@
 Source: debian-policy
 Section: doc
-Priority: extra
+Priority: optional
 Maintainer: Debian Policy List <debian-policy@lists.debian.org>
 Standards-Version: ${debian-policy:Version}
+Build-Depends-Indep: lynx, debiandoc-sgml, sp, liburi-perl, libpaperg, tetex-bin, tetex-extra, latex2html, libi18n-langtags-perl, groff, bsdmainutils, pstoedit
 
 Package: debian-policy
 Architecture: all
+Recommends: packaging-manual
 Suggests: doc-base
+Depends: fileutils (>= 4.0)
 Conflicts: dpkg-dev (<< 1.4.0.9), doc-base (<< 0.6)
 Description: Debian Policy Manual and related documents
  This package contains:
     - Debian Policy Manual
-    - Linux Filesystem Structure (FSSTND)
+    - Linux Filesystem Hierarchy Standard (FHS)
     - Authoritative list of virtual package names
     - Paper about libc6 migration
     - Policy checklist for upgrading your packages
+
+Package: packaging-manual
+Architecture: all
+Depends: fileutils (>= 4.0)
+Recommends: debian-policy
+Suggests: doc-base, dpkg (>= 1.4.0.23)
+Description: Debian Packaging Manual
+ This package installs the Debian Packaging Manual. 
+ .
+ This manual describes the technical aspects of creating Debian binary
+ and source packages.  It also documents the interface between
+ dselect and its access method scripts.  It does not deal with
+ the Debian Project policy requirements, and it assumes familiarity
+ with dpkg's functions from the system administrator's perspective.