diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..9788596 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +golang-github-zenazn-goji (1.0+git20170812.c05078c-1) unstable; urgency=medium + + * Initial release (Closes: #885247) + + -- Alexandre Viau Mon, 25 Dec 2017 22:24:18 -0500 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..21fa388 --- /dev/null +++ b/debian/control @@ -0,0 +1,24 @@ +Source: golang-github-zenazn-goji +Section: devel +Priority: optional +Maintainer: Debian Go Packaging Team +Uploaders: Alexandre Viau +Build-Depends: debhelper (>= 10), + dh-golang, + golang-github-goji-param-dev, + golang-any +Standards-Version: 4.1.1 +Homepage: https://github.com/zenazn/goji +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-zenazn-goji.git +Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-zenazn-goji.git +XS-Go-Import-Path: github.com/zenazn/goji +Testsuite: autopkgtest-pkg-go + +Package: golang-github-zenazn-goji-dev +Architecture: all +Depends: ${shlibs:Depends}, + golang-github-goji-param-dev, + ${misc:Depends} +Description: minimalistic web framework for Golang + Goji is a minimalistic web framework that values composability and + simplicity. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..d50e845 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,31 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: goji +Source: https://github.com/zenazn/goji +Files-Excluded: vendor Godeps/_workspace + +Files: * +Copyright: 2014-2016 Carl Jackson +License: Expat + +Files: debian/* +Copyright: 2017 Alexandre Viau +License: Expat +Comment: Debian packaging is licensed under the same terms as upstream + +License: Expat + Permission is hereby granted, free of charge, to any person obtaining a copy of + this software and associated documentation files (the "Software"), to deal in + the Software without restriction, including without limitation the rights to + use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of + the Software, and to permit persons to whom the Software is furnished to do so, + subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS + FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR + COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER + IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..cec628c --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +pristine-tar = True diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..35b7671 --- /dev/null +++ b/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export DH_GOLANG_EXCLUDES := example + +%: + dh $@ --buildsystem=golang --with=golang diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..c15d80d --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=3 +opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/golang-github-zenazn-goji-\$1\.tar\.gz/,\ +uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/\$1~\$2\$3/ \ + https://github.com/zenazn/goji/tags .*/v?(\d\S*)\.tar\.gz