about summary refs log tree commit diff
path: root/buildtools
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-04-20 03:29:36 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2020-04-20 03:29:36 +0000
commit8f236be6d8a5c4ac239276986e3c33ee0cfdd545 (patch)
tree6dc9e39fd82e983bc3cb840a530bd2e04c1877f8 /buildtools
parent1879d1a8e3460b60a6bbb63bfcf7a3d13ec273e7 (diff)
downloadnetpbm-mirror-8f236be6d8a5c4ac239276986e3c33ee0cfdd545.tar.gz
netpbm-mirror-8f236be6d8a5c4ac239276986e3c33ee0cfdd545.tar.xz
netpbm-mirror-8f236be6d8a5c4ac239276986e3c33ee0cfdd545.zip
Add comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3786 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'buildtools')
-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,