Merge lp:~sergiusens/phablet-tools/bootimg_packaging into lp:phablet-tools/bootimg

Proposed by Sergio Schvezov
Status: Rejected
Rejected by: Sergio Schvezov
Proposed branch: lp:~sergiusens/phablet-tools/bootimg_packaging
Merge into: lp:phablet-tools/bootimg
Diff against target: 115 lines (+63/-0)
10 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+5/-0)
debian/compat (+1/-0)
debian/control (+15/-0)
debian/copyright (+20/-0)
debian/golang-bootimg-dev.lintian-overrides (+1/-0)
debian/rules (+12/-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/bootimg_packaging
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+199481@code.launchpad.net
To post a comment you must log in.
4. By Sergio Schvezov

Adding the N to UNRELEASED

Unmerged revisions

4. By Sergio Schvezov

Adding the N to UNRELEASED

3. By Sergio Schvezov

prepending phablet-tools to package names and fixing vcs-browser

2. By Sergio Schvezov

Adding 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:09:14 +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:09:14 +0000
13@@ -0,0 +1,5 @@
14+golang-phablet-tools-bootimg (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 22:09:14 +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:09:14 +0000
29@@ -0,0 +1,15 @@
30+Source: golang-phablet-tools-bootimg
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/bootimg
37+Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/phablet-tools/bootimg/files
38+Vcs-Bzr: lp:phablet-tools/bootimg
39+
40+Package: golang-phablet-tools-bootimg-dev
41+Architecture: all
42+Depends: ${misc:Depends}, ${shlibs:Depends}
43+Description: Go library for manipulating Android boot.img files
44+ Package reads and extracts Android boot.img files
45
46=== added file 'debian/copyright'
47--- debian/copyright 1970-01-01 00:00:00 +0000
48+++ debian/copyright 2013-12-20 22:09:14 +0000
49@@ -0,0 +1,20 @@
50+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
51+
52+Files: *
53+Copyright: Copyright (C) 2013 Canonical, Ltd.
54+License: GPL-3
55+ This program is free software: you can redistribute it and/or modify it
56+ under the terms of the the GNU General Public License version 3, as
57+ published by the Free Software Foundation.
58+ .
59+ This program is distributed in the hope that it will be useful, but
60+ WITHOUT ANY WARRANTY; without even the implied warranties of
61+ MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR
62+ PURPOSE. See the applicable version of the GNU Lesser General Public
63+ License for more details.
64+ .
65+ You should have received a copy of the GNU General Public License
66+ along with this program. If not, see <http://www.gnu.org/licenses/>.
67+ .
68+ On Debian systems, the complete text of the GNU General Public License
69+ can be found in `/usr/share/common-licenses/GPL-3'
70
71=== added file 'debian/golang-bootimg-dev.lintian-overrides'
72--- debian/golang-bootimg-dev.lintian-overrides 1970-01-01 00:00:00 +0000
73+++ debian/golang-bootimg-dev.lintian-overrides 2013-12-20 22:09:14 +0000
74@@ -0,0 +1,1 @@
75+no-upstream-changelog
76
77=== added file 'debian/rules'
78--- debian/rules 1970-01-01 00:00:00 +0000
79+++ debian/rules 2013-12-20 22:09:14 +0000
80@@ -0,0 +1,12 @@
81+#!/usr/bin/make -f
82+# -*- makefile -*-
83+
84+export DH_OPTIONS
85+export DH_GOPKG := launchpad.net/phablet-tools/bootimg
86+
87+%:
88+ dh $@ --buildsystem=golang --with=golang
89+
90+override_dh_auto_install:
91+ dh_auto_install -O--buildsystem=golang
92+ rm -rf ${CURDIR}/debian/golang-bootimg-dev/usr/bin
93
94=== added directory 'debian/source'
95=== added file 'debian/source/format'
96--- debian/source/format 1970-01-01 00:00:00 +0000
97+++ debian/source/format 2013-12-20 22:09:14 +0000
98@@ -0,0 +1,1 @@
99+3.0 (quilt)
100
101=== added file 'debian/source/lintian-overrides'
102--- debian/source/lintian-overrides 1970-01-01 00:00:00 +0000
103+++ debian/source/lintian-overrides 2013-12-20 22:09:14 +0000
104@@ -0,0 +1,3 @@
105+# There are no tarball releases or tags on upstream project
106+# to easily parse.
107+debian-watch-file-is-missing
108
109=== added file 'debian/source/options'
110--- debian/source/options 1970-01-01 00:00:00 +0000
111+++ debian/source/options 2013-12-20 22:09:14 +0000
112@@ -0,0 +1,3 @@
113+tar-ignore = .hg
114+tar-ignore = .git
115+tar-ignore = .bzr

Subscribers

People subscribed via source and target branches