[cpl-plugin-vimos] 05/45: Remove calibration packages since they may get huge

Ole Streicher olebole-guest at alioth.debian.org
Thu Nov 7 08:20:44 UTC 2013


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

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

commit 2bff572f2cb923d333d63822e4c84f7f62716cf0
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Thu Apr 25 11:10:07 2013 +0200

    Remove calibration packages since they may get huge
---
 debian/control                           |   10 ----------
 debian/copyright                         |    2 +-
 debian/cpl-plugin-calib.install.template |    1 -
 debian/repackage.sh                      |    5 ++---
 4 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index b83f1ae..586e39d 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,6 @@ Vcs-Browser: http://git.debian.org/?p=debian-science/packages/cpl-plugin-templat
 Package: cpl-plugin-template
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Suggests: cpl-plugin-template-calib
 Recommends: esorex|python-cpl
 Multi-Arch: same
 Description: ESO data reduction pipeline template
@@ -21,12 +20,3 @@ Description: ESO data reduction pipeline template
  .
  This package is used as a template for the other ESO recipes. It is not
  meant to built as a package.
-
-Package: cpl-plugin-template-calib
-Architecture: all
-Multi-Arch: foreign
-Depends: ${misc:Depends}
-Description: ESO data reduction pipeline calibration data template
- This package contains calibration and other static data of the 
- data reduction pipeline for the Template instrument of the
- Very Large Telescope (VLT) from the European Southern Observatory (ESO).
diff --git a/debian/copyright b/debian/copyright
index 9d4c5a3..7b8701b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,7 +3,7 @@ Upstream-Name: template
 Upstream-Author: Firstname Lastname  <flastname at eso.org>
 Source: ftp://ftp.eso.org/pub/dfs/pipelines/template/
 
-Files: * 
+Files: *
 Copyright: Copyright (C) 2001-2012 European Southern Observatory
 License: GPL-v2+
  This program is free software; you can redistribute it and/or modify
diff --git a/debian/cpl-plugin-calib.install.template b/debian/cpl-plugin-calib.install.template
deleted file mode 100644
index 5de4a5c..0000000
--- a/debian/cpl-plugin-calib.install.template
+++ /dev/null
@@ -1 +0,0 @@
-calib/* usr/share/cpl-plugins/template
diff --git a/debian/repackage.sh b/debian/repackage.sh
index 8b71192..38d8df5 100755
--- a/debian/repackage.sh
+++ b/debian/repackage.sh
@@ -4,8 +4,7 @@
 # packages needed to build the pipeline. This also includes some non-free
 # packages like Gasgano.
 # To allow the pipelines to be put to Debian "main", and to have a more 
-# convienient build process, we extract just the source and calibration 
-# packages and use them as source packages for Debian.
+# convienient build process, we extract just the source package.
 #
 # Debian package name ("cpl-plugin-fors")
 DEBIAN_PACKAGE=$(echo $(basename $3) | cut -d_ -f1)
@@ -17,7 +16,7 @@ PIPELINE=$(echo ${DEBIAN_PACKAGE} | cut -d- -f3-)
 VERSION=$2
 
 # Sub packages
-SUBDIRS=calib
+SUBDIRS=
 
 BASEDIR=$(dirname $3)
 FILENAME=${BASEDIR}/${PIPELINE}-kit-${VERSION}.tar.gz

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



More information about the debian-science-commits mailing list