Merge lp:~sergiusens/phablet-tools/ubuntuimage_packaging into lp:phablet-tools/ubuntuimage

Proposed by Sergio Schvezov
Status: Rejected
Rejected by: Sergio Schvezov
Proposed branch: lp:~sergiusens/phablet-tools/ubuntuimage_packaging
Merge into: lp:phablet-tools/ubuntuimage
Diff against target: 113 lines (+61/-0)
10 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+5/-0)
debian/compat (+1/-0)
debian/control (+17/-0)
debian/copyright (+20/-0)
debian/golang-phablet-tools-ubuntuimage-dev.lintian-overrides (+1/-0)
debian/rules (+8/-0)
debian/source/format (+1/-0)
debian/source/lintian-overrides (+3/-0)
debian/source/options (+3/-0)
To merge this branch: bzr merge lp:~sergiusens/phablet-tools/ubuntuimage_packaging
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+199482@code.launchpad.net
To post a comment you must log in.
9. By Sergio Schvezov

Adding the N to UNRELEASED

Unmerged revisions

9. By Sergio Schvezov

Adding the N to UNRELEASED

8. By Sergio Schvezov

Fixing vcs-browser

7. By Sergio Schvezov

initial packaging

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2013-12-20 21:47:51 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== added directory 'debian'
10=== added file 'debian/changelog'
11--- debian/changelog 1970-01-01 00:00:00 +0000
12+++ debian/changelog 2013-12-20 21:47:51 +0000
13@@ -0,0 +1,5 @@
14+golang-phablet-tools-ubuntuimage (0.1-0ubuntu1) UNRELEASED; urgency=low
15+
16+ * Initial release.
17+
18+ -- Sergio Schvezov <sergio.schvezov@canonical.com> Mon, 16 Dec 2013 10:23:14 -0300
19
20=== added file 'debian/compat'
21--- debian/compat 1970-01-01 00:00:00 +0000
22+++ debian/compat 2013-12-20 21:47:51 +0000
23@@ -0,0 +1,1 @@
24+9
25
26=== added file 'debian/control'
27--- debian/control 1970-01-01 00:00:00 +0000
28+++ debian/control 2013-12-20 21:47:51 +0000
29@@ -0,0 +1,17 @@
30+Source: golang-phablet-tools-ubuntuimage
31+Section: devel
32+Priority: extra
33+Maintainer: Sergio Schvezov <sergio.schvezov@canonical.com>
34+Build-Depends: debhelper (>= 9), dh-golang, golang-go
35+Standards-Version: 3.9.4
36+Homepage: https://launchpad.net/phablet-tools/ubuntuimage
37+Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/phablet-tools/ubuntuimage/files
38+Vcs-Bzr: lp:phablet-tools/ubuntuimage
39+
40+Package: golang-phablet-tools-ubuntuimage-dev
41+Architecture: all
42+Depends: ${misc:Depends}, ${shlibs:Depends}
43+Description: Go library for interfacing with an Ubuntu image server
44+ Provides facilities to interface with an Ubuntu image server to
45+ download OS image assets from different channels and for different
46+ devices.
47
48=== added file 'debian/copyright'
49--- debian/copyright 1970-01-01 00:00:00 +0000
50+++ debian/copyright 2013-12-20 21:47:51 +0000
51@@ -0,0 +1,20 @@
52+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
53+
54+Files: *
55+Copyright: Copyright (C) 2013 Canonical, Ltd.
56+License: GPL-3
57+ This program is free software: you can redistribute it and/or modify it
58+ under the terms of the the GNU General Public License version 3, as
59+ published by the Free Software Foundation.
60+ .
61+ This program is distributed in the hope that it will be useful, but
62+ WITHOUT ANY WARRANTY; without even the implied warranties of
63+ MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR
64+ PURPOSE. See the applicable version of the GNU Lesser General Public
65+ License for more details.
66+ .
67+ You should have received a copy of the GNU General Public License
68+ along with this program. If not, see <http://www.gnu.org/licenses/>.
69+ .
70+ On Debian systems, the complete text of the GNU General Public License
71+ can be found in `/usr/share/common-licenses/GPL-3'
72
73=== added file 'debian/golang-phablet-tools-ubuntuimage-dev.lintian-overrides'
74--- debian/golang-phablet-tools-ubuntuimage-dev.lintian-overrides 1970-01-01 00:00:00 +0000
75+++ debian/golang-phablet-tools-ubuntuimage-dev.lintian-overrides 2013-12-20 21:47:51 +0000
76@@ -0,0 +1,1 @@
77+no-upstream-changelog
78
79=== added file 'debian/rules'
80--- debian/rules 1970-01-01 00:00:00 +0000
81+++ debian/rules 2013-12-20 21:47:51 +0000
82@@ -0,0 +1,8 @@
83+#!/usr/bin/make -f
84+# -*- makefile -*-
85+
86+export DH_OPTIONS
87+export DH_GOPKG := launchpad.net/phablet-tools/ubuntuimage
88+
89+%:
90+ dh $@ --buildsystem=golang --with=golang
91
92=== added directory 'debian/source'
93=== added file 'debian/source/format'
94--- debian/source/format 1970-01-01 00:00:00 +0000
95+++ debian/source/format 2013-12-20 21:47:51 +0000
96@@ -0,0 +1,1 @@
97+3.0 (quilt)
98
99=== added file 'debian/source/lintian-overrides'
100--- debian/source/lintian-overrides 1970-01-01 00:00:00 +0000
101+++ debian/source/lintian-overrides 2013-12-20 21:47:51 +0000
102@@ -0,0 +1,3 @@
103+# There are no tarball releases or tags on upstream project
104+# to easily parse.
105+debian-watch-file-is-missing
106
107=== added file 'debian/source/options'
108--- debian/source/options 1970-01-01 00:00:00 +0000
109+++ debian/source/options 2013-12-20 21:47:51 +0000
110@@ -0,0 +1,3 @@
111+tar-ignore = .hg
112+tar-ignore = .git
113+tar-ignore = .bzr

Subscribers

People subscribed via source and target branches