Merge lp:~sergiusens/phablet-tools/ubuntu-device-flash_packaging into lp:phablet-tools/ubuntu-device-flash

Proposed by Sergio Schvezov
Status: Rejected
Rejected by: Sergio Schvezov
Proposed branch: lp:~sergiusens/phablet-tools/ubuntu-device-flash_packaging
Merge into: lp:phablet-tools/ubuntu-device-flash
Diff against target: 118 lines (+66/-0)
10 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+5/-0)
debian/compat (+1/-0)
debian/control (+21/-0)
debian/copyright (+20/-0)
debian/rules (+8/-0)
debian/source/format (+1/-0)
debian/source/lintian-overrides (+3/-0)
debian/source/options (+3/-0)
debian/ubuntu-device-flash.lintian-overrides (+2/-0)
To merge this branch: bzr merge lp:~sergiusens/phablet-tools/ubuntu-device-flash_packaging
Reviewer Review Type Date Requested Status
Ricardo Salveti Pending
Review via email: mp+199871@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

7. By Sergio Schvezov

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

Subscribers

People subscribed via source and target branches