+fstl (0.9.4-1) unstable; urgency=medium
+
+  * New upstream version
+  * Bump Standards-Version (no changes needed)
+  * Switch to DH 13
+
+ -- Jakob Haufe <sur5r@debian.org>  Mon, 15 Feb 2021 20:04:49 +0000
+
 fstl (0.9.3-1) unstable; urgency=medium
 
   * New upstream version
 
 Source: fstl
 Section: graphics
 Priority: optional
-Maintainer: Jakob Haufe <sur5r@sur5r.net>
-Build-Depends: debhelper (>=11), qtbase5-dev, qtchooser, libqt5opengl5-dev
-Standards-Version: 4.2.0
+Maintainer: Jakob Haufe <sur5r@debian.org>
+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
 
+++ /dev/null
-Description: Make qt project installable
- This patch makes adds an install target to the resulting makefile.
-Author: Jakob Haufe <sur5r@sur5r.net>
-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
 
+++ /dev/null
-fix-qt-project
 
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-       dh "$@" --sourcedirectory=qt
+       dh "$@"