Your message dated Mon, 28 Mar 2005 12:53:00 +0100
with message-id <[EMAIL PROTECTED]>
and subject line kernel-patch-enbd removed
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--------------------------------------
Received: (at submit) by bugs.debian.org; 20 Jul 2003 02:12:36 +0000
>From [EMAIL PROTECTED] Sat Jul 19 21:12:33 2003
Return-path: <[EMAIL PROTECTED]>
Received: from 200-171-6-135.dsl.telesp.net.br (foobar.homelab.net)
[200.171.6.135]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 19e3gQ-00067x-00; Sat, 19 Jul 2003 21:12:18 -0500
Received: by foobar.homelab.net (Postfix, from userid 1000)
id 1BBD282908; Sat, 19 Jul 2003 23:07:35 -0300 (BRT)
Content-Type: multipart/mixed; boundary="===============0243159644=="
MIME-Version: 1.0
From: Andre Luis Lopes <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: enbd: [patch] Patch to fix RC bug filed as bug #200808,
upload to DELAYED/4-day
X-Mailer: reportbug 2.19
Date: Sat, 19 Jul 2003 23:07:35 -0300
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-12.3 required=4.0
tests=BAYES_10,HAS_PACKAGE,PATCH_UNIFIED_DIFF
autolearn=ham version=2.53-bugs.debian.org_2003_06_27
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_27
(1.174.2.15-2003-03-30-exp)
This is a multi-part MIME message sent by reportbug.
--===============0243159644==
MIME-Version: 1.0
Content-Type: text/plain; charset="ISO-8859-1"
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
Package: enbd
Version: 2.4.31-20030623-1 (not installed)
Severity: normal
Hi,
Attached you'll find a patch wich fixes RC bug #200808 and also fixes
some small glitches found by lintian.
Please notice that I have uploaded a fixed package to DELAYED/4-day. If
you find it's not acceptable, please remove the offending package from
the DELAYED/4-day queue.
Regards,
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux foobar 2.4.21 #1 S=E1b Jul 19 17:42:01 BRT 2003 i586
Locale: LANG=3Dpt_BR, LC_CTYPE=3Dpt_BR (ignored: LC_ALL set)
--===============0243159644==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="enbd.patch"
diff -uNr enbd-2.4.31-20030623.old/debian/changelog
enbd-2.4.31-20030623/debian/changelog
--- enbd-2.4.31-20030623.old/debian/changelog 2003-06-22 23:10:42.000000000
-0300
+++ enbd-2.4.31-20030623/debian/changelog 2003-07-19 22:54:34.000000000
-0300
@@ -1,3 +1,20 @@
+enbd (2.4.31-20030623-1.1) unstable; urgency=low
+
+ * NMU
+ * debian/control :
+ - Build-Depends (and not Build-Depends-Indep) on dh-kpatches
+ (Closes: #200808).
+ - Fix copyright-lists-upstream-authors-with-dh_make-boilerplate
+ lintian warning in kernel-patch-enbd package.
+ - Fix description-synopsis-might-not-be-phrased-properly lintian
+ warning in kernel-patch-enbd package.
+ * debian/rules :
+ - Stop invoking dh_testversion as it's deprecated and the package
+ is already using versioned dependencies on debhelper in it's
+ Build-Depends.
+
+ -- Andre Luis Lopes <[EMAIL PROTECTED]> Sat, 19 Jul 2003 22:16:15 -0300
+
enbd (2.4.31-20030623-1) unstable; urgency=low
* Fix __BIG_ENDIAN misspelling (closes: Bug#198448)
diff -uNr enbd-2.4.31-20030623.old/debian/control
enbd-2.4.31-20030623/debian/control
--- enbd-2.4.31-20030623.old/debian/control 2003-06-23 08:13:24.000000000
-0300
+++ enbd-2.4.31-20030623/debian/control 2003-07-19 22:39:30.000000000 -0300
@@ -3,14 +3,13 @@
Priority: optional
Maintainer: Peter T. Breuer <[EMAIL PROTECTED]>
Standards-Version: 3.5.10
-Build-Depends: debhelper (>> 3.0.0)
-Build-Depends-Indep: dh-kpatches
+Build-Depends: debhelper (>> 3.0.0), dh-kpatches
Package: enbd
Architecture: any
Depends: ${shlibs:Depends}
Suggests: kernel-patch-enbd
-Description: Enhanced Network Block Device support.
+Description: Enhanced Network Block Device support
This is a client/server package supporting the enbd kernel module.
Enbd-client proxies kernel requests, passing them across the net to a
remote enbd-server daemon and making a remote resource on the server
@@ -29,7 +28,7 @@
Architecture: all
Depends: ${kpatch:Depends}
Suggests: kernel-source, kernel-package, enbd
-Description: Enhanced Network Block Device support kernel patch.
+Description: Enhanced Network Block Device support kernel patch
This is the kernel patch required by the enbd-client from the enbd
package.
.
diff -uNr enbd-2.4.31-20030623.old/debian/copyright
enbd-2.4.31-20030623/debian/copyright
--- enbd-2.4.31-20030623.old/debian/copyright 2003-03-29 10:01:31.000000000
-0300
+++ enbd-2.4.31-20030623/debian/copyright 2003-07-19 22:29:06.000000000
-0300
@@ -3,7 +3,7 @@
Original sources were downloaded from ftp://oboe.it.uc3m.es/pub/Programs/
-Upstream Author(s): Peter T. Breuer <[EMAIL PROTECTED]>
+Upstream Author: Peter T. Breuer <[EMAIL PROTECTED]>
Copyright:
diff -uNr enbd-2.4.31-20030623.old/debian/rules
enbd-2.4.31-20030623/debian/rules
--- enbd-2.4.31-20030623.old/debian/rules 2003-06-22 23:25:27.000000000
-0300
+++ enbd-2.4.31-20030623/debian/rules 2003-07-19 22:39:14.000000000 -0300
@@ -93,7 +93,7 @@
# Build architecture-dependent files here.
debian-binary-arch: build install
- dh_testversion
+# dh_testversion
# dh_testdir
# dh_testroot
# dh_installdebconf
--===============0243159644==--
---------------------------------------
Received: (at 202131-done) by bugs.debian.org; 28 Mar 2005 11:53:12 +0000
>From [EMAIL PROTECTED] Mon Mar 28 03:53:12 2005
Return-path: <[EMAIL PROTECTED]>
Received: from sorrow.cyrius.com [65.19.161.204]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DFsnv-0001T3-00; Mon, 28 Mar 2005 03:53:11 -0800
Received: by sorrow.cyrius.com (Postfix, from userid 10)
id 2596164D3C; Mon, 28 Mar 2005 11:53:11 +0000 (UTC)
Received: by deprecation.cyrius.com (Postfix, from userid 1000)
id C034A4F54A; Mon, 28 Mar 2005 12:53:00 +0100 (BST)
Date: Mon, 28 Mar 2005 12:53:00 +0100
From: Martin Michlmayr <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED]
Subject: kernel-patch-enbd removed
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no
version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
X-CrossAssassin-Score: 2
kernel-patch-enbd has been removed from Debian because it is no longer
developed upstream and because it doesn't build.
--
Martin Michlmayr
http://www.cyrius.com/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]