From: Kevin M. Rosenberg Date: Fri, 14 Jun 2002 02:09:08 +0000 (+0000) Subject: r2123: *** empty log message *** X-Git-Tag: debian-4.5.3-3~215 X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=commitdiff_plain;h=08ce7c2ab43ce86bacdfde64feb19e82d7dd4f5f r2123: *** empty log message *** --- diff --git a/debian/changelog b/debian/changelog index 9302e25..9fcb947 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ctsim (3.5.4-2) unstable; urgency=low + + * Changed Debhelper to version 4 compatibility + + -- Kevin Rosenberg Thu, 13 Jun 2002 20:06:19 -0600 + ctsim (3.5.4-1) unstable; urgency=low * New upstream version (many bug fixes) diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/control b/debian/control index 60fb819..0700de2 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,12 @@ 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, ctn-dev +Build-Depends: debhelper (>> 3.0.0), wxwin2.2-headers, fftw-dev, libreadline4-dev, xlibmesa-dev, libwxgtk2.2-dev , glutg3-dev, ctn-dev, ${misc:Depends}, ${shlib:Depends} Standards-Version: 3.5.2 Package: ctsim Architecture: any -Depends: fftw2, libwxgtk2.2, libreadline4, glutg3, xlibmesa3, ctsim-help, ctn +Depends: fftw2, libwxgtk2.2, libreadline4, glutg3, xlibmesa3, ctsim-help, ctn, ${misc:Depends}, ${shlib:Depends} Suggests: ctsim-doc Description: Computed Tomograpy Simulator CTSim provides an interactive computed tomography simulator. diff --git a/debian/rules b/debian/rules index ad695b9..ea99400 100755 --- a/debian/rules +++ b/debian/rules @@ -3,10 +3,10 @@ # GNU copyright 1997 to 1999 by Joey Hess. # Uncomment this to turn on verbose mode. -export DH_VERBOSE=0 +# export DH_VERBOSE=1 # This is the debhelper compatibility version to use. -export DH_COMPAT=3 +export DH_COMPAT=4 pkg := ctsim pkg-help := ctsim-help