Merge lp:~bilalakhtar/ubuntu/natty/ufw/fix-682811 into lp:ubuntu/natty/ufw

Proposed by Bilal Akhtar
Status: Merged
Merged at revision: 57
Proposed branch: lp:~bilalakhtar/ubuntu/natty/ufw/fix-682811
Merge into: lp:ubuntu/natty/ufw
Diff against target: 30 lines (+12/-0)
2 files modified
debian/changelog (+7/-0)
debian/rules (+5/-0)
To merge this branch: bzr merge lp:~bilalakhtar/ubuntu/natty/ufw/fix-682811
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Review via email: mp+42157@code.launchpad.net

Description of the change

This branch fixes bug #682811 .

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Looks good!
Thanks a lot for your work there, sponsoring :)

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 2010-08-30 13:50:15 +0000
3+++ debian/changelog 2010-11-29 18:53:54 +0000
4@@ -1,3 +1,10 @@
5+ufw (0.30.0-2ubuntu1) natty; urgency=low
6+
7+ * debian/rules: Don't install the upstream application profiles that
8+ are shipped with the Debian package. (LP: #682811)
9+
10+ -- Bilal Akhtar <bilalakhtar@ubuntu.com> Mon, 29 Nov 2010 21:48:48 +0300
11+
12 ufw (0.30.0-2) unstable; urgency=low
13
14 * src/frontend.py: display unicode error messages properly. Thanks to
15
16=== modified file 'debian/rules'
17--- debian/rules 2010-08-30 13:50:15 +0000
18+++ debian/rules 2010-11-29 18:53:54 +0000
19@@ -110,6 +110,11 @@
20 echo "fixed interpreter: $$i"; \
21 fi; \
22 done
23+ # Don't install profiles for now
24+ profiles="$(wildcard ./debian/ufw/etc/ufw/applications.d/ufw-*)";\
25+ for p in $$profiles; do \
26+ rm -f $$p; \
27+ done
28 DH_PYCENTRAL=include-links dh_pycentral
29 dh_compress
30 dh_fixperms

Subscribers

People subscribed via source and target branches

to all changes: