From 8f236be6d8a5c4ac239276986e3c33ee0cfdd545 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Mon, 20 Apr 2020 03:29:36 +0000 Subject: Add comments git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3786 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- buildtools/debian/mkdeb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'buildtools') 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, -- cgit 1.4.1