From 7325e2c669e8a96443728fa74c928a7dcb7a73ed Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 22 Feb 2012 17:23:06 -0800 Subject: [PATCH] * add two missing semicolons --- config/debian-r/apt.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)"; -- 2.39.5