Your message dated Mon, 31 Jul 2006 20:46:26 +0900
with message-id <[EMAIL PROTECTED]>
and subject line Please stop Build-Depending on automake
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)
--- Begin Message ---
Package: heartbeat
Version: 1.2.4-9
Severity: wishlist
Tags: patch
The automake maintainer is working towards reclaiming
the automake package name, which currently rests on
automake1.4, the oldest version of automake. Your package,
heartbeat, Build-Depends on automake, hence this bug
report. Please see http://wiki.debian.org/AutomakeTransition
for more information on this transition.
It appears that you package does not use the automake
package in the build process. This is normal, as most
package do not require automake at build time. The
attached patch removes the build dependency.
Thanks,
James
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (600, 'testing'), (550, 'unstable'), (500, 'stable'), (1,
'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-loser
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
diff -u heartbeat-1.2.4/debian/control heartbeat-1.2.4/debian/control
--- heartbeat-1.2.4/debian/control
+++ heartbeat-1.2.4/debian/control
@@ -2,7 +2,7 @@
Section: admin
Priority: optional
Maintainer: Simon Horman <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0), libsnmp9-dev, libglib1.2-dev, perl,
net-tools, netkit-ping | iputils-ping, python, psmisc, modutils, libnet1-dev,
iproute, libssl-dev, libtool, automake, libcurl3-dev, libxml2-dev, bison, flex,
libsensors-dev, uuid-dev, openssh-client
+Build-Depends: debhelper (>= 4.0.0), libsnmp9-dev, libglib1.2-dev, perl,
net-tools, netkit-ping | iputils-ping, python, psmisc, modutils, libnet1-dev,
iproute, libssl-dev, libtool, libcurl3-dev, libxml2-dev, bison, flex,
libsensors-dev, uuid-dev, openssh-client
Standards-Version: 3.7.2
Package: ldirectord
diff -u heartbeat-1.2.4/debian/changelog heartbeat-1.2.4/debian/changelog
--- heartbeat-1.2.4/debian/changelog
+++ heartbeat-1.2.4/debian/changelog
@@ -1,3 +1,10 @@
+heartbeat (1.2.4-9.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Remove the unneccesary Build-Depends on automake
+
+ -- James Westby <[EMAIL PROTECTED]> Sun, 2 Jul 2006 23:24:11 +0100
+
heartbeat (1.2.4-9) unstable; urgency=low
* Move IPv6addr from /etc/ha.d/resource.d/ into /usr/lib/heartbeat,
--- End Message ---
--- Begin Message ---
Version 1.2.4-11
This bug appears to be a duplicate of #376623, which fixed in 1.2.4-11.
heartbeat (1.2.4-11) unstable; urgency=low
* Remove the unneccesary Build-Depends on automake as part of
automake transition. http://wiki.debian.org/AutomakeTransition
(closes #376623)
-- Simon Horman <[EMAIL PROTECTED]> Tue, 4 Jul 2006 10:14:48 +0900
--
Horms
H: http://www.vergenet.net/~horms/
W: http://www.valinux.co.jp/en/
--- End Message ---