]> git.donarmstrong.com Git - dak.git/commitdiff
* add two missing semicolons
authorDon Armstrong <don@donarmstrong.com>
Thu, 23 Feb 2012 01:23:06 +0000 (17:23 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 23 Feb 2012 01:23:06 +0000 (17:23 -0800)
config/debian-r/apt.conf

index e0d5f43446e8e8015cb226d7681adae5151435b7..cf1aa9cc85cd6ed658774ed8be2fe41beb2d524a 100644 (file)
@@ -35,7 +35,7 @@ tree "dists/testing"
 {
    FileList "/srv/debian-r/dak-database/dists/testing/$(SECTION)_binary-$(ARCH).list";
    SourceFileList "/srv/debian-r/dak-database/dists/testing/$(SECTION)_source.list";
-   Sections "main"
+   Sections "main";
    Architectures "i386 amd64 powerpc source";
    BinOverride "override.wheezy.$(SECTION)";
    ExtraOverride "override.wheezy.extra.$(SECTION)";
@@ -49,7 +49,7 @@ tree "dists/unstable"
 {
    FileList "/srv/debian-r/dak-database/dists/unstable/$(SECTION)_binary-$(ARCH).list";
    SourceFileList "/srv/debian-r/dak-database/dists/unstable/$(SECTION)_source.list";
-   Sections "main"
+   Sections "main";
    Architectures "i386 amd64 powerpc source";
    BinOverride "override.sid.$(SECTION)";
    ExtraOverride "override.sid.extra.$(SECTION)";