pf-tools/pf-tools: Use installpkg syntax instead apt-get to inst...
parmelan-guest at users.alioth.debian.org
parmelan-guest at users.alioth.debian.org
Wed Jul 17 14:31:05 UTC 2013
details: http://hg.debian.org/hg/pf-tools/pf-tools/rev/b53b2d0cb5cf
changeset: 1191:b53b2d0cb5cf
user: Richard Phan
date: Wed Jul 17 16:17:27 2013 +0200
description:
Use installpkg syntax instead apt-get to install package
diffstat:
debian/changelog | 7 ++++++-
t/13.conf.cfg1/config-export/COMMON/update-common | 2 +-
t/13.conf.cfg1/config-export/SITE/cbv4-pfds/CONFIG/include-distrib-custom | 4 ++--
t/13.conf.t | 6 +++---
4 files changed, 12 insertions(+), 7 deletions(-)
diffs (74 lines):
diff -r 4cf6aa61f8a3 -r b53b2d0cb5cf debian/changelog
--- a/debian/changelog Tue Jul 16 15:10:48 2013 +0200
+++ b/debian/changelog Wed Jul 17 16:17:27 2013 +0200
@@ -41,7 +41,12 @@
and not as physical devices (WIP)
* placing __get_host_interfaces out useless in the loop
- -- Christophe Caillet <tof at sitadelle.com> Fri, 17 Aug 2012 13:35:48 +0200
+ [ Richard PHAN ]
+ * Adding Mercurial module VCS/HG.pm
+ * Use of the new syntax [link::] instead of [interface::]
+ * Use mode option for bonding in options link
+
+ -- Richard Phan <richard.phan.prestataire at sfr.com> Wed, 17 Jul 2013 10:06:07 +0200
pf-tools (1.0-1) unstable; urgency=low
diff -r 4cf6aa61f8a3 -r b53b2d0cb5cf t/13.conf.cfg1/config-export/COMMON/update-common
--- a/t/13.conf.cfg1/config-export/COMMON/update-common Tue Jul 16 15:10:48 2013 +0200
+++ b/t/13.conf.cfg1/config-export/COMMON/update-common Wed Jul 17 16:17:27 2013 +0200
@@ -1,6 +1,6 @@
# Sample update-common file
[pf-tools]
- action = apt-get
+ action = installpkg
after_change = echo "Re-run update-config"; killall -KILL update-config
diff -r 4cf6aa61f8a3 -r b53b2d0cb5cf t/13.conf.cfg1/config-export/SITE/cbv4-pfds/CONFIG/include-distrib-custom
--- a/t/13.conf.cfg1/config-export/SITE/cbv4-pfds/CONFIG/include-distrib-custom Tue Jul 16 15:10:48 2013 +0200
+++ b/t/13.conf.cfg1/config-export/SITE/cbv4-pfds/CONFIG/include-distrib-custom Wed Jul 17 16:17:27 2013 +0200
@@ -3,10 +3,10 @@
[apt-utils]
- action = apt-get
+ action = installpkg
[bzip2]
- action = apt-get
+ action = installpkg
#
# Config files for generating custom repositories
diff -r 4cf6aa61f8a3 -r b53b2d0cb5cf t/13.conf.t
--- a/t/13.conf.t Tue Jul 16 15:10:48 2013 +0200
+++ b/t/13.conf.t Wed Jul 17 16:17:27 2013 +0200
@@ -1500,7 +1500,7 @@
'after_change' => '/etc/init.d/apache2 reload',
},
'pf-tools' => {
- 'action' => 'apt-get',
+ 'action' => 'installpkg',
'after_change' =>
'echo "Re-run update-config"; killall -KILL update-config',
},
@@ -1560,7 +1560,7 @@
'depends' => 'apt-utils',
},
'apt-utils' => {
- 'action' => 'apt-get',
+ 'action' => 'installpkg',
},
'/usr/local/sbin/update-apt-ftparchive' => {
'on_noaction' => '/usr/local/sbin/update-apt-ftparchive',
@@ -1579,7 +1579,7 @@
'depends' => '/etc/apache2/sites-available/default /distrib',
},
'bzip2' => {
- 'action' => 'apt-get',
+ 'action' => 'installpkg',
},
'/distrib' => {
'source' =>
More information about the pf-tools-commits
mailing list