diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c3da290 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/* + diff --git a/debian/changelog b/debian/changelog index 244f3dc..f8c64e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +golang-github-spf13-pflag (1.0.0-1) unstable; urgency=medium + + * New upstream release. + * Add debian/watch + * Apply "cme fix dpkg" to debian/control, + bumping Standards-Version to 4.1.3, + setting Priority to optional, and + adding Testsuite: autopkgtest-pkg-go, etc. + * Use debhelper (>= 11) + + -- Anthony Fok Wed, 07 Mar 2018 20:13:22 -0700 + golang-github-spf13-pflag (0.0~git20170508.0.e57e3ee-1) unstable; urgency=medium * New upstream version. diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index bbe43dc..b5e3cf6 100644 --- a/debian/control +++ b/debian/control @@ -1,18 +1,19 @@ Source: golang-github-spf13-pflag -Section: devel -Priority: extra Maintainer: Debian Go Packaging Team -Uploaders: Anthony Fok , Tim Potter , - Félix Sipma -Build-Depends: debhelper (>= 10), +Uploaders: Anthony Fok , + Tim Potter , + Félix Sipma +Section: devel +Testsuite: autopkgtest-pkg-go +Priority: optional +Build-Depends: debhelper (>= 11), dh-golang, golang-any -Standards-Version: 4.0.0 -Homepage: https://github.com/spf13/pflag +Standards-Version: 4.1.3 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-spf13-pflag.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-spf13-pflag.git +Homepage: https://github.com/spf13/pflag XS-Go-Import-Path: github.com/spf13/pflag -Testsuite: autopkgtest-pkg-go Package: golang-github-spf13-pflag-dev Architecture: all diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..165c428 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=4 +opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%golang-github-spf13-pflag-$1.tar.gz%" \ + https://github.com/spf13/pflag/releases \ + (?:.*?/)?v?(\d[\d.]*)\.tar\.gz