[SCM] General FITS file browser/editor/plotter with a gui branch, debian, updated. 7ee656a56006ab91ced578f73f15637cf8e9ddf0

Ole Streicher debian at liska.ath.cx
Thu Aug 23 14:20:26 UTC 2012


The following commit has been merged in the debian branch:
commit 7ee656a56006ab91ced578f73f15637cf8e9ddf0
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Thu Aug 23 16:20:14 2012 +0200

    Remane package to ftools-fv

diff --git a/debian/changelog b/debian/changelog
index 763c6bb..f6aa204 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-heasoft-fv (5.3+dfsg-1) UNRELEASED; urgency=low
+ftools-fv (5.3+dfsg-1) UNRELEASED; urgency=low
 
   * Initial release. (Closes: #682205)
 
diff --git a/debian/control b/debian/control
index 46a3a9f..8790e54 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: heasoft-fv
+Source: ftools-fv
 Section: science
 Priority: optional
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
@@ -12,12 +12,12 @@ Build-Depends: debhelper (>= 9),
                wcslib-dev
 Standards-Version: 3.9.3
 Homepage: http://heasarc.gsfc.nasa.gov/docs/software/lheasoft/ftools/fv/
-Vcs-Git: git://git.debian.org/git/debian-science/packages/heasoft-fv.git
-Vcs-Browser: http://git.debian.org/?p=debian-science/packages/heasoft-fv.git
+Vcs-Git: git://git.debian.org/git/debian-science/packages/ftools-fv.git
+Vcs-Browser: http://git.debian.org/?p=debian-science/packages/ftools-fv.git
 
-Package: heasoft-fv
+Package: ftools-fv
 Architecture: all
-Depends: heasoft-pow,
+Depends: ftools-pow,
          itcl3,
          itk3,
          iwidgets4,
@@ -33,7 +33,7 @@ Description: Tool for viewing and editing FITS format files
  downloading, and plotting of images and object lists for a region of
  the sky.
 
-Package: heasoft-pow
+Package: ftools-pow
 Architecture: any
 Depends: tix, tcl-fitstcl, itcl3, itk3, iwidgets4, ${misc:Depends}, ${shlibs:Depends}
 Description: Curve plotting and image display interface tool
diff --git a/debian/heasoft-fv.docs b/debian/ftools-fv.docs
similarity index 100%
rename from debian/heasoft-fv.docs
rename to debian/ftools-fv.docs
diff --git a/debian/heasoft-fv.examples b/debian/ftools-fv.examples
similarity index 100%
rename from debian/heasoft-fv.examples
rename to debian/ftools-fv.examples
diff --git a/debian/ftools-fv.install b/debian/ftools-fv.install
new file mode 100644
index 0000000..143b3c7
--- /dev/null
+++ b/debian/ftools-fv.install
@@ -0,0 +1,3 @@
+ftools/guis/fv/fv usr/bin/
+ftools/guis/fv/fvInit.tcl usr/share/ftools/fv/
+ftools/guis/fv/class/  usr/share/ftools/fv/
diff --git a/debian/heasoft-fv.manpages b/debian/ftools-fv.manpages
similarity index 100%
rename from debian/heasoft-fv.manpages
rename to debian/ftools-fv.manpages
diff --git a/debian/heasoft-pow.docs b/debian/ftools-pow.docs
similarity index 100%
rename from debian/heasoft-pow.docs
rename to debian/ftools-pow.docs
diff --git a/debian/heasoft-pow.install b/debian/ftools-pow.install
similarity index 76%
rename from debian/heasoft-pow.install
rename to debian/ftools-pow.install
index 422e830..efb62ed 100644
--- a/debian/heasoft-pow.install
+++ b/debian/ftools-pow.install
@@ -2,4 +2,4 @@ usr/bin/POWplot
 usr/include/pow.h
 usr/include/tkpict.h
 usr/lib/tcltk/POW
-usr/share/heasoft/POW
+usr/share/ftools/POW
diff --git a/debian/heasoft-pow.manpages b/debian/ftools-pow.manpages
similarity index 100%
rename from debian/heasoft-pow.manpages
rename to debian/ftools-pow.manpages
diff --git a/debian/heasoft-fv.install b/debian/heasoft-fv.install
deleted file mode 100644
index e4cbe1c..0000000
--- a/debian/heasoft-fv.install
+++ /dev/null
@@ -1,3 +0,0 @@
-ftools/guis/fv/fv usr/bin/
-ftools/guis/fv/fvInit.tcl usr/share/heasoft/fv/
-ftools/guis/fv/class/  usr/share/heasoft/fv/
diff --git a/debian/menu b/debian/menu
index 45ebf35..d2f81c8 100644
--- a/debian/menu
+++ b/debian/menu
@@ -1 +1 @@
-?package(heasoft-fv):needs="X11" section="Applications/Viewers" title="fv" command="/usr/bin/fv"
+?package(ftools-fv):needs="X11" section="Applications/Viewers" title="fv" command="/usr/bin/fv"
diff --git a/debian/patches/fv_fix_startup.patch b/debian/patches/fv_fix_startup.patch
index 035ec09..b65d0b6 100644
--- a/debian/patches/fv_fix_startup.patch
+++ b/debian/patches/fv_fix_startup.patch
@@ -127,8 +127,8 @@
 -  export XPA_ACL; 
 -  fi; \
 -$FV/bin/wish $FITSVIEWER_LIBRARY/fvInit.tcl -- "$@")
-+export FITSVIEWER_LIBRARY=/usr/share/heasoft/fv
-+export FV_HELPDIR=/usr/share/doc/heasoft-fv/doc
++export FITSVIEWER_LIBRARY=/usr/share/ftools/fv
++export FV_HELPDIR=/usr/share/doc/ftools-fv/doc
 +export XLIB_SKIP_ARGB_VISUALS=1
 +exec wish $FITSVIEWER_LIBRARY/fvInit.tcl -- "$@"
 --- a/ftools/guis/fv/fvInit.tcl
diff --git a/debian/patches/pow_create_package.patch b/debian/patches/pow_create_package.patch
index 330bbf5..9832d7e 100644
--- a/debian/patches/pow_create_package.patch
+++ b/debian/patches/pow_create_package.patch
@@ -22,7 +22,7 @@
 -      return TCL_ERROR;
 -  } else {
 -    Tcl_DStringAppend(&pow_env,charptr, -1);
-+    charptr = "/usr/share/heasoft/POW";
++    charptr = "/usr/share/ftools/POW";
    }
 +  Tcl_DStringAppend(&pow_env,charptr, -1);
  
@@ -60,11 +60,11 @@
 @@ -103,13 +104,13 @@
  		cp $$file ${INSTALLDIR}/include/; \
  	done
- 	mkdir -p ${INSTALLDIR}/share/heasoft/POW
+ 	mkdir -p ${INSTALLDIR}/share/ftools/POW
 -	@for file in ${TCLFILES}; do \
 +	@for file in ${TCLFILES} tclIndex; do \
- 		echo "cp $$file ${INSTALLDIR}/share/heasoft/POW/"; \
- 		cp $$file ${INSTALLDIR}/share/heasoft/POW/; \
+ 		echo "cp $$file ${INSTALLDIR}/share/ftools/POW/"; \
+ 		cp $$file ${INSTALLDIR}/share/ftools/POW/; \
  	done
  
  clean:
diff --git a/debian/patches/pow_fix_makefile.patch b/debian/patches/pow_fix_makefile.patch
index 7c9d878..823ea10 100644
--- a/debian/patches/pow_fix_makefile.patch
+++ b/debian/patches/pow_fix_makefile.patch
@@ -83,10 +83,10 @@ Description: Set variables in Makefile.in to get pow compiled (Q&D patch)
 -	@for file in ${TCLFILES} ${EXTRAS}; do \
 -		echo "cp $$file ${INSTALLDIR}/lib/pow/"; \
 -		cp $$file ${INSTALLDIR}/lib/pow/; \
-+	mkdir -p ${INSTALLDIR}/share/heasoft/POW
++	mkdir -p ${INSTALLDIR}/share/ftools/POW
 +	@for file in ${TCLFILES}; do \
-+		echo "cp $$file ${INSTALLDIR}/share/heasoft/POW/"; \
-+		cp $$file ${INSTALLDIR}/share/heasoft/POW/; \
++		echo "cp $$file ${INSTALLDIR}/share/ftools/POW/"; \
++		cp $$file ${INSTALLDIR}/share/ftools/POW/; \
  	done
  
  clean:
diff --git a/debian/patches/pow_fix_startup.patch b/debian/patches/pow_fix_startup.patch
index adcc080..0060282 100644
--- a/debian/patches/pow_fix_startup.patch
+++ b/debian/patches/pow_fix_startup.patch
@@ -21,8 +21,8 @@
 -fi; \
 -exit)
 +export XLIB_SKIP_ARGB_VISUALS=1
-+export POW_LIBRARY=/usr/share/heasoft/POW
-+export POW_HELPDIR=/usr/share/doc/heasoft-pow/
++export POW_LIBRARY=/usr/share/ftools/POW
++export POW_HELPDIR=/usr/share/doc/ftools-pow/
 +exec wish $POW_LIBRARY/POWplot.tcl -- $*
 --- a/tcltk/pow/pow.tcl
 +++ b/tcltk/pow/pow.tcl
diff --git a/debian/rules b/debian/rules
index f3201dd..ca6e080 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,7 @@ override_dh_auto_install:
 
 override_dh_fixperms:
 	dh_fixperms
-	chmod 0644 debian/heasoft-*/usr/share/heasoft/*/*.tcl
+	chmod 0644 debian/ftools-*/usr/share/ftools/*/*.tcl
 
 override_dh_auto_clean:
 	dh_auto_clean -D tcltk/pow

-- 
General FITS file browser/editor/plotter with a gui



More information about the debian-science-commits mailing list