=== modified file 'lib/lp/archivepublisher/publishing.py'
--- lib/lp/archivepublisher/publishing.py 2014-10-31 12:48:39 +0000
+++ lib/lp/archivepublisher/publishing.py 2015-03-17 16:26:47 +0000
@@ -929,6 +929,7 @@ class Publisher(object):
sub_path = os.path.join(component, subcomp, arch_path)
sub_file_stub = os.path.join(sub_path, file_stub)
all_series_files.update(get_suffixed_indices(sub_file_stub))
+ all_series_files.update(get_suffixed_indices('Contents-' + arch_name))
self._writeSuiteArchOrSource(
distroseries, pocket, component, 'Packages', arch_name, arch_path,
all_series_files)