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
=== 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 21:47:51 +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 21:47:51 +0000
@@ -0,0 +1,5 @@
1golang-phablet-tools-ubuntuimage (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 21:47:51 +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 21:47:51 +0000
@@ -0,0 +1,17 @@
1Source: golang-phablet-tools-ubuntuimage
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/ubuntuimage
8Vcs-Browser: http://bazaar.launchpad.net/~phablet-team/phablet-tools/ubuntuimage/files
9Vcs-Bzr: lp:phablet-tools/ubuntuimage
10
11Package: golang-phablet-tools-ubuntuimage-dev
12Architecture: all
13Depends: ${misc:Depends}, ${shlibs:Depends}
14Description: Go library for interfacing with an Ubuntu image server
15 Provides facilities to interface with an Ubuntu image server to
16 download OS image assets from different channels and for different
17 devices.
018
=== added file 'debian/copyright'
--- debian/copyright 1970-01-01 00:00:00 +0000
+++ debian/copyright 2013-12-20 21:47:51 +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-phablet-tools-ubuntuimage-dev.lintian-overrides'
--- debian/golang-phablet-tools-ubuntuimage-dev.lintian-overrides 1970-01-01 00:00:00 +0000
+++ debian/golang-phablet-tools-ubuntuimage-dev.lintian-overrides 2013-12-20 21:47:51 +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 21:47:51 +0000
@@ -0,0 +1,8 @@
1#!/usr/bin/make -f
2# -*- makefile -*-
3
4export DH_OPTIONS
5export DH_GOPKG := launchpad.net/phablet-tools/ubuntuimage
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 21:47:51 +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 21:47:51 +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 21:47:51 +0000
@@ -0,0 +1,3 @@
1tar-ignore = .hg
2tar-ignore = .git
3tar-ignore = .bzr

Subscribers

People subscribed via source and target branches