File: Remove-GBIN-references.patch

package info (click to toggle)
starjava-topcat 4.6.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 22,216 kB
  • sloc: java: 65,710; xml: 29,046; sh: 73; makefile: 16
file content (56 lines) | stat: -rw-r--r-- 2,329 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
From: Ole Streicher <olebole@debian.org>
Date: Fri, 31 Mar 2017 08:51:41 +0200
Subject: Remove GBIN references

---
 src/docs/sun253.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/docs/sun253.xml b/src/docs/sun253.xml
index b9088a0..2282e31 100644
--- a/src/docs/sun253.xml
+++ b/src/docs/sun253.xml
@@ -13,9 +13,6 @@
   <!ENTITY topcat.usage SYSTEM "topcat.usage">
 
   <!-- Import entity definitions from other packages including customisation -->
-  <!ENTITY gbin.stil.intro SYSTEM "gbin-stil-intro.xdoc">
-  <!ENTITY gbin.stil.appexample SYSTEM "gbin-stil-appexample.xdoc">
-  <!ENTITY gbin.stil.notes SYSTEM "gbin-stil-notes.xdoc">
   <!ENTITY gbin-package-name 'TOPCAT'>
   <!ENTITY gbin-package-cmdline 'topcat'>
   <!ENTITY gbin-package-classpath 'topcat-full.jar'>
@@ -628,7 +625,7 @@ something like
 <code>java -jar topcat-full.jar</code> (see <ref id="invoke"/> for
 more detail).  To view a table that you have on disk, you can either
 give its name on the command line or load it using the <label>Load</label>
-button from the GUI.  FITS, VOTable, CDF and GBIN files
+button from the GUI.  FITS, VOTable and CDF files
 are recognised automatically;
 if your data is in another format such as ASCII (see <ref id="inFormats"/>)
 you need to tell the program (e.g. <code>-f ascii</code> on the command line).
@@ -1113,7 +1110,7 @@ supported input formats have matching output formats and vice versa.
 <p>Loading tables into TOPCAT is done either from the command line
 when you start the program up or
 using the <ref id="LoadWindow">Load Table</ref> dialogue.
-For FITS, VOTable, CDF and GBIN formats
+For FITS, VOTable and CDF formats
 the file format can be detected automatically
 (note this is done by looking at the file content, it has nothing
 to do with filename extensions).
@@ -1497,9 +1494,12 @@ you wish to load a table in <code>csv</code> format.
 <subsubsubsect id="inGbin">
 <subhead><title>GBIN</title></subhead>
 
-&gbin.stil.intro;
-&gbin.stil.appexample;
-&gbin.stil.notes;
+<p>GBIN format is a special-interest file format used within DPAC,
+the Data Processing and Analysis Consortium working on data from the
+Gaia astrometry satellite.
+</p>
+<p><em>The GBIN format is not supported in the Debian release of topcat.</em>
+</p>
 
 </subsubsubsect>