Merge lp:~elementary-dev-community/capnet-assist/deb-packaging into lp:~elementary-apps/capnet-assist/trunk

Proposed by Cameron Norman
Status: Superseded
Proposed branch: lp:~elementary-dev-community/capnet-assist/deb-packaging
Merge into: lp:~elementary-apps/capnet-assist/trunk
Diff against target: 127 lines (+91/-0)
7 files modified
debian/changelog (+5/-0)
debian/compat (+1/-0)
debian/control (+34/-0)
debian/copyright (+30/-0)
debian/install (+1/-0)
debian/rules (+19/-0)
debian/source/format (+1/-0)
To merge this branch: bzr merge lp:~elementary-dev-community/capnet-assist/deb-packaging
Reviewer Review Type Date Requested Status
elementary Apps team Pending
Review via email: mp+261323@code.launchpad.net

This proposal has been superseded by a proposal from 2015-06-07.

Description of the change

These are basically the changes that the MATE dev made, except I made the package non-native instead of native (https://www.debian.org/doc/manuals/maint-guide/first.en.html#non-native-dh-make).

To post a comment you must log in.
3. By Cody Garver

Newer email address

Unmerged revisions

3. By Cody Garver

Newer email address

2. By Martin Wimpress 

Fixed some lintian errors/warnings

1. By Cameron Norman

Move capnet-assist packaging to separate branch

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory 'debian'
2=== added file 'debian/changelog'
3--- debian/changelog 1970-01-01 00:00:00 +0000
4+++ debian/changelog 2015-06-07 02:32:42 +0000
5@@ -0,0 +1,5 @@
6+capnet-assist (0.1-1) trusty; urgency=low
7+
8+ * Initial release
9+
10+ -- Cody Garver <cody@elementaryos.org> Mon, 06 Apr 2015 19:47:02 -0500
11
12=== added file 'debian/compat'
13--- debian/compat 1970-01-01 00:00:00 +0000
14+++ debian/compat 2015-06-07 02:32:42 +0000
15@@ -0,0 +1,1 @@
16+9
17
18=== added file 'debian/control'
19--- debian/control 1970-01-01 00:00:00 +0000
20+++ debian/control 2015-06-07 02:32:42 +0000
21@@ -0,0 +1,34 @@
22+Source: capnet-assist
23+Section: net
24+Priority: optional
25+Maintainer: Cody Garver <cody@elementaryos.org>
26+Build-Depends: cmake (>= 2.8),
27+ debhelper (>= 9),
28+ libglib2.0-dev,
29+ libgtk-3-dev,
30+ libwebkitgtk-3.0-dev,
31+ valac (>= 0.18)
32+Standards-Version: 3.9.6
33+Homepage: https://launchpad.net/capnet-assist
34+Vcs-Bzr: https://code.launchpad.net/capnet-assist
35+Vcs-Browser: http://bazaar.launchpad.net/~elementary-apps/capnet-assist/trunk/files
36+
37+Package: capnet-assist
38+Architecture: any
39+Depends: network-manager, ${misc:Depends}, ${shlibs:Depends}
40+Description: Captive login detector (debugging symbols)
41+ A small WebKit app only to make a user log in when a
42+ captive portal is detected.
43+
44+Package: capnet-assist-dbg
45+Architecture: any
46+Section: debug
47+Priority: extra
48+Depends: capnet-assist (= ${binary:Version}), ${misc:Depends}
49+Pre-Depends: dpkg (>= 1.15.6)
50+Enhances: capnet-assist
51+Description: Captive login detector (debugging symbols)
52+ A small WebKit app only to make a user log in when a
53+ captive portal is detected.
54+ .
55+ This package contains debugging symbols for capnet-assist.
56
57=== added file 'debian/copyright'
58--- debian/copyright 1970-01-01 00:00:00 +0000
59+++ debian/copyright 2015-06-07 02:32:42 +0000
60@@ -0,0 +1,30 @@
61+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
62+Upstream-Name: capnet-assist
63+Upstream-Contact: Cody Garver <cody@elementaryos.org>
64+Source: https://launchpad.net/capnet-assist
65+
66+Files: debian/*
67+Copyright: 2013-2015 Cody Garver <cody@elementaryos.org>
68+ 2015 Martin Wimpress <code@flexion.org>
69+License: GPL-3
70+
71+Files: *
72+Copyright: 2013 Sergio Spinatelli <spinatelli.sergio@gmail.com>
73+License: GPL-3
74+
75+License: GPL-3
76+ This program is free software: you can redistribute it and/or modify
77+ it under the terms of the GNU General Public License as published by
78+ the Free Software Foundation, either version 3 of the License, or
79+ (at your option) any later version.
80+ .
81+ This package is distributed in the hope that it will be useful,
82+ but WITHOUT ANY WARRANTY; without even the implied warranty of
83+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
84+ GNU General Public License for more details.
85+ .
86+ You should have received a copy of the GNU General Public License
87+ along with this program. If not, see <http://www.gnu.org/licenses/>.
88+ .
89+ On Debian systems, the complete text of the GNU General
90+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
91
92=== added file 'debian/install'
93--- debian/install 1970-01-01 00:00:00 +0000
94+++ debian/install 2015-06-07 02:32:42 +0000
95@@ -0,0 +1,1 @@
96+90captive_portal_test /etc/NetworkManager/dispatcher.d/
97
98=== added file 'debian/rules'
99--- debian/rules 1970-01-01 00:00:00 +0000
100+++ debian/rules 2015-06-07 02:32:42 +0000
101@@ -0,0 +1,19 @@
102+#!/usr/bin/make -f
103+# -*- makefile -*-
104+# Sample debian/rules that uses debhelper.
105+# This file was originally written by Joey Hess and Craig Small.
106+# As a special exception, when this file is copied by dh-make into a
107+# dh-make output file, you may use that output file without restriction.
108+# This special exception was added by Craig Small in version 0.37 of dh-make.
109+
110+# Uncomment this to turn on verbose mode.
111+#export DH_VERBOSE=1
112+
113+%:
114+ dh $@
115+
116+override_dh_strip:
117+ dh_strip --dbg-package=capnet-assist-dbg
118+
119+override_dh_auto_install:
120+ dh_auto_install --destdir=debian/capnet-assist
121
122=== added directory 'debian/source'
123=== added file 'debian/source/format'
124--- debian/source/format 1970-01-01 00:00:00 +0000
125+++ debian/source/format 2015-06-07 02:32:42 +0000
126@@ -0,0 +1,1 @@
127+3.0 (quilt)

Subscribers

People subscribed via source and target branches