summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Duvall <dduvall@wikimedia.org>2017-10-19 14:49:19 -0700
committerDan Duvall <dduvall@wikimedia.org>2017-10-19 14:49:19 -0700
commit23ab0bea23476f1b0da97974a377f91a1186e665 (patch)
tree1645261a9e143dd13afd6fa03656ce30caad6635
parent818a0fcc0ffcda1c80a33c4f1ff6e1cc4d52abe3 (diff)
downloadblubber-23ab0bea23476f1b0da97974a377f91a1186e665.tar.gz
Move debian files out of master and into debian branch
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control25
-rw-r--r--debian/copyright19
-rw-r--r--debian/gbp.conf2
-rwxr-xr-xdebian/rules12
-rw-r--r--debian/source/format1
7 files changed, 0 insertions, 65 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 69d52bc..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-blubber (0.0~git20170911.0.4e5c728-1) unstable; urgency=medium
-
- * Initial release
-
- -- Dan Duvall <dduvall@wikimedia.org> Mon, 11 Sep 2017 12:06:16 -0700
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index f599e28..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-10
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 51c796e..0000000
--- a/debian/control
+++ /dev/null
@@ -1,25 +0,0 @@
-Source: blubber
-Section: devel
-Priority: optional
-Maintainer: Wikimedia Foundation Release Engineering <releng@wikimedia.org>
-Uploaders: Dan Duvall <dduvall@wikimedia.org>,
- Tyler Cipriani <tcipriani@wikimedia.org>
-Build-Depends: debhelper (>= 10),
- dh-golang,
- golang-any,
- golang-github-stretchr-testify-dev,
- golang-gopkg-yaml.v2-dev
-Standards-Version: 3.9.8
-Homepage: https://phabricator.wikimedia.org/source/blubber
-XS-Go-Import-Path: phabricator.wikimedia.org/source/blubber
-
-Package: blubber
-Architecture: any
-Built-Using: ${misc:Built-Using}
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Description: Compiles simple container image configuration into Dockerfiles
- Blubber aims to help developers describe the requirements of their container
- images and runtimes for various environments (development, staging,
- production) while still satisfying the necessary constraints on the build and
- release process for security and parity.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 17b3dd3..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,19 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-
-Files: *
-Copyright: Copyright © 2017 Wikimedia Foundation and contributors
-License: Apache-2
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- .
- http://www.apache.org/licenses/LICENSE-2.0
- .
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- .
- On Debian systems, the complete text of the Apache License 2.0 can
- be found in "/usr/share/common-licenses/Apache-2.0"
diff --git a/debian/gbp.conf b/debian/gbp.conf
deleted file mode 100644
index 0bbcd55..0000000
--- a/debian/gbp.conf
+++ /dev/null
@@ -1,2 +0,0 @@
-[buildpackage]
-upstream-tag = HEAD
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 1abf6fb..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/make -f
-
-PACKAGE := phabricator.wikimedia.org/source/blubber
-GO_LDFLAGS := \
- -X $(PACKAGE)/meta.Version=$(shell cat VERSION) \
- -X $(PACKAGE)/meta.GitCommit=$(shell git rev-parse --short HEAD)
-
-%:
- dh $@ --buildsystem=golang --with=golang
-
-override_dh_auto_build:
- dh_auto_build -O--buildsystem=golang -- -ldflags "$(GO_LDFLAGS)"
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)