From 2e049875e7c35d10bd9724090abc2fe2ed5ac257 Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Mon, 15 Feb 2021 20:21:26 +0000 Subject: [PATCH] Upload 0.9.4-1 to unstable Bump Standards-Version and DH level along the way --- debian/changelog | 8 ++++++++ debian/compat | 1 - debian/control | 7 ++++--- debian/patches/fix-qt-project | 16 ---------------- debian/patches/series | 1 - debian/rules | 2 +- 6 files changed, 13 insertions(+), 22 deletions(-) delete mode 100644 debian/compat delete mode 100644 debian/patches/fix-qt-project delete mode 100644 debian/patches/series diff --git a/debian/changelog b/debian/changelog index 42359f6..905467e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +fstl (0.9.4-1) unstable; urgency=medium + + * New upstream version + * Bump Standards-Version (no changes needed) + * Switch to DH 13 + + -- Jakob Haufe Mon, 15 Feb 2021 20:04:49 +0000 + fstl (0.9.3-1) unstable; urgency=medium * New upstream version diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index 1f9369a..1a9b053 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,13 @@ Source: fstl Section: graphics Priority: optional -Maintainer: Jakob Haufe -Build-Depends: debhelper (>=11), qtbase5-dev, qtchooser, libqt5opengl5-dev -Standards-Version: 4.2.0 +Maintainer: Jakob Haufe +Build-Depends: debhelper-compat (= 13), qtbase5-dev, qtchooser, libqt5opengl5-dev, cmake +Standards-Version: 4.5.1 Homepage: http://www.mattkeeter.com/projects/fstl/ Vcs-Git: https://git.sur5r.net/fstl Vcs-Browser: https://git.sur5r.net/?p=fstl;a=summary +Rules-Requires-Root: no Package: fstl Architecture: any diff --git a/debian/patches/fix-qt-project b/debian/patches/fix-qt-project deleted file mode 100644 index 58c64ca..0000000 --- a/debian/patches/fix-qt-project +++ /dev/null @@ -1,16 +0,0 @@ -Description: Make qt project installable - This patch makes adds an install target to the resulting makefile. -Author: Jakob Haufe -Forwarded: https://github.com/mkeeter/fstl/pull/5 - -Index: fstl-debian/qt/fstl.pro -=================================================================== ---- fstl-debian.orig/qt/fstl.pro -+++ fstl-debian/qt/fstl.pro -@@ -44,3 +44,6 @@ win32 { - static { - CONFIG += static - } -+ -+target.path = /usr/bin -+INSTALLS += target diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 43bfce6..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -fix-qt-project diff --git a/debian/rules b/debian/rules index 7c4b9f1..23a4659 100755 --- a/debian/rules +++ b/debian/rules @@ -6,4 +6,4 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh "$@" --sourcedirectory=qt + dh "$@" -- 2.39.2