about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbuildtools/debian/mkdeb6
1 files changed, 6 insertions, 0 deletions
diff --git a/buildtools/debian/mkdeb b/buildtools/debian/mkdeb
index f0bd6145..2cb00957 100755
--- a/buildtools/debian/mkdeb
+++ b/buildtools/debian/mkdeb
@@ -112,6 +112,12 @@ sub netpbmVersion($) {
 
 sub control($$) {
     my ($release, $architecture) = @_;
+#-----------------------------------------------------------------------------
+#  The contents for the package control file, as a hash reference.  In the
+#  referenced hash, there is one key for each line of the control file.  The
+#  key and value in the hash are the key and value for the line of the control
+#  file.
+#-----------------------------------------------------------------------------
 
 # The Debian packaging system doesn't provide a way to express Netpbm's actual
 # prerequisites.  For example, Netpbm needs Version 6.2 or better of Libjpeg,