tappend Contents files to the release generation filelist - amprolla - devuan's apt repo merger
 (HTM) git clone git://parazyd.org/amprolla.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 5fb4b7e58772859b95577b49011ae366fd1b8667
 (DIR) parent 1ff8545a819771f75410da814daf13c13b6c28b5
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Tue, 11 Jul 2017 23:06:31 +0200
       
       append Contents files to the release generation filelist
       
       Diffstat:
         M amprolla_merge.py                   |       6 ++++++
       
       1 file changed, 6 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/amprolla_merge.py b/amprolla_merge.py
       t@@ -124,6 +124,12 @@ def gen_release(suite):
                        flist = srcfiles
                    else:
                        flist = pkgfiles
       +                cont = arch.replace('binary', 'Contents')
       +                cont_udeb = arch.replace('binary', 'Contents-udeb')
       +                filelist.append(join(rootdir, cat, cont+'.gz'))
       +                filelist.append(join(rootdir, cat, cont))
       +                filelist.append(join(rootdir, cat, cont_udeb+'.gz'))
       +                filelist.append(join(rootdir, cat, cont_udeb))
        
                    for i in flist:
                        filelist.append(join(rootdir, cat, arch, i))