From ee3b6b957bf6786bd0b4c15ce67c22381a8301fc Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Fri, 31 Jul 2009 16:39:17 -0600 Subject: [PATCH] Fix bugs, fix older cruft --- debian/changelog | 13 +++++++++++++ debian/compat | 2 +- debian/control | 10 ++++++---- debian/ctsim-doc.doc-base | 4 +--- debian/rules | 4 ++-- 5 files changed, 23 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index f5552bd..4575cb6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +ctsim (4.5.6-1) unstable; urgency=low + + * man/*.1: Fix warnings from lintian + * debian/control: switch to libfftw3-dev (closes:488286) + * debian/control: switch from xlibmesa-gl-dev to libgl1-mesa-dev + (closes:488287) + * debian/control: Add Homepage and Vcs-Git + * debian/control: update Standards-Version to 3.8.2 + * compat: change to 7 + * rules: change dh_clean -k to dh_prep for debhelper 7 + + -- Kevin M. Rosenberg Fri, 31 Jul 2009 15:16:57 -0600 + ctsim (4.5.5-1) unstable; urgency=low * Better cleaning in makefiles to fix double building (closes:442534) diff --git a/debian/compat b/debian/compat index b8626c4..7f8f011 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +7 diff --git a/debian/control b/debian/control index 45efc44..5133293 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,14 @@ Source: ctsim Section: science Priority: extra Maintainer: Kevin M. Rosenberg -Build-Depends: debhelper (>= 4.0.0), wx2.4-headers, fftw3-dev, libreadline5-dev, xlibmesa-gl-dev, libglu1-xorg-dev, libwxgtk2.4-dev, ctn-dev, libpng12-dev, libglib1.2-dev, libgtk1.2-dev -Standards-Version: 3.7.2.2 - +Build-Depends: debhelper (>= 7.0.0), wx2.4-headers, libfftw3-dev, libreadline5-dev, libgl1-mesa-dev, libwxgtk2.4-dev, ctn-dev, libpng12-dev, libglib1.2-dev, libgtk1.2-dev +Standards-Version: 3.8.2 +Homepage: http://www.ctsim.org +Vcs-Git: git://git.b9.com/ctsim.git + Package: ctsim Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, ctsim-help, ctn, libwxgtk2.4-1, fftw3, xlibmesa-gl | libgl1, libpng12-0 +Depends: ${shlibs:Depends}, ctsim-help Recommends: ctsim-doc Conflicts: ctsim Description: Computed tomography simulator diff --git a/debian/ctsim-doc.doc-base b/debian/ctsim-doc.doc-base index 5969c25..bfc8f32 100644 --- a/debian/ctsim-doc.doc-base +++ b/debian/ctsim-doc.doc-base @@ -3,7 +3,7 @@ Title: CTSim Author: Kevin M. Rosenberg Abstract: This manual describes the theory and use of CTSim - A Computed Tomography Simulator. -Section: math +Section: Science/Medicine Format: PDF Files: /usr/share/doc/ctsim-doc/ctsim.pdf.gz @@ -11,5 +11,3 @@ Files: /usr/share/doc/ctsim-doc/ctsim.pdf.gz Format: HTML Index: /usr/share/doc/ctsim-doc/html/index.html Files: /usr/share/doc/ctsim-doc/html/*.html - - diff --git a/debian/rules b/debian/rules index 411b28c..f3c8e88 100755 --- a/debian/rules +++ b/debian/rules @@ -71,7 +71,7 @@ install: DH_OPTIONS= install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs # dh_installdirs -p $(pkg-help) $(ctsim-shared) @@ -119,8 +119,8 @@ binary-arch: build install dh_fixperms -a dh_installmenu -a dh_installdeb -a - dh_gencontrol -a dh_shlibdeps -a + dh_gencontrol -a dh_md5sums -a dh_builddeb -a -- 2.34.1