summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Mueller <zarath@gmx.de>2013-08-07 21:44:19 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2016-07-17 01:34:10 +0200
commit05eb0a93427b34b559a2ffe459164624e99cbcee (patch)
tree4302283d75f52584b3dd5d7e42e710f57352c1bb
parent6882df7d2f38cae19a0b68ac0278a8899ca4d3f5 (diff)
downloadbcfg2-05eb0a93427b34b559a2ffe459164624e99cbcee.tar.gz
bcfg2-05eb0a93427b34b559a2ffe459164624e99cbcee.tar.bz2
bcfg2-05eb0a93427b34b559a2ffe459164624e99cbcee.zip
Helper scripts packed in bcfg2-utils
-rw-r--r--debian/bcfg2-utils.install24
-rw-r--r--debian/bcfg2.install1
-rw-r--r--debian/changelog6
-rw-r--r--debian/control10
4 files changed, 40 insertions, 1 deletions
diff --git a/debian/bcfg2-utils.install b/debian/bcfg2-utils.install
new file mode 100644
index 000000000..c9ac38024
--- /dev/null
+++ b/debian/bcfg2-utils.install
@@ -0,0 +1,24 @@
+tools/basebuilder.py usr/share/bcfg2
+tools/batchadd.py usr/share/bcfg2
+tools/bcfg2-completion.bash usr/share/bcfg2
+tools/bcfg2-import-config usr/share/bcfg2
+tools/bcfg2_local.py usr/share/bcfg2
+tools/bcfg2-profile-templates.py usr/share/bcfg2
+tools/bcfg2_svnlog.py usr/share/bcfg2
+tools/create-debian-pkglist-gp.py usr/share/bcfg2
+tools/create-debian-pkglist.py usr/share/bcfg2
+tools/ctags.sh usr/share/bcfg2
+tools/encap-util-count.sh usr/share/bcfg2
+tools/encap-util-expand.sh usr/share/bcfg2
+tools/encap-util-place.sh usr/share/bcfg2
+tools/encap-util-xml.sh usr/share/bcfg2
+tools/export.py usr/share/bcfg2
+tools/export.sh usr/share/bcfg2
+tools/hostbasepush.py usr/share/bcfg2
+tools/hostbase.py usr/share/bcfg2
+tools/hostinfo.py usr/share/bcfg2
+tools/posixusers_baseline.py usr/share/bcfg2
+tools/selinux_baseline.py usr/share/bcfg2
+tools/upgrade usr/share/bcfg2
+
+tools/bcfg2-completion.bash etc/bash_completion.d/bcfg2
diff --git a/debian/bcfg2.install b/debian/bcfg2.install
index a240dac53..eaf58141c 100644
--- a/debian/bcfg2.install
+++ b/debian/bcfg2.install
@@ -7,4 +7,3 @@ debian/tmp/usr/share/man/man5/*
examples/bcfg2.conf usr/share/bcfg2
debian/bcfg2.default usr/share/bcfg2
tools/bcfg2-cron usr/lib/bcfg2
-tools/bcfg2-import-config usr/share/bcfg2
diff --git a/debian/changelog b/debian/changelog
index 789891961..f6b395624 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bcfg2 (1.4.0pre2-0.1) UNRELEASED; urgency=low
+
+ * Helper scripts packed in bcfg2-utils
+
+ -- Holger Mueller <zarath@gmx.de> Wed, 07 Aug 2013 21:41:10 +0200
+
bcfg2 (1.4.0pre2-0.0) unstable; urgency=low
* New upstream release
diff --git a/debian/control b/debian/control
index 452fa3d5f..b9ce17520 100644
--- a/debian/control
+++ b/debian/control
@@ -51,6 +51,16 @@ Description: Configuration management web interface
for clients bound by client profiles.
bcfg2-web is the reporting server for bcfg2.
+Package: bcfg2-utils
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}, bcfg2 (= ${binary:Version})
+Suggests: bcfg2-doc (= ${binary:Version})
+Description: Configuration management helper package
+ Bcfg2 is a configuration management system that generates configuration sets
+ for clients bound by client profiles.
+ bcfg2-utils contains scripts for gethering useful information for config
+ creation.
+
Package: bcfg2-doc
Section: doc
Architecture: all