[hamradio-commits] [qsstv] 01/05: Updated compat Updated standards Removed postinst dh script Tidied manpages up so they register Added Quilt patch to fix spelling issue

Dave Hibberd hibby-guest at moszumanska.debian.org
Wed Jun 1 21:02:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

hibby-guest pushed a commit to branch master
in repository qsstv.

commit d4fc8e3bc92e5b72ac8a9154795f8fb3339b85bc
Author: Hibby <d at vehibberd.com>
Date:   Tue May 24 21:23:23 2016 +0100

    Updated compat
    Updated standards
    Removed postinst dh script
    Tidied manpages up so they register
    Added Quilt patch to fix spelling issue
---
 debian/compat                            |  2 +-
 debian/control                           |  2 +-
 debian/install                           |  1 +
 debian/{ => manpages}/qsstv.1            |  0
 debian/patches/Fix_Binary_Spelling.quilt | 15 ++++++++++++
 debian/patches/series                    |  1 +
 debian/postinst                          | 42 --------------------------------
 debian/qsstv.manpages                    |  1 +
 8 files changed, 20 insertions(+), 44 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index adc258e..736152d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: hamradio
 Priority: optional
 Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
 Uploaders: Steve Kostecke <steve at debian.org>, Colin Tuckley <colint at debian.org>, Dave Hibberd <d at vehibberd.com> 
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: http://users.telenet.be/on4qz
 Build-Depends: debhelper (>=9), libfftw3-dev, qt5-default, libhamlib-dev, libasound2-dev, libopenjp2-7-dev, libv4l-dev, libpulse-dev
 
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..edf33e5
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+debian/qsstv.xpm usr/share/pixmaps
diff --git a/debian/qsstv.1 b/debian/manpages/qsstv.1
similarity index 100%
rename from debian/qsstv.1
rename to debian/manpages/qsstv.1
diff --git a/debian/patches/Fix_Binary_Spelling.quilt b/debian/patches/Fix_Binary_Spelling.quilt
new file mode 100644
index 0000000..04cd37e
--- /dev/null
+++ b/debian/patches/Fix_Binary_Spelling.quilt
@@ -0,0 +1,15 @@
+Description: Fix spelling in imageviewer file
+Author: Dave Hibberd <d at vehibberd.com>
+Last-Update: 2016-05-24
+
+--- a/qsstv/widgets/imageviewer.cpp
++++ b/qsstv/widgets/imageviewer.cpp
+@@ -518,7 +518,7 @@
+                              "File: " + imageFileName
+                              + "\n File size:     " + QString::number(fi.size())
+                              + "\n Image width:   " + QString::number(orgWidth)
+-                             + "\n Image heigth:  " + QString::number(orgHeight)
++                             + "\n Image height:  " + QString::number(orgHeight)
+                              + "\n Last Modified: " + fi.lastModified().toString()
+                              ,QMessageBox::Ok);
+   }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d7b2854
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+Fix_Binary_Spelling.quilt
diff --git a/debian/postinst b/debian/postinst
deleted file mode 100644
index 043777d..0000000
--- a/debian/postinst
+++ /dev/null
@@ -1,42 +0,0 @@
-#! /bin/sh
-# postinst script for qsstv
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see http://www.debian.org/doc/debian-policy/ or
-# the debian-policy package
-#
-
-case "$1" in
-    configure)
-
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 1
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
diff --git a/debian/qsstv.manpages b/debian/qsstv.manpages
new file mode 100644
index 0000000..2fb19fb
--- /dev/null
+++ b/debian/qsstv.manpages
@@ -0,0 +1 @@
+debian/manpages/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/qsstv.git



More information about the pkg-hamradio-commits mailing list