--- golang-udm-0.1+14.10.20140721.orig/debian/changelog +++ golang-udm-0.1+14.10.20140721/debian/changelog @@ -0,0 +1,30 @@ +golang-udm (0.1+14.10.20140721-0ubuntu1) utopic; urgency=low + + [ Manuel de la Peña ] + * Ensure that the upload signals are connected to the correct + interface. + + -- Ubuntu daily release Mon, 21 Jul 2014 09:36:38 +0000 + +golang-udm (0.1+14.10.20140702-0ubuntu1) utopic; urgency=low + + [ Manuel de la Peña ] + * Use the upload service and not the download one. + + -- Ubuntu daily release Wed, 02 Jul 2014 08:53:40 +0000 + +golang-udm (0.1+14.10.20140627-0ubuntu1) utopic; urgency=low + + [ Manuel de la Peña ] + * Add uploader interface (with tests) + + [ Sergio Schvezov ] + * Add uploader interface (with tests) + + -- Ubuntu daily release Fri, 27 Jun 2014 15:33:08 +0000 + +golang-udm (0.1-0ubuntu1) utopic; urgency=low + + * Initial packaging. + + -- Sergio Schvezov Fri, 27 Jun 2014 12:28:31 -0300 --- golang-udm-0.1+14.10.20140721.orig/debian/compat +++ golang-udm-0.1+14.10.20140721/debian/compat @@ -0,0 +1 @@ +9 --- golang-udm-0.1+14.10.20140721.orig/debian/control +++ golang-udm-0.1+14.10.20140721/debian/control @@ -0,0 +1,20 @@ +Source: golang-udm +Section: devel +Priority: optional +Maintainer: Ubuntu Developers +Build-Depends: debhelper (>= 9), + dh-golang, + golang-go, + golang-go-dbus-dev, + golang-gocheck-dev, +Standards-Version: 3.9.5 +Homepage: https://launchpad.net/udm +Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/udm/trunk/files +Vcs-Bzr: lp:udm + +Package: golang-udm-dev +Architecture: all +Depends: ${misc:Depends}, +Description: Go bindings for the Ubuntu Download Manager + After importing this package you will be able to use the Ubuntu Download + Manager from golang directly. --- golang-udm-0.1+14.10.20140721.orig/debian/copyright +++ golang-udm-0.1+14.10.20140721/debian/copyright @@ -0,0 +1,22 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: udm +Source: https://launchpad.net/udm + +Files: * +Copyright: Copyright (C) 2014 Canonical, Ltd. +License: GPL-3 + This program is free software: you can redistribute it and/or modify it + under the terms of the the GNU General Public License version 3, as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY; without even the implied warranties of + MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR + PURPOSE. See the applicable version of the GNU Lesser General Public + License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General Public License + can be found in `/usr/share/common-licenses/GPL-3' --- golang-udm-0.1+14.10.20140721.orig/debian/rules +++ golang-udm-0.1+14.10.20140721/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DH_OPTIONS +export DH_GOPKG := launchpad.net/udm + +%: + dh $@ --buildsystem=golang --with=golang --fail-missing