[Debian-astro-commits] [x11iraf] 01/02: Split ximtool and xgterm into separate packages

Ole Streicher olebole at moszumanska.debian.org
Wed Dec 6 20:21:03 UTC 2017


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

olebole pushed a commit to branch master
in repository x11iraf.

commit 6cff8743bddf6aa65e2ba968c9625849f7201477
Author: Ole Streicher <olebole at debian.org>
Date:   Wed Dec 6 21:03:16 2017 +0100

    Split ximtool and xgterm into separate packages
---
 debian/control          | 14 +++++++++++++-
 debian/copyright        |  8 ++++----
 debian/install          |  5 -----
 debian/manpages         |  5 -----
 debian/xgterm.install   |  1 +
 debian/xgterm.manpages  |  1 +
 debian/ximtool.install  |  2 ++
 debian/ximtool.manpages |  2 ++
 8 files changed, 23 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index ed352d7..f00f8af 100644
--- a/debian/control
+++ b/debian/control
@@ -5,19 +5,21 @@ Uploaders: Ole Streicher <debian at liska.ath.cx>
 DM-Upload-Allowed: yes
 Section: science
 Build-Depends: bison,
+               csh,
                debhelper (>= 9),
                flex,
                libncurses-dev,
                libxaw7-dev,
                libxmu-dev,
                libxpm-dev,
+               tcl-dev,
                xaw3dg-dev
 Standards-Version: 3.9.3
 Homepage: http://iraf.noao.edu/
 Vcs-Git: git://git.debian.org/git/debian-science/packages/x11iraf.git
 Vcs-Browser: http://git.debian.org/?p=debian-science/packages/x11iraf.git
 
-Package: x11iraf
+Package: ximtool
 Architecture: arm armel armhf hppa hurd-i386 i386 kfreebsd-i386 m68k mips powerpc powerpcspe sh4 sparc x32
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Pre-Depends: ${misc:Pre-Depends}
@@ -26,3 +28,13 @@ Description: Graphical tools to work with IRAF
  x11iraf provides graphical tools to work with IRAF, notably xgterm and
  XImtool. Note: IRAF = Image Reduction and Analysis Facility, a general
  purpose software system for the reduction and analysis of astronomical data.
+
+Package: xgterm
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Suggests: iraf
+Description: Graphical tools to work with IRAF
+ x11iraf provides graphical tools to work with IRAF, notably xgterm and
+ XImtool. Note: IRAF = Image Reduction and Analysis Facility, a general
+ purpose software system for the reduction and analysis of astronomical data.
diff --git a/debian/copyright b/debian/copyright
index 987ae44..7bd65f2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,13 +9,13 @@ It was downloaded from ftp://iraf/noao.edu/iraf/x11iraf
 Copyright:
 
 Copyright(c) 1986 Association of Universities for Research in Astronomy Inc.
- 
+
 The IRAF software is publicly available, but is NOT in the public domain.
 The difference is that copyrights granting rights for unrestricted use and
 redistribution have been placed on all of the software to identify its authors.
 You are allowed and encouraged to take this software and use it as you wish,
 subject to the restrictions outlined below.
- 
+
 Permission to use, copy, modify, and distribute this software and its
 documentation is hereby granted without fee, provided that the above copyright
 notice appear in all copies and that both that copyright notice and this
@@ -27,10 +27,10 @@ pertaining to distribution of the software without specific, written prior
 permission from NOAO.  NOAO makes no representations about the suitability
 of this software for any purpose.  It is provided "as is" without express or
 implied warranty.
- 
+
 NOAO DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NOAO
 BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION
-OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN 
+OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
 CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
diff --git a/debian/install b/debian/install
deleted file mode 100644
index 6858f29..0000000
--- a/debian/install
+++ /dev/null
@@ -1,5 +0,0 @@
-bin/obmsh /usr/bin
-bin/vximtool /usr/bin
-bin/xgterm /usr/bin
-bin/ximtool /usr/bin
-bin/xtapemon /usr/bin
diff --git a/debian/manpages b/debian/manpages
deleted file mode 100644
index 9c1c18f..0000000
--- a/debian/manpages
+++ /dev/null
@@ -1,5 +0,0 @@
-man/obmsh.1
-man/vximtool.1
-man/xgterm.1
-man/ximtool.1
-man/xtapemon.1
diff --git a/debian/xgterm.install b/debian/xgterm.install
new file mode 100644
index 0000000..819ce61
--- /dev/null
+++ b/debian/xgterm.install
@@ -0,0 +1 @@
+bin/xgterm /usr/bin
diff --git a/debian/xgterm.manpages b/debian/xgterm.manpages
new file mode 100644
index 0000000..427b3f5
--- /dev/null
+++ b/debian/xgterm.manpages
@@ -0,0 +1 @@
+man/xgterm.1
diff --git a/debian/ximtool.install b/debian/ximtool.install
new file mode 100644
index 0000000..6e20699
--- /dev/null
+++ b/debian/ximtool.install
@@ -0,0 +1,2 @@
+bin/vximtool /usr/bin
+bin/ximtool /usr/bin
diff --git a/debian/ximtool.manpages b/debian/ximtool.manpages
new file mode 100644
index 0000000..3bd70ec
--- /dev/null
+++ b/debian/ximtool.manpages
@@ -0,0 +1,2 @@
+man/vximtool.1
+man/ximtool.1

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



More information about the Debian-astro-commits mailing list