From 3785a3ad223de5be9ea78374401ec2272505fafd Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 21 Mar 2018 05:18:06 +0000 Subject: [PATCH] Debian packaging updates --- debian/compat | 3 ++- debian/control | 6 +++--- debian/postinst | 3 +-- debian/rules | 2 -- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/debian/compat b/debian/compat index 7f8f011..9f1d48e 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1,2 @@ -7 +11 + diff --git a/debian/control b/debian/control index dc0e5d4..05047ed 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: ctsim Section: science -Priority: extra +Priority: optional Maintainer: Kevin M. Rosenberg -Build-Depends: debhelper (>= 7.0.0), wx3.0-headers, libfftw3-dev, libreadline-dev, libgl1-mesa-dev, libglu1-mesa-dev, libwxgtk3.0-dev, ctn-dev, libpng-dev, autotools-dev -Standards-Version: 3.9.4.0 +Build-Depends: debhelper (>= 11.0), wx3.0-headers, libfftw3-dev, libreadline-dev, libgl1-mesa-dev, libglu1-mesa-dev, libwxgtk3.0-dev, ctn-dev, libpng-dev +Standards-Version: 4.1.3 Homepage: http://www.ctsim.org Vcs-Git: git://git.kpe.io/ctsim.git Vcs-Browser: http://git.kpe.io/?p=ctsim.git diff --git a/debian/postinst b/debian/postinst index a3c0b07..e5c1c93 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,5 +1,5 @@ #! /bin/sh -# postinst script for uffi +# postinst script for ctsim # # see: dh_installdeb(1) @@ -28,7 +28,6 @@ case "$1" in ;; abort-upgrade|abort-remove|abort-deconfigure) - ;; *) diff --git a/debian/rules b/debian/rules index 827e148..4d3bbf7 100755 --- a/debian/rules +++ b/debian/rules @@ -28,7 +28,6 @@ desktop-dir := usr/share/applications configure: configure-stamp configure-stamp: dh_testdir - dh_autotools-dev_updateconfig ./configure --prefix=$(DESTDIR)/usr --mandir=$(DESTDIR)/usr/share/man --datadir=$(HELPDIR) --with-ctn -with-x --without-lam touch configure-stamp @@ -54,7 +53,6 @@ clean: if [ -f Makefile -a -f config.status ]; then $(MAKE) clean; fi find . -type f -and -name \*~ -or -name .\*~ -exec rm -f {} \; rm -f debian/ctsim.postinst.* debian/ctsim.prerm.* - dh_autotools-dev_restoreconfig -rm -f configure-stamp build-indep-stamp build-arch-stamp dh_clean -- 2.34.1