Merge lp:~matttbe/ubuntu/quantal/rss-glx/lp1017780 into lp:ubuntu/quantal/rss-glx

Proposed by Matthieu Baerts
Status: Merged
Merged at revision: 34
Proposed branch: lp:~matttbe/ubuntu/quantal/rss-glx/lp1017780
Merge into: lp:ubuntu/quantal/rss-glx
Diff against target: 26 lines (+8/-1)
2 files modified
debian/changelog (+7/-0)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~matttbe/ubuntu/quantal/rss-glx/lp1017780
Reviewer Review Type Date Requested Status
Daniel Holbach (community) Approve
Review via email: mp+112191@code.launchpad.net

Description of the change

The apport hook in rss-glx_0.9.1-5ubuntu2_amd64.deb has the filename:

  /usr/share/apport/package-hooks/source

Renamed it to

  /usr/share/apport/package-hooks/source_rss-glx.py

To post a comment you must log in.
Revision history for this message
Daniel Holbach (dholbach) wrote :

Good work. Uploaded.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-11-18 12:03:57 +0000
3+++ debian/changelog 2012-06-26 18:51:27 +0000
4@@ -1,3 +1,10 @@
5+rss-glx (0.9.1-5ubuntu3) quantal; urgency=low
6+
7+ * debian/rules:
8+ - renamed apport file to 'source_rss-glx.py' (LP: #1017780)
9+
10+ -- Matthieu Baerts (matttbe) <matttbe@gmail.com> Tue, 26 Jun 2012 20:23:56 +0200
11+
12 rss-glx (0.9.1-5ubuntu2) precise; urgency=low
13
14 * No change rebuild for imagemagick4 transition
15
16=== modified file 'debian/rules'
17--- debian/rules 2011-06-05 18:30:36 +0000
18+++ debian/rules 2012-06-26 18:51:27 +0000
19@@ -25,6 +25,6 @@
20 cp $(CURDIR)/debian/desktop_files/*.desktop \
21 $(CURDIR)/debian/rss-glx/usr/share/applications/screensavers
22 install -D $(CURDIR)/debian/apport_hook.py \
23- $(CURDIR)/debian/rss-glx/usr/share/apport/package-hooks/source
24+ $(CURDIR)/debian/rss-glx/usr/share/apport/package-hooks/source_rss-glx.py
25 # remove static libraries:
26 rm $(CURDIR)/debian/rss-glx/usr/lib/lib*.*a

Subscribers

People subscribed via source and target branches