[Debian-ha-maintainers] [PATCH] Drop hardcoded perl Depends for cluster-agents

Andres Rodriguez andreserl at ubuntu.com
Sat Apr 17 18:21:42 UTC 2010


# HG changeset patch
# User Andres Rodriguez <andreserl at ubuntu.com>
# Date 1271528427 14400
# Branch sid
# Node ID bdc966b8dcd544f715b8beed349f7cdd1a4a8b43
# Parent  06b454a4538bc5a55e6603f3945c6770a35076fd
Drop hardcoded perl Depends for cluster-agents

diff -r 06b454a4538b -r bdc966b8dcd5 debian/control
--- a/debian/control	Fri Apr 16 06:55:56 2010 +0000
+++ b/debian/control	Sat Apr 17 14:20:27 2010 -0400
@@ -10,7 +10,7 @@
 
 Package: cluster-agents
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, cluster-glue, libauthen-radius-perl, libcrypt-ssleay-perl, libdbi-perl, libdigest-hmac-perl, libdigest-md5-perl, libmail-pop3client-perl, libmailtools-perl, libnet-dns-perl, libnet-imap-simple-perl, libnet-imap-simple-ssl-perl, libnet-ldap-perl, libnet-perl, libwww-perl, python
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, cluster-glue, python
 Replaces: heartbeat (<= 2.99.2+sles11r9-5), heartbeat-common (<= 2.99.2+sles11r9-5), libheartbeat2 (<= 2.99.2+sles11r9-5), ldirectord (<< 1.0.2~rc2a+hg20100127-0test1)
 Conflicts: heartbeat (<= 2.99.2+sles11r9-5), heartbeat-common (<= 2.99.2+sles11r9-5), libheartbeat2 (<= 2.99.2+sles11r9-5), ldirectord (<< 1.0.2~rc2a+hg20100127-0test1)
 Description: The reusable cluster components for Linux HA
diff -r 06b454a4538b -r bdc966b8dcd5 debian/rules
--- a/debian/rules	Fri Apr 16 06:55:56 2010 +0000
+++ b/debian/rules	Sat Apr 17 14:20:27 2010 -0400
@@ -88,6 +88,7 @@
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs
+	dh_perl
 	dh_installdeb
 	dh_shlibdeps
 	dh_gencontrol



More information about the Debian-ha-maintainers mailing list