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
=== added directory '.bzr-builddeb'
=== added file '.bzr-builddeb/default.conf'
--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
+++ .bzr-builddeb/default.conf 2013-12-20 22:09:14 +0000
@@ -0,0 +1,2 @@
1[BUILDDEB]
2split = True
03
=== added directory 'debian'
=== added file 'debian/changelog'
--- debian/changelog 1970-01-01 00:00:00 +0000
+++ debian/changelog 2013-12-20 22:09:14 +0000
@@ -0,0 +1,5 @@
1golang-phablet-tools-bootimg (0.1-0ubuntu1) UNRELEASED; urgency=low
2
3 * Initial release.
4
5 -- Sergio Schvezov <sergio.schvezov@canonical.com> Mon, 16 Dec 2013 10:23:14 -0300
06
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2013-12-20 22:09:14 +0000
@@ -0,0 +1,1 @@
19
02
=== added file 'debian/control'
--- debian/control 1970-01-01 00:00:00 +0000
+++ debian/control 2013-12-20 22:09:14 +0000
@@ -0,0 +1,15 @@
1Source: golang-phablet-tools-bootimg
2Section: devel
3Priority: extra
4Maintainer: Sergio Schvezov <sergio.schvezov@canonical.com>
5Build-Depends: debhelper (>= 9), dh-golang, golang-go
6Standards-Version: 3.9.4
7Homepage: https://launchpad.net/phablet-tools/bootimg
8Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/phablet-tools/bootimg/files
9Vcs-Bzr: lp:phablet-tools/bootimg
10
11Package: golang-phablet-tools-bootimg-dev
12Architecture: all
13Depends: ${misc:Depends}, ${shlibs:Depends}
14Description: Go library for manipulating Android boot.img files
15 Package reads and extracts Android boot.img files
016
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2013-12-20 22:09:14 +0000
@@ -0,0 +1,20 @@
1Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2
3Files: *
4Copyright: Copyright (C) 2013 Canonical, Ltd.
5License: GPL-3
6 This program is free software: you can redistribute it and/or modify it
7 under the terms of the the GNU General Public License version 3, as
8 published by the Free Software Foundation.
9 .
10 This program is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranties of
12 MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR
13 PURPOSE. See the applicable version of the GNU Lesser General Public
14 License for more details.
15 .
16 You should have received a copy of the GNU General Public License
17 along with this program. If not, see <http://www.gnu.org/licenses/>.
18 .
19 On Debian systems, the complete text of the GNU General Public License
20 can be found in `/usr/share/common-licenses/GPL-3'
021
=== added file 'debian/golang-bootimg-dev.lintian-overrides'
--- debian/golang-bootimg-dev.lintian-overrides 1970-01-01 00:00:00 +0000
+++ debian/golang-bootimg-dev.lintian-overrides 2013-12-20 22:09:14 +0000
@@ -0,0 +1,1 @@
1no-upstream-changelog
02
=== added file 'debian/rules'
--- debian/rules 1970-01-01 00:00:00 +0000
+++ debian/rules 2013-12-20 22:09:14 +0000
@@ -0,0 +1,12 @@
1#!/usr/bin/make -f
2# -*- makefile -*-
3
4export DH_OPTIONS
5export DH_GOPKG := launchpad.net/phablet-tools/bootimg
6
7%:
8 dh $@ --buildsystem=golang --with=golang
9
10override_dh_auto_install:
11 dh_auto_install -O--buildsystem=golang
12 rm -rf ${CURDIR}/debian/golang-bootimg-dev/usr/bin
013
=== added directory 'debian/source'
=== added file 'debian/source/format'
--- debian/source/format 1970-01-01 00:00:00 +0000
+++ debian/source/format 2013-12-20 22:09:14 +0000
@@ -0,0 +1,1 @@
13.0 (quilt)
02
=== added file 'debian/source/lintian-overrides'
--- debian/source/lintian-overrides 1970-01-01 00:00:00 +0000
+++ debian/source/lintian-overrides 2013-12-20 22:09:14 +0000
@@ -0,0 +1,3 @@
1# There are no tarball releases or tags on upstream project
2# to easily parse.
3debian-watch-file-is-missing
04
=== added file 'debian/source/options'
--- debian/source/options 1970-01-01 00:00:00 +0000
+++ debian/source/options 2013-12-20 22:09:14 +0000
@@ -0,0 +1,3 @@
1tar-ignore = .hg
2tar-ignore = .git
3tar-ignore = .bzr

Subscribers

People subscribed via source and target branches