[skycat] 03/03: Remove unneeded files from distribution

Ole Streicher olebole-guest at alioth.debian.org
Fri Aug 9 15:27:01 UTC 2013


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

olebole-guest pushed a commit to branch debian
in repository skycat.

commit aeddc9ae4c20c7a3a62979100bf7ee51b4059470
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Fri Aug 9 17:26:44 2013 +0200

    Remove unneeded files from distribution
---
 debian/patches/fhs.patch |   31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/debian/patches/fhs.patch b/debian/patches/fhs.patch
index b027169..a3df4c3 100644
--- a/debian/patches/fhs.patch
+++ b/debian/patches/fhs.patch
@@ -190,6 +190,15 @@ Description: Change the paths so that they correspond to the FHS.
  	@if test "x$(SHARED_BUILD)" = "x1"; then \
 --- a/rtd/Makefile.in
 +++ b/rtd/Makefile.in
+@@ -22,7 +22,7 @@
+ #SAMPLE_NEW_VAR	= @SAMPLE_NEW_VAR@
+ 
+ # Install these scripts
+-PROGS = rtd tRtd
++PROGS = rtd
+ 
+ # Extra static library and binaries for real-time image servers and clients 
+ RTDEVT_LIB = librtdImgEvt.a
 @@ -95,8 +95,8 @@
  exec_prefix	= @exec_prefix@
  
@@ -335,3 +344,25 @@ Description: Change the paths so that they correspond to the FHS.
 -exec wish8.4 $RTD_BASE/lib/rtd at PACKAGE_VERSION@/main.tcl ${1+"$@"} | tee $HOME/.skycat/log 2>&1
 +exec wish8.8 /usr/share/skycat/rtd at PACKAGE_VERSION@/main.tcl ${1+"$@"} | tee $HOME/.skycat/log 2>&1
  
+--- a/tclutil/configure.in
++++ b/tclutil/configure.in
+@@ -88,7 +88,7 @@
+ changequote([, ])
+ cheaders=`cd $srcdir; echo generic/*.h`
+ cincludes="-I. -I$srcdir/bitmaps -I$srcdir/generic"
+-tclsources=`cd $srcdir; echo library/*.tcl`
++tclsources=`cd $srcdir; echo library/*.tcl | fgrep -v mkIndex.tcl | fgrep -v itcldoc.tcl`
+ 
+ TEA_ADD_SOURCES([${csources}])
+ TEA_ADD_HEADERS([${cheaders}])
+--- a/astrotcl/configure.in
++++ b/astrotcl/configure.in
+@@ -87,7 +87,7 @@
+ changequote([, ])
+ cheaders=`cd $srcdir; echo generic/*.h press/*.h libwcs/*.h`
+ cincludes="-I$srcdir/../tclutil/generic -I$srcdir/generic -I$srcdir/press -I$srcdir/libwcs"
+-tclsources=`cd $srcdir; echo library/*.tcl`
++tclsources=`cd $srcdir; echo library/*.tcl | fgrep -v mkIndex.tcl`
+ 
+ TEA_ADD_SOURCES([${csources}])
+ TEA_ADD_HEADERS([${cheaders}])

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



More information about the debian-science-commits mailing list