Your message dated Mon, 17 Dec 2012 11:22:08 +0100
with message-id <20121217102208.GG4678@mobee>
and subject line close long-fixed bug reports
has caused the Debian Bug report #564793,
regarding Missing md5sums for bogofilter
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
564793: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=564793
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bogofilter
Version: 1.2.0-3
Severity: minor
Tags: patch
User: [email protected]
Usertags: origin-ubuntu lucid ubuntu-patch
Hi
bogofilter ships a lintian override file and no md5sums; attached patch
fixes it for me.
Thanks,
--
Loïc Minier
>From 4fdce03a9182971e654246e47b9df0fbcef40728 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Minier?= <[email protected]>
Date: Mon, 11 Jan 2010 23:33:12 +0100
Subject: [PATCH 1/3] Compute md5sums for bogofilter
---
debian/rules | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/debian/rules b/debian/rules
index b3ad0e1..e734e02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -243,6 +243,7 @@ binary-arch: build install check checkroot
chmod 644 debian/bogofilter*/DEBIAN/control
chown 0.0 debian/bogofilter*/DEBIAN/control
+ cd debian/bogofilter && find * -type f ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum > DEBIAN/md5sums
cd debian/bogofilter-bdb && find * -type f ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum > DEBIAN/md5sums
# cd debian/bogofilter-qdbm && find * -type f ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum > DEBIAN/md5sums
cd debian/bogofilter-sqlite && find * -type f ! -regex '^DEBIAN/.*' -print0 | xargs -r0 md5sum > DEBIAN/md5sums
--
1.6.5
--- End Message ---
--- Begin Message ---
--
Every great idea is worthless without someone to do the work. --Neil Williams
--- End Message ---