Merge lp:~maxb/indicator-brightness/tweaks into lp:indicator-brightness

Proposed by Max Bowsher
Status: Merged
Approved by: Jan Simon
Approved revision: 8
Merged at revision: 4
Proposed branch: lp:~maxb/indicator-brightness/tweaks
Merge into: lp:indicator-brightness
Diff against target: 93 lines (+8/-49)
6 files modified
.bzrignore (+4/-0)
debian/dirs (+0/-2)
debian/indicator-brightness.desktop (+0/-1)
debian/indicator-brightness.menu (+0/-5)
debian/install (+2/-0)
debian/rules (+2/-41)
To merge this branch: bzr merge lp:~maxb/indicator-brightness/tweaks
Reviewer Review Type Date Requested Status
Jan Simon Approve
Review via email: mp+130030@code.launchpad.net

Description of the change

Hi,

Here is an adjustment I made to the packaging to make the indicator conveniently start automatically on my system, and some other tweaks to the packaging I thought of whilst working on it.

I hope this proves useful.

Thanks,
Max.

To post a comment you must log in.
Revision history for this message
Jan Simon (jan-simon) wrote :

Thanks for the commit!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file '.bzrignore'
2--- .bzrignore 1970-01-01 00:00:00 +0000
3+++ .bzrignore 2012-10-17 05:46:18 +0000
4@@ -0,0 +1,4 @@
5+debian/files
6+debian/indicator-brightness
7+debian/*.debhelper.log
8+debian/*.substvars
9
10=== removed file 'debian/dirs'
11--- debian/dirs 2012-07-04 15:18:28 +0000
12+++ debian/dirs 1970-01-01 00:00:00 +0000
13@@ -1,2 +0,0 @@
14-usr/bin
15-usr/share/applications
16
17=== modified file 'debian/indicator-brightness.desktop'
18--- debian/indicator-brightness.desktop 2012-07-04 15:18:28 +0000
19+++ debian/indicator-brightness.desktop 2012-10-17 05:46:18 +0000
20@@ -1,5 +1,4 @@
21 [Desktop Entry]
22-Version=0.0.2-oneiric
23 Name=Brightness Indicator
24 GenericName=Brightness Indicator
25 Comment=Brightness indicator for Unity panel
26
27=== removed file 'debian/indicator-brightness.menu'
28--- debian/indicator-brightness.menu 2012-07-04 15:18:28 +0000
29+++ debian/indicator-brightness.menu 1970-01-01 00:00:00 +0000
30@@ -1,5 +0,0 @@
31-?package(indicator-brightness): needs="X11" \
32- section="Applications/Administration" \
33- title="Brightness Indicator" \
34- command="/usr/bin/indicator-brightness" \
35- icon="/usr/share/notify-osd/icons/gnome/scalable/status/notification-display-brightness-full.svg"
36
37=== added file 'debian/install'
38--- debian/install 1970-01-01 00:00:00 +0000
39+++ debian/install 2012-10-17 05:46:18 +0000
40@@ -0,0 +1,2 @@
41+indicator-brightness usr/bin
42+debian/indicator-brightness.desktop etc/xdg/autostart
43
44=== modified file 'debian/rules'
45--- debian/rules 2012-07-04 15:18:28 +0000
46+++ debian/rules 2012-10-17 05:46:18 +0000
47@@ -1,42 +1,3 @@
48 #!/usr/bin/make -f
49-# -*- makefile -*-
50-configure: configure-stamp
51-configure-stamp:
52- dh_testdir
53- touch configure-stamp
54-build: build-stamp
55-build-stamp: configure-stamp
56- dh_testdir
57- touch build-stamp
58-clean:
59- dh_testdir
60- dh_testroot
61- dh_clean
62-install: build
63- dh_testdir
64- dh_testroot
65- dh_prep
66- dh_installdirs
67- cp debian/indicator-brightness.desktop debian/indicator-brightness/usr/share/applications
68- mkdir -p $(CURDIR)/debian/indicator-brightness
69- cp indicator-brightness.py $(CURDIR)/debian/indicator-brightness/usr/bin/indicator-brightness
70- # $(MAKE) DESTDIR=$(CURDIR)/debian/indicator-brightness install
71-binary-arch: build install
72- # emptyness
73-binary-indep: build install
74- dh_testdir
75- dh_testroot
76- dh_compress
77- dh_installchangelogs
78- dh_installdocs
79- dh_installexamples
80- dh_python2=python
81- dh_link
82- dh_fixperms
83- dh_installdeb
84- dh_shlibdeps
85- dh_gencontrol
86- dh_md5sums
87- dh_builddeb
88-binary: binary-indep
89-.PHONY: build clean binary-indep binary install configure
90+%:
91+ dh $@
92
93=== renamed file 'indicator-brightness.py' => 'indicator-brightness'

Subscribers

People subscribed via source and target branches

to all changes: