Merge lp:~nilarimogard/indicator-sensors/debian into lp:indicator-sensors

Proposed by Vibhav Pant
Status: Rejected
Rejected by: Alex Murray
Proposed branch: lp:~nilarimogard/indicator-sensors/debian
Merge into: lp:indicator-sensors
Diff against target: 76 lines (+46/-0)
6 files modified
changelog (+5/-0)
compat (+1/-0)
control (+14/-0)
copyright (+21/-0)
rules (+4/-0)
source/format (+1/-0)
To merge this branch: bzr merge lp:~nilarimogard/indicator-sensors/debian
Reviewer Review Type Date Requested Status
Alex Murray Disapprove
Review via email: mp+96073@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Alex Murray (alexmurray) wrote :

Thanks but I maintain a separate packaging branch already (https://code.launchpad.net/~alexmurray/indicator-sensors/packaging) - and this is woefully outdated and wouldn't work anyway since it still wants Gtk+ 2 and we've already moved to Gtk+ 3.

review: Disapprove

Unmerged revisions

4. By Alin Andrei

ok, now it should work

3. By Alin Andrei

forgot gnome-common, gnome-doc-utils

2. By Alin Andrei

dependencies: xsltproc, nvidia-settings

1. By Alin Andrei

initial commit

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'changelog'
2--- changelog 1970-01-01 00:00:00 +0000
3+++ changelog 2012-03-06 07:16:18 +0000
4@@ -0,0 +1,5 @@
5+indicator-sensors (0.1-1~natty) natty; urgency=low
6+
7+ * initial debianization
8+
9+ -- Alin Andrei <webupd8@gmail.com> Sat, 30 Apr 2011 10:18:22 +0300
10
11=== added file 'compat'
12--- compat 1970-01-01 00:00:00 +0000
13+++ compat 2012-03-06 07:16:18 +0000
14@@ -0,0 +1,1 @@
15+7
16
17=== added file 'control'
18--- control 1970-01-01 00:00:00 +0000
19+++ control 2012-03-06 07:16:18 +0000
20@@ -0,0 +1,14 @@
21+Source: indicator-sensors
22+Section: gnome
23+Priority: extra
24+Maintainer: Alin Andrei <webupd8@gmail.com>
25+Build-Depends: debhelper (>= 7), cdbs, intltool, gnome-common, gnome-doc-utils, libglib2.0-dev (>= 2.24.0), libgtk2.0-dev (>= 2.24.0), libpeas-dev (>= 0.7.2), libnotify4-dev (>= 0.7.2), libappindicator3-dev, libsensors4-dev, nvidia-settings
26+Standards-Version: 3.9.1
27+Homepage: https://launchpad.net/indicator-sensors
28+
29+Package: indicator-sensors
30+Architecture: any
31+Depends: ${shlibs:Depends}, ${misc:Depends}, gir1.2-peas-1.0
32+Suggests: nvidia-settings
33+Description: Sensors Indicator
34+ Application Indicator for Unity showing hardware sensors (temperatures, etc).
35
36=== added file 'copyright'
37--- copyright 1970-01-01 00:00:00 +0000
38+++ copyright 2012-03-06 07:16:18 +0000
39@@ -0,0 +1,21 @@
40+This package was debianized by Alin Andrei <webupd8@gmail.com> on Sat, 30 Apr 2011 10:18:22 +0300
41+
42+Upstream Author(s):
43+
44+ Alex Murray <murray.alex@gmail.com>
45+
46+Copyright:
47+
48+ <Copyright (C) Alex Murray>
49+
50+License:
51+
52+ GPL version 3
53+
54+The Debian packaging is:
55+
56+ Copyright (C) 2011 Alin Andrei <webupd8@gmail.com>
57+
58+and is licensed under the GPL version 3,
59+see `/usr/share/common-licenses/GPL-3'.
60+
61
62=== added file 'rules'
63--- rules 1970-01-01 00:00:00 +0000
64+++ rules 2012-03-06 07:16:18 +0000
65@@ -0,0 +1,4 @@
66+#!/usr/bin/make -f
67+
68+%:
69+ dh $@
70
71=== added directory 'source'
72=== added file 'source/format'
73--- source/format 1970-01-01 00:00:00 +0000
74+++ source/format 2012-03-06 07:16:18 +0000
75@@ -0,0 +1,1 @@
76+3.0 (quilt)

Subscribers

People subscribed via source and target branches