]> git.decadent.org.uk Git - dak.git/commitdiff
Also generate pdiff files for source Contents
authorJoerg Jaspert <joerg@debian.org>
Sat, 12 Dec 2015 12:46:11 +0000 (13:46 +0100)
committerJoerg Jaspert <joerg@debian.org>
Sat, 12 Dec 2015 12:46:11 +0000 (13:46 +0100)
dak/generate_index_diffs.py

index da748725fa9177decbad7100020e01f74eb87b84..e3cbd320786ba53399bda3ffa4ff34dd8b365072 100755 (executable)
@@ -429,13 +429,14 @@ def main():
                     packages = "Sources"
                     maxsuite = maxsources
                 else:
-                    longarch = "binary-%s"% (architecture)
+                    longarch = "binary-%s" % (architecture)
                     packages = "Packages"
                     maxsuite = maxpackages
-                    # Process Contents
-                    file = "%s/%s/Contents-%s" % (tree, component, architecture)
-                    storename = "%s/%s_%s_contents_%s" % (Options["TempDir"], suite, component, architecture)
-                    genchanges(Options, file + ".diff", storename, file, maxcontents)
+
+                # Process Contents
+                file = "%s/%s/Contents-%s" % (tree, component, architecture)
+                storename = "%s/%s_%s_contents_%s" % (Options["TempDir"], suite, component, architecture)
+                genchanges(Options, file + ".diff", storename, file, maxcontents)
 
                 file = "%s/%s/%s/%s" % (tree, component, longarch, packages)
                 storename = "%s/%s_%s_%s" % (Options["TempDir"], suite, component, architecture)