[context-modules] 01/07: update make-orig-tar, include gnuplot here
This is an automated email from the git hooks/post-receive script.
preining pushed a commit to branch experimental
in repository context-modules.
commit a5cb041c40e7f725d05ee4262337f30475a3a03f
Author: Norbert Preining <preining@debian.org>
Date: Tue May 20 09:40:46 2014 +0900
update make-orig-tar, include gnuplot here
---
debian/included-ctx-modules | 1 +
debian/make-origtar | 7 +------
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git a/debian/included-ctx-modules b/debian/included-ctx-modules
index 8ccdee4..1ec52b2 100644
--- a/debian/included-ctx-modules
+++ b/debian/included-ctx-modules
@@ -11,6 +11,7 @@ french
fullpage
games
gantt
+gnuplot
letter
lettrine
lilypond
diff --git a/debian/make-origtar b/debian/make-origtar
index c34d66b..8c3a148 100644
--- a/debian/make-origtar
+++ b/debian/make-origtar
@@ -3,7 +3,7 @@
# create .orig.tar.gz for context-modules package
#
-tlnetloc=/var/www/norbert/tlnet/archive
+tlnetloc=/var/www/norbert/tlpretest/archive
package=context-modules
vers=`date +'%Y%m%d'`
basedir=${package}-$vers
@@ -13,11 +13,6 @@ if [ -r $basedir ] ; then
fi
mkdir $basedir
for i in `cat debian/included-ctx-modules`; do
- if [ $i = gnuplot ] ; then
- echo "GNUPLOT SHOULD NOT BE INCLUDED!!!!"
- echo "EXITING"
- exit 1
- fi
if [ -r $tlnetloc/context-$i.tar.xz ] ; then
echo context-$i.tar.xz
tar -C $basedir -xf $tlnetloc/context-$i.tar.xz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/context-modules.git
Reply to: