[libnet-dbus-perl] 229/335: Fix test for dbus_connection_disconnect to be against version 0.90

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:08:03 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit c48d84c443180ced81eaf6fdd2c01e407b6c4618
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Sat Nov 4 16:28:07 2006 -0500

    Fix test for dbus_connection_disconnect to be against version 0.90
---
 Makefile.PL | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index c67083c..aa2bd44 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,8 +3,8 @@ use ExtUtils::MakeMaker;
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 
-`pkg-config --atleast-version=0.93 dbus-1`;
-my $has_0_93 = (($? >> 8) == 0 ? 1 : 0);
+`pkg-config --atleast-version=0.90 dbus-1`;
+my $has_0_90 = (($? >> 8) == 0 ? 1 : 0);
 
 my $DBUS_LIBS = `pkg-config --libs dbus-1`;
 my $DBUS_CFLAGS = `pkg-config --cflags dbus-1`;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git



More information about the Pkg-perl-cvs-commits mailing list