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
=== 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:07:31 +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:07:31 +0000
@@ -0,0 +1,5 @@
1golang-phablet-tools-ubuntu-device-flash (0.1-0ubuntu1) UNRELEASED; urgency=low
2
3 * Initial release.
4
5 -- Sergio Schvezov <sergio.schvezov@canonical.com> Fri, 20 Dec 2013 18:31:21 -0300
06
=== added file 'debian/compat'
--- debian/compat 1970-01-01 00:00:00 +0000
+++ debian/compat 2013-12-20 22:07:31 +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:07:31 +0000
@@ -0,0 +1,21 @@
1Source: golang-phablet-tools-ubuntu-device-flash
2Section: devel
3Priority: extra
4Maintainer: Sergio Schvezov <sergio.schvezov@canonical.com>
5Build-Depends: debhelper (>= 9),
6 dh-golang,
7 golang-go,
8 golang-phablet-tools-devices-dev,
9 golang-phablet-tools-ubuntuimage-dev
10Standards-Version: 3.9.4
11Homepage: https://launchpad.net/phablet-tools/bootimg
12Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/phablet-tools/ubuntu-device-flash/files
13Vcs-Bzr: lp:phablet-tools/ubuntu-device-flash
14
15Package: ubuntu-device-flash
16Architecture: any
17Depends: ${misc:Depends}, ${shlibs:Depends}
18Description: Flash supported Nexus devices with Ubuntu
19 Use this tool to flash a suported device with Ubuntu by either
20 bootstrapping from fastboot or reflashing from an already
21 supported device.
022
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2013-12-20 22:07:31 +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/rules'
--- debian/rules 1970-01-01 00:00:00 +0000
+++ debian/rules 2013-12-20 22:07:31 +0000
@@ -0,0 +1,8 @@
1#!/usr/bin/make -f
2# -*- makefile -*-
3
4export DH_OPTIONS
5export DH_GOPKG := launchpad.net/phablet-tools/ubuntu-device-flash
6
7%:
8 dh $@ --buildsystem=golang --with=golang
09
=== 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:07:31 +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:07:31 +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:07:31 +0000
@@ -0,0 +1,3 @@
1tar-ignore = .hg
2tar-ignore = .git
3tar-ignore = .bzr
04
=== added file 'debian/ubuntu-device-flash.lintian-overrides'
--- debian/ubuntu-device-flash.lintian-overrides 1970-01-01 00:00:00 +0000
+++ debian/ubuntu-device-flash.lintian-overrides 2013-12-20 22:07:31 +0000
@@ -0,0 +1,2 @@
1no-upstream-changelog
2binary-without-manpage

Subscribers

People subscribed via source and target branches