]> git.sur5r.net Git - fstl/commitdiff
Upload 0.9.4-1 to unstable debian/0.9.4-1
authorJakob Haufe <sur5r@debian.org>
Mon, 15 Feb 2021 20:21:26 +0000 (20:21 +0000)
committerJakob Haufe <sur5r@debian.org>
Mon, 15 Feb 2021 20:21:26 +0000 (20:21 +0000)
Bump Standards-Version and DH level along the way

debian/changelog
debian/compat [deleted file]
debian/control
debian/patches/fix-qt-project [deleted file]
debian/patches/series [deleted file]
debian/rules

index 42359f618cf745d9284859428a67d7c2301ddeaf..905467e0f154265f9f1a195e9f3e7d4267a0532e 100644 (file)
@@ -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 <sur5r@debian.org>  Mon, 15 Feb 2021 20:04:49 +0000
+
 fstl (0.9.3-1) unstable; urgency=medium
 
   * New upstream version
 fstl (0.9.3-1) unstable; urgency=medium
 
   * New upstream version
diff --git a/debian/compat b/debian/compat
deleted file mode 100644 (file)
index b4de394..0000000
+++ /dev/null
@@ -1 +0,0 @@
-11
index 1f9369a114d4aa31d25769046f23e5eb3a0cf06f..1a9b05301c06d1eedeb3fe1571fa6136b582cc3d 100644 (file)
@@ -1,12 +1,13 @@
 Source: fstl
 Section: graphics
 Priority: optional
 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
 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
 
 Package: fstl
 Architecture: any
diff --git a/debian/patches/fix-qt-project b/debian/patches/fix-qt-project
deleted file mode 100644 (file)
index 58c64ca..0000000
+++ /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 <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
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644 (file)
index 43bfce6..0000000
+++ /dev/null
@@ -1 +0,0 @@
-fix-qt-project
index 7c4b9f1d750ed3797dbf2a0b207cde6aa0e5b06e..23a4659848c42d2bc0a5ac6ff6b3efe0d014ea0b 100755 (executable)
@@ -6,4 +6,4 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
-       dh "$@" --sourcedirectory=qt
+       dh "$@"