[cpl-plugin-hawki] 01/01: Change data dir to /usr/share/pipeline-version to be more consoistent with ESOs setup

Ole Streicher olebole-guest at alioth.debian.org
Wed Sep 18 17:39:20 UTC 2013


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

olebole-guest pushed a commit to branch debian-template
in repository cpl-plugin-hawki.

commit f89284f3e13cd4e27f62c2cd7f508ba35b39bbd6
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Sep 18 18:48:27 2013 +0200

    Change data dir to /usr/share/pipeline-version to be more consoistent with ESOs setup
---
 debian/cpl-plugin-calib.install.in  |    2 +-
 debian/cpl-plugin-calib.postinst.in |    2 +-
 debian/cpl-plugin-calib.prerm.in    |    2 +-
 debian/cpl-plugin.install.in        |    4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/cpl-plugin-calib.install.in b/debian/cpl-plugin-calib.install.in
index 9f0855f..1dbb7e5 100644
--- a/debian/cpl-plugin-calib.install.in
+++ b/debian/cpl-plugin-calib.install.in
@@ -1 +1 @@
-calib/cal usr/share/cpl-plugins/__PIPELINE__
+calib/cal usr/share/cpl-plugins/__PIPELINE__-__VERSION__
diff --git a/debian/cpl-plugin-calib.postinst.in b/debian/cpl-plugin-calib.postinst.in
index fdd8a39..894b217 100644
--- a/debian/cpl-plugin-calib.postinst.in
+++ b/debian/cpl-plugin-calib.postinst.in
@@ -10,7 +10,7 @@ CALIB=${PIPELINE}-calib-${VERSION}
 URL=ftp://ftp.eso.org/pub/dfs/pipelines/${PIPELINE}/${KIT}.tar.gz
 TAR=${KIT}/${CALIB}.tar.gz
 COMPONENTS="${CALIB}/cal"
-TARGETDIR="/usr/share/cpl-plugins/${PIPELINE}"
+TARGETDIR="/usr/share/cpl-plugins/${PIPELINE}-${VERSION}"
 
 if [ "$1" = "configure" ] ; then
     mkdir -p ${TARGETDIR}
diff --git a/debian/cpl-plugin-calib.prerm.in b/debian/cpl-plugin-calib.prerm.in
index 520a9fd..0bcf927 100644
--- a/debian/cpl-plugin-calib.prerm.in
+++ b/debian/cpl-plugin-calib.prerm.in
@@ -2,6 +2,6 @@
 
 set -e
 
-rm -rfd /usr/share/cpl-plugins/__PIPELINE__/cal/
+rm -rfd /usr/share/cpl-plugins/__PIPELINE__-__VERSION__/cal/
 
 #DEBHELPER#
diff --git a/debian/cpl-plugin.install.in b/debian/cpl-plugin.install.in
index e1d7fa1..f2a276b 100644
--- a/debian/cpl-plugin.install.in
+++ b/debian/cpl-plugin.install.in
@@ -1,3 +1,3 @@
 usr/lib/*
-calib/dic usr/share/cpl-plugins/__PIPELINE__
-calib/gasgano usr/share/cpl-plugins/__PIPELINE__
+calib/dic usr/share/cpl-plugins/__PIPELINE__-__VERSION__
+calib/gasgano usr/share/cpl-plugins/__PIPELINE__-__VERSION__

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cpl-plugin-hawki.git



More information about the debian-science-commits mailing list