From c2fc2f99882bf714bd815eb493436fa1571b2823 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 19 Mar 2014 16:19:57 +0400 Subject: [PATCH] Add placeholders for default local repo publish settings. #12 --- debian/local.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/local.go b/debian/local.go index 0a4c755f..a4e1a003 100644 --- a/debian/local.go +++ b/debian/local.go @@ -17,6 +17,10 @@ type LocalRepo struct { Name string // Comment Comment string + // DefaultDistribution + DefaultDistribution string `codec:",omitempty"` + // DefaultComponent + DefaultComponent string `codec:",omitempty"` // "Snapshot" of current list of packages packageRefs *PackageRefList }