X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=debian%2Fcontrol;h=2f0602fef1b970af2a97b11fa584b4d9b41f4bc1;hp=69d99eaff7e7021892f40e62f228ac0f15c44795;hb=4b49778f44b9149451ba36e5f1bd7830c74c8fee;hpb=d42cf8bec8dd2d6ad23006fba288bfa6fa4d2d1f diff --git a/debian/control b/debian/control index 69d99ea..2f0602f 100644 --- a/debian/control +++ b/debian/control @@ -1,36 +1,61 @@ Source: ctsim +Maintainer: Debian Med Packaging Team +Uploaders: Kevin M. Rosenberg , + Andreas Tille Section: science Priority: optional -Maintainer: Kevin Rosenberg -Uploaders: Barak A. Pearlmutter -Build-Depends: debhelper (>> 3.0.0), wxwin2.2-headers, fftw-dev, libreadline4-dev, xlibmesa-dev, libwxgtk2.2-dev , glutg3-dev -Standards-Version: 3.5.2 +Build-Depends: debhelper (>= 10), + libfftw3-dev, + libreadline-dev, + libgl1-mesa-dev, + libglu1-mesa-dev, + libwxgtk3.0-dev, + ctn-dev, + libpng-dev, + libglib2.0-dev, + libgtk2.0-dev, + autotools-dev, + dh-autoreconf +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/ctsim.git +Vcs-Git: https://anonscm.debian.org/git/debian-med/ctsim.git +Homepage: http://www.ctsim.org Package: ctsim Architecture: any -Depends: fftw2, libwxgtk2.2, libreadline4, glutg3, xlibmesa3, ctsim-help -Suggests: ctsim-doc, ctsim-doc-pdf -Description: Computed Tomograpy Simulator - CTSim provides an interactive computed tomography simulator. +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ctsim-help +Recommends: ctsim-doc +Conflicts: ctsim +Description: Computed tomography simulator + CTSim provides an interactive computed tomography simulator. Computed + tomography is the technique of estimating the interior of an object + by measuring x-ray absorption through that object. + . + CTSim has both command-line tools and a graphical user interface. + CTSim has very educational trace modes for viewing the data + collection simulation as well as the reconstruction. Package: ctsim-help Architecture: all -Suggests: ctsim +Depends: ${misc:Depends} +Replaces: ctsim (<< 3.5.3) Description: Online help file for CTSim - This package provides the online help file for CTSim, a computed tomography - simulator. + This package provides the online help file for the ctsim package. + CTSim is a graphical computed tomography simulator. + This help file + is included in a separate package so it will not have to be include + in the binary ctsim package for every architecture. Package: ctsim-doc Architecture: all -Suggests: ctsim -Description: Computed Tomograpy Simulator - This package provides HTML documentation files for CTSim, - a computed tomography simulator. - -Package: ctsim-doc-pdf -Architecture: all -Suggests: ctsim -Description: Computed Tomograpy Simulator - This package provides a PDF documentation file for CTSim, - a computed tomography simulator. - +Section: doc +Depends: ${misc:Depends} +Recommends: ctsim +Description: Documentation for ctsim package + This package provides HTML and PDF documentation files for the + ctsim package. CTSim is a graphical computed tomography simulator. + This documentation file + is included in a separate package so it will not have to be include + in the binary ctsim package for every architecture.