--- golang-ar-0.0~git20150512.orig/debian/changelog +++ golang-ar-0.0~git20150512/debian/changelog @@ -0,0 +1,11 @@ +golang-ar (0.0~git20150512-0ubuntu2) vivid; urgency=low + + * fix typo in debian/control + + -- Michael Vogt Thu, 12 Mar 2015 14:44:42 +0100 + +golang-ar (0.0~git20150512-0ubuntu1) vivid; urgency=low + + * Initial release + + -- Michael Vogt Thu, 19 Dec 2013 12:55:59 -0300 --- golang-ar-0.0~git20150512.orig/debian/compat +++ golang-ar-0.0~git20150512/debian/compat @@ -0,0 +1 @@ +9 --- golang-ar-0.0~git20150512.orig/debian/control +++ golang-ar-0.0~git20150512/debian/control @@ -0,0 +1,13 @@ +Source: golang-ar +Section: devel +Priority: extra +Maintainer: Michael Vogt +Build-Depends: debhelper (>= 9), dh-golang, golang-go +Standards-Version: 3.9.4 +Homepage: https://github.com/blakesmith/ar/ + +Package: golang-ar-dev +Architecture: all +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: ar archive file library + This Go package provides a native ar archive file library --- golang-ar-0.0~git20150512.orig/debian/copyright +++ golang-ar-0.0~git20150512/debian/copyright @@ -0,0 +1,30 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: debian/* +Copyright: Copyright (C) 2015 Canonical, Ltd. +License: BSD-3-Clause + +Files: * +Copyright: Copyright (c) 2013 Blake Smith +License: MIT + +License: MIT + Copyright (c) 2013 Blake Smith + . + 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. --- golang-ar-0.0~git20150512.orig/debian/rules +++ golang-ar-0.0~git20150512/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DH_OPTIONS + +export DH_GOPKG := github.com/blakesmith/ar/ + +%: + dh $@ --buildsystem=golang --with=golang + +override_dh_auto_install: + dh_auto_install -O--buildsystem=golang + +override_dh_auto_test: + # tests need fixtures that are not installed