Debian packaging updates
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 21 Mar 2018 05:18:06 +0000 (05:18 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 21 Mar 2018 05:18:06 +0000 (05:18 +0000)
debian/compat
debian/control
debian/postinst
debian/rules

index 7f8f011eb73d6043d2e6db9d2c101195ae2801f2..9f1d48efca0ec08bc9d3394ec413c59e04a02d0f 100644 (file)
@@ -1 +1,2 @@
-7
+11
+
index dc0e5d45943f6f0eb3102b30215ba83e0f024352..05047edaf6f511e421453364f2cd7b41a20439e0 100644 (file)
@@ -1,9 +1,9 @@
 Source: ctsim
 Section: science
-Priority: extra
+Priority: optional
 Maintainer: Kevin M. Rosenberg <kmr@debian.org>
-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
index a3c0b0720b2bc28e2c083c566a8d3d2cc322564f..e5c1c93bbe76f2a5ae2e75dad9a37b435e29081e 100755 (executable)
@@ -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)
-
     ;;
 
     *)
index 827e148cb6e5f7c82616f088b76ce561d0c03fea..4d3bbf77737a6d3fc1b58c496f2cb9e67d3a71d0 100755 (executable)
@@ -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