Skip to content
Snippets Groups Projects
Commit 3aff6843 authored by Tim Potter's avatar Tim Potter Committed by Apertis package maintainers
Browse files

Import Debian changes 3-1

golang-github-coreos-pkg (3-1) unstable; urgency=medium

  * New upstream release.

golang-github-coreos-pkg (2-2) unstable; urgency=medium

  * Add myself to Uploaders.
  * debian/control: Remove golang-go dependency from -dev package.
  * debian/control: Replace golang-go with golang-any in Build-Depends.

golang-github-coreos-pkg (2-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * (Build-)Depends += "golang-golang-x-crypto-dev".
  * Standards-Version: 3.9.8.
  * Vcs-Git URL to HTTPS.
  * Updated "watch" file.
  * Simplified "rules" through use of "DH_GOLANG_EXCLUDES".

golang-github-coreos-pkg (0.0~git20151028.0.2c77715-1) unstable; urgency=medium

  * Initial release (Closes: #804108)
parent 84261f09
No related branches found
No related tags found
No related merge requests found
Pipeline #208706 passed
golang-github-coreos-pkg (3-1) unstable; urgency=medium
* New upstream release.
-- Tim Potter <tpot@hpe.com> Thu, 09 Feb 2017 07:34:14 +1100
golang-github-coreos-pkg (2-2) unstable; urgency=medium
* Add myself to Uploaders.
* debian/control: Remove golang-go dependency from -dev package.
* debian/control: Replace golang-go with golang-any in Build-Depends.
-- Martín Ferrari <tincho@debian.org> Sun, 02 Oct 2016 22:27:03 +0000
golang-github-coreos-pkg (2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* (Build-)Depends += "golang-golang-x-crypto-dev".
* Standards-Version: 3.9.8.
* Vcs-Git URL to HTTPS.
* Updated "watch" file.
* Simplified "rules" through use of "DH_GOLANG_EXCLUDES".
-- Dmitry Smirnov <onlyjob@debian.org> Sun, 19 Jun 2016 21:41:23 +1000
golang-github-coreos-pkg (0.0~git20151028.0.2c77715-1) unstable; urgency=medium
* Initial release (Closes: #804108)
-- Tim Potter <tpot@hpe.com> Thu, 05 Nov 2015 13:44:32 +1100
9
Source: golang-github-coreos-pkg
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Martín Ferrari <tincho@debian.org>,
Tim Potter <tpot@hpe.com>,
Build-Depends: debhelper (>= 9),
dh-golang (>= 1.17~),
golang-any,
golang-github-coreos-go-systemd-dev,
golang-golang-x-crypto-dev,
golang-yaml.v2-dev,
Standards-Version: 3.9.8
Homepage: https://github.com/coreos/pkg
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-coreos-pkg.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-coreos-pkg.git
XS-Go-Import-Path: github.com/coreos/pkg
Package: golang-github-coreos-pkg-dev
Architecture: all
Depends: ${misc:Depends},
${shlibs:Depends},
golang-github-coreos-go-systemd-dev,
golang-golang-x-crypto-dev,
golang-yaml.v2-dev,
Description: collection of Go utility packages
This package contains a collection of Go utility libraries for use
in projects written by CoreOS, Inc.
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: pkg
Source: https://github.com/coreos/pkg
Files: *
Copyright: 2014-2016 CoreOS, Inc
License: Apache-2.0
Files: DCO
Copyright: 2004, 2006 The Linux Foundation and its contributors
License: DCO-License
Files: debian/*
Copyright: 2015 Tim Potter <tpot@hpe.com>
License: Apache-2.0
Comment: Debian packaging is licensed under the same terms as upstream
License: Apache-2.0
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 version 2.0 license
can be found in "/usr/share/common-licenses/Apache-2.0".
License: DCO-License
Developer Certificate of Origin
Version 1.1
.
Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
660 York Street, Suite 102,
San Francisco, CA 94110 USA
.
Everyone is permitted to copy and distribute verbatim copies of this
license document, but changing it is not allowed.
README.md
CONTRIBUTING.md
DCO
NOTICE
MAINTAINERS
[buildpackage]
overlay = True
export-dir = ../build-area/
tarball-dir = ../
[dch]
id-length = 0
[import-orig]
pristine-tar = True
merge = False
Description: Use yaml.v2 library instead of yaml.v1
The yaml.v1 library is unpackage, obsolete and can be replaced by
yaml.v2 in most circumstances.
Author: Tim Potter <tpot@hpe.com>
Forwarded: No
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: golang-github-coreos-pkg/yamlutil/yaml.go
===================================================================
--- golang-github-coreos-pkg.orig/yamlutil/yaml.go
+++ golang-github-coreos-pkg/yamlutil/yaml.go
@@ -5,7 +5,7 @@ import (
"fmt"
"strings"
- "gopkg.in/yaml.v1"
+ "gopkg.in/yaml.v2"
)
// SetFlagsFromYaml goes through all registered flags in the given flagset,
0001-use-yaml.v2.patch
#!/usr/bin/make -f
export DH_GOLANG_EXCLUDES := capnslog/example
%:
dh $@ --buildsystem=golang --with=golang
3.0 (quilt)
# uscan(1) configuration file.
version=3
https://github.com/coreos/pkg/releases \
.*/archive/v?(\d[\d\.]*)\.tar\.gz
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment