From 42198aeb575da8b91cd97fe80193e505ff40681d Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 28 May 2002 07:26:49 +0000 Subject: [PATCH] r2080: *** empty log message *** --- debian/changelog | 8 ++++++++ debian/control | 19 ++++++++++++++++++- debian/ctsim-doc.dirs | 5 +++++ debian/ctsim-help.dirs | 5 +++++ debian/{dirs => ctsim.dirs} | 1 - 5 files changed, 36 insertions(+), 2 deletions(-) create mode 100644 debian/ctsim-doc.dirs create mode 100644 debian/ctsim-help.dirs rename debian/{dirs => ctsim.dirs} (80%) diff --git a/debian/changelog b/debian/changelog index 1a1975e..75d9f9c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ctsim (3.5.2-2) unstable; urgency=low + + * Split online help into ctsim-help package + + * Split pdf and html documentation into ctsim-doc package + + -- Kevin Rosenberg Tue, 28 May 2002 01:16:28 -0600 + ctsim (3.5.2-1) unstable; urgency=low * New upstream version diff --git a/debian/control b/debian/control index 2c0fc71..d4d30cd 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,23 @@ Standards-Version: 3.5.2 Package: ctsim Architecture: any -Depends: fftw2, libwxgtk2.2, libreadline4, glutg3, xlibmesa3 +Depends: fftw2, libwxgtk2.2, libreadline4, glutg3, xlibmesa3, ctsim-help +Suggests: ctsim-doc Description: Computed Tomograpy Simulator CTSim provides an interactive computed tomography simulator. + + +Package: ctsim-help +Architecture: all +Depends: ctsim +Description: Online help file for CTSim + This package provides the online help file for CTSim, a computed tomography + simulator. + +Package: ctsim-doc +Architecture: all +Suggests: ctsim +Description: Computed Tomograpy Simulator + This package provides the offline documentation files for CTSim, + a computed tomography simulator. + diff --git a/debian/ctsim-doc.dirs b/debian/ctsim-doc.dirs new file mode 100644 index 0000000..eb70032 --- /dev/null +++ b/debian/ctsim-doc.dirs @@ -0,0 +1,5 @@ +usr +usr/share +usr/share/doc +usr/share/doc/ctsim +usr/share/doc/ctsim/html diff --git a/debian/ctsim-help.dirs b/debian/ctsim-help.dirs new file mode 100644 index 0000000..76bfbba --- /dev/null +++ b/debian/ctsim-help.dirs @@ -0,0 +1,5 @@ +usr +usr/share +usr/share/ctsim +usr/share/doc +usr/share/doc/ctsim diff --git a/debian/dirs b/debian/ctsim.dirs similarity index 80% rename from debian/dirs rename to debian/ctsim.dirs index 7029e88..a3090d2 100644 --- a/debian/dirs +++ b/debian/ctsim.dirs @@ -4,6 +4,5 @@ usr/share usr/share/ctsim usr/share/doc usr/share/doc/ctsim -usr/share/doc/ctsim/html usr/share/man usr/share/man/man1 -- 2.34.1