pf-tools/pf-tools: Unbreak package build

parmelan-guest at users.alioth.debian.org parmelan-guest at users.alioth.debian.org
Wed Oct 13 08:47:37 UTC 2010


details:   http://hg.debian.org/hg/pf-tools/pf-tools/rev/a21978a7f0cd
changeset: 887:a21978a7f0cd
user:      Thomas Parmelan <tom+pf-tools at ankh.fr.EU.org>
date:      Wed Oct 13 10:42:36 2010 +0200
description:
Unbreak package build

diffstat:

0 files changed

diffs (42 lines):

diff -r 824a6d6ed01b -r a21978a7f0cd Makefile
--- a/Makefile	Wed Oct 13 10:21:09 2010 +0200
+++ b/Makefile	Wed Oct 13 10:42:36 2010 +0200
@@ -5,7 +5,6 @@
 FILTERS_DIR=$(DESTDIR)/usr/sbin
 CONF_DIR=$(DESTDIR)/etc
 TPL_DIR=$(DESTDIR)/usr/share/pf-tools/templates
-INSTALLERS_DIR=$(DESTDIR)/usr/share/pf-tools
 
 SBIN=sbin/*
 FILTERS=filters/*
@@ -53,7 +52,7 @@
 	# PFTools PXE template files
 	mkdir -p $(TPL_DIR)
 	install -o root -g root -m 0600 $(TPL) $(TPL_DIR)
-
+	
 	# PFTools Config file
 	mkdir -p $(CONF_DIR)
 	install -o root -g root -m 0600 $(CONF) $(CONF_DIR)/pf-tools.conf.new
@@ -62,7 +61,8 @@
 	# PFHost tools
 	mkdir -p $(SBIN_DIR)
 	install --owner=root --group=root --mode=0755 $(TOOLS) $(SBIN_DIR)
-
+	
 	# PFHost config files sample
 	install -d $(DESTDIR)/usr/share/doc/pf-host/
 	install $(DOC_HOST) $(DESTDIR)/usr/share/doc/pf-host/
+
diff -r 824a6d6ed01b -r a21978a7f0cd debian/control
--- a/debian/control	Wed Oct 13 10:21:09 2010 +0200
+++ b/debian/control	Wed Oct 13 10:42:36 2010 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Christophe Caillet <quadchris at free.fr>
 Uploaders: Thomas Parmelan <tom+pf-tools at ankh.fr.EU.org>, Christophe Caillet <quadchris at free.fr>
-Build-Depends-Indep: perl, libhash-merge-simple-perl, libtest-exception-perl, libtest-more-perl
+Build-Depends-Indep: perl, libhash-merge-simple-perl, libtest-exception-perl, libtest-simple-perl
 Standards-Version: 3.0.1
 
 Package: pf-tools



More information about the pf-tools-commits mailing list