[cpl-plugin-fors] 02/03: Remove sextractor subdir to easy copyright and make src smaller
Ole Streicher
olebole-guest at moszumanska.debian.org
Wed Dec 4 08:03:00 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-fors.
commit b89843c2adb68e17c405ccef706dfaac8b899718
Author: Ole Streicher <debian at liska.ath.cx>
Date: Wed Dec 4 08:55:54 2013 +0100
Remove sextractor subdir to easy copyright and make src smaller
---
debian/copyright | 21 ---------------------
debian/repackage.sh | 8 +-------
2 files changed, 1 insertion(+), 28 deletions(-)
diff --git a/debian/copyright b/debian/copyright
index 691b547..84f922e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,6 @@ Source: ftp://ftp.eso.org/pub/dfs/pipelines/fors/
Files: *
Copyright: Copyright (C) 2001-2012 European Southern Observatory,
- 1995-2009 Emmanuel Bertin <bertin at iap.fr>
2013 Ole Streicher (Debian packaging)
License: GPL-v2+
This program is free software; you can redistribute it and/or modify
@@ -21,23 +20,3 @@ License: GPL-v2+
On Debian systems, the full text of the GNU General Public
License version 2 can be found in the file
`/usr/share/common-licenses/GPL-2'.
-Note: The files copyrighted by Emmanuel Bertin are not used to build the
- package.
-
-Files: sextractor/src/wcs/*
-Copyright: Copyright 1995-1999 Mark Calabretta <mcalabre at atnf.csiro.au>
-License: LGPL-2+
- This library is free software; you can redistribute it and/or modify it
- under the terms of the GNU Library General Public License as published
- by the Free Software Foundation; either version 2 of the License, or (at
- your option) any later version.
- .
- This library is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library
- General Public License for more details.
- .
- On Debian systems, the full text of the GNU Library General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/LGPL-2'.
-Note: These files are not used to build the package.
diff --git a/debian/repackage.sh b/debian/repackage.sh
index 96eaa16..ac2d500 100755
--- a/debian/repackage.sh
+++ b/debian/repackage.sh
@@ -27,18 +27,12 @@ INCLUDE_CALIB="no"
#INCLUDE_TEST_DATA="no"
INCLUDE_TEST_DATA="yes"
-# Include test data?
-# If not, the test (fits) data are removed from the source package.
-# In this case, also the tests need to be adjusted.
-#INCLUDE_TEST_DATA="no"
-INCLUDE_TEST_DATA="yes"
-
BASEDIR=$(dirname $3)
FILENAME=${BASEDIR}/${PIPELINE}-kit-${VERSION}.tar.gz
tar xf ${FILENAME} -C ${BASEDIR}
rm -f ${BASEDIR}/${DEBIAN_PACKAGE}_${VERSION}.orig*.tar.* ${FILENAME}
-TAREXCLUDE="--exclude ${PIPELINE}-${VERSION}/html"
+TAREXCLUDE="--exclude ${PIPELINE}-${VERSION}/html --exclude ${PIPELINE}-${VERSION}/sextractor"
if [ $INCLUDE_TEST_DATA = "no" ] ; then
TAREXCLUDE+=" --exclude ${PIPELINE}-${VERSION}/*/tests/ref_data"
fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cpl-plugin-fors.git
More information about the debian-science-commits
mailing list