git » debian:golang-blitiri-go-spf » commit 21215b1

Initial release (Closes: #875490)

author Alberto Bertogli
2017-09-11 23:29:21 UTC
committer Alberto Bertogli
2017-09-11 23:29:21 UTC
parent 33aa9857eff1c5f0694c52ce6011daf5c3e3c67e

Initial release (Closes: #875490)

debian/changelog +5 -0
debian/compat +1 -0
debian/control +24 -0
debian/copyright +31 -0
debian/gbp.conf +6 -0
debian/rules +4 -0
debian/source/format +1 -0

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c54c422
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+golang-blitiri-go-spf (0.0+git20170821.0.33aa985-1) unstable; urgency=medium
+
+  * Initial release (Closes: #875490)
+
+ -- Alberto Bertogli <albertito@blitiri.com.ar>  Tue, 12 Sep 2017 00:29:15 +0100
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..f14eb7c
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: golang-blitiri-go-spf
+Section: devel
+Priority: extra
+Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
+Uploaders: Alberto Bertogli <albertito@blitiri.com.ar>
+Build-Depends: debhelper (>= 10),
+               dh-golang,
+               golang-any
+Standards-Version: 4.0.0
+Homepage: https://blitiri.com.ar/git/r/spf/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-blitiri-go-spf.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-blitiri-go-spf.git
+XS-Go-Import-Path: blitiri.com.ar/go/spf
+Testsuite: autopkgtest-pkg-go
+
+Package: golang-blitiri-go-spf-dev
+Architecture: all
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: SPF (Sender Policy Framework) implementation in Go
+ blitiri.com.ar/go/spf is an open source implementation of the Sender Policy
+ Framework (SPF) in Go.
+ .
+ It is used by the chasquid SMTP server.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..ff6a62d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: spf
+Source: https://blitiri.com.ar/git/r/spf/b/master/t/f=LICENSE.html
+
+Files: *
+Copyright: 2016 Alberto Bertogli <albertito@blitiri.com.ar>
+License: Expat
+
+Files: debian/*
+Copyright: 2017 Alberto Bertogli <albertito@blitiri.com.ar>
+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..0aa6e18
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,6 @@
+[DEFAULT]
+
+debian-branch = master
+upstream-branch = upstream
+
+git-author = True
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8cce5e0
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	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)