From: Don Armstrong Date: Thu, 23 Feb 2012 01:23:06 +0000 (-0800) Subject: * add two missing semicolons X-Git-Tag: debian-r/squeeze~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7325e2c669e8a96443728fa74c928a7dcb7a73ed;p=dak.git * add two missing semicolons --- diff --git a/config/debian-r/apt.conf b/config/debian-r/apt.conf index e0d5f434..cf1aa9cc 100644 --- a/config/debian-r/apt.conf +++ b/config/debian-r/apt.conf @@ -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)";