pf-tools commit: r876 [ccaillet-guest] - in /branches/next-gen: debian/changelog debian/control lib/PFTools/Utils.pm
parmelan-guest at users.alioth.debian.org
parmelan-guest at users.alioth.debian.org
Mon Sep 6 15:28:17 UTC 2010
Author: ccaillet-guest
Date: Mon Sep 6 15:28:14 2010
New Revision: 876
URL: http://svn.debian.org/wsvn/pf-tools/?sc=1&rev=876
Log:
Small fix
Modified:
branches/next-gen/debian/changelog
branches/next-gen/debian/control
branches/next-gen/lib/PFTools/Utils.pm
Modified: branches/next-gen/debian/changelog
URL: http://svn.debian.org/wsvn/pf-tools/branches/next-gen/debian/changelog?rev=876&op=diff
==============================================================================
--- branches/next-gen/debian/changelog (original)
+++ branches/next-gen/debian/changelog Mon Sep 6 15:28:14 2010
@@ -86,6 +86,7 @@
- library for getting informations from global structure
* debian/control
- adding libtext-diff-perl as depends for pf-tools package
+ - adding libconfig-inifiles-perl as depends for pf-tools package
* doc/updatefile-syntax
- basic documentation about update file
* TODO
@@ -99,7 +100,7 @@
* Makefile : fix installations
* removing useless symlinks
- -- Christophe Caillet <tof at sitadelle.com> Wed, 01 Sep 2010 15:45:45 +0200
+ -- Christophe Caillet <quadchris at free.fr> Wed, 01 Sep 2010 16:51:37 +0200
pf-tools (0.99.98-1) unstable; urgency=low
Modified: branches/next-gen/debian/control
URL: http://svn.debian.org/wsvn/pf-tools/branches/next-gen/debian/control?rev=876&op=diff
==============================================================================
--- branches/next-gen/debian/control (original)
+++ branches/next-gen/debian/control Mon Sep 6 15:28:14 2010
@@ -8,7 +8,7 @@
Package: pf-tools
Architecture: all
-Depends: perl, perl (>= 5.10.0) | libmd5-perl, libnetaddr-ip-perl, libnet-dns-perl, libtemplate-tiny-perl, libtext-diff-perl, cvs, ssh, iproute, debconf, psmisc
+Depends: perl, perl (>= 5.10.0) | libmd5-perl, libconfig-inifiles-perl, libnetaddr-ip-perl, libnet-dns-perl, libtemplate-tiny-perl, libtext-diff-perl, cvs, ssh, iproute, debconf, psmisc
Description: Outils de gestion de la plateforme
Mise a jour automatique et generation de conf.
Deploiement de machines.
Modified: branches/next-gen/lib/PFTools/Utils.pm
URL: http://svn.debian.org/wsvn/pf-tools/branches/next-gen/lib/PFTools/Utils.pm?rev=876&op=diff
==============================================================================
--- branches/next-gen/lib/PFTools/Utils.pm (original)
+++ branches/next-gen/lib/PFTools/Utils.pm Mon Sep 6 15:28:14 2010
@@ -815,6 +815,7 @@
my $depends = [];
my @dependsraw = split( /\s+/, $host_config->{$section}->{'depends'} );
foreach my $depend (@dependsraw) {
+ next if ( $depend eq "." );
if ( defined($depend) && $depend ne "" && defined( $host_config->{$depend} ) ) {
if ( $depend eq $section ) {
Warn ( $CODE->{'SYNTAX'},
More information about the pf-tools-commits
mailing list