Merge lp:~hmontoliu/ubuntu/lucid/denyhosts/fix-516160 into lp:ubuntu/lucid/denyhosts

Proposed by Hilario J. Montoliu (hjmf)
Status: Merged
Merge reported by: James Westby
Merged at revision: not available
Proposed branch: lp:~hmontoliu/ubuntu/lucid/denyhosts/fix-516160
Merge into: lp:ubuntu/lucid/denyhosts
Diff against target: 28 lines (+8/-0)
2 files modified
debian/changelog (+6/-0)
debian/denyhosts.preinst (+2/-0)
To merge this branch: bzr merge lp:~hmontoliu/ubuntu/lucid/denyhosts/fix-516160
Reviewer Review Type Date Requested Status
Chuck Short (community) Approve
Ubuntu branches Pending
Review via email: mp+18467@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Hilario J. Montoliu (hjmf) (hmontoliu) wrote :

Avoids nasty line at preinst (Closes: #516160)

Revision history for this message
Chuck Short (zulcss) wrote :

This patch already made it in lucid.

Regards
chuck

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2010-01-24 15:37:15 +0000
+++ debian/changelog 2010-02-02 18:40:28 +0000
@@ -1,3 +1,9 @@
1denyhosts (2.6-6.2) unstable; urgency=low
2
3 * Avoids nasty line at preinst (Closes: #516160)
4
5 -- H. Montoliu <hmontoliu@ubuntu.com> Tue Feb 2 18:37:05 UTC 2010
6
1denyhosts (2.6-6.1) unstable; urgency=low7denyhosts (2.6-6.1) unstable; urgency=low
28
3 * Non-maintainer upload.9 * Non-maintainer upload.
410
=== modified file 'debian/denyhosts.preinst'
--- debian/denyhosts.preinst 2010-01-24 15:37:15 +0000
+++ debian/denyhosts.preinst 2010-02-02 18:40:28 +0000
@@ -5,8 +5,10 @@
55
6if dpkg --compare-versions "$2" lt 2.6-6.16if dpkg --compare-versions "$2" lt 2.6-6.1
7then7then
8 if [ -f /var/lib/dpkg/info/denyhosts.postrm ]; then
8 sed -e 's#rm -f /etc/logrotate.d/denyhosts##g' < /var/lib/dpkg/info/denyhosts.postrm > /var/lib/dpkg/info/denyhosts.postrm.changed && \9 sed -e 's#rm -f /etc/logrotate.d/denyhosts##g' < /var/lib/dpkg/info/denyhosts.postrm > /var/lib/dpkg/info/denyhosts.postrm.changed && \
9 mv -f /var/lib/dpkg/info/denyhosts.postrm.changed /var/lib/dpkg/info/denyhosts.postrm10 mv -f /var/lib/dpkg/info/denyhosts.postrm.changed /var/lib/dpkg/info/denyhosts.postrm
11 fi
10fi12fi
1113
12#DEBHELPER#14#DEBHELPER#

Subscribers

People subscribed via source and target branches