diff -Nru logstalgia-1.1.0/debian/changelog logstalgia-1.1.0/debian/changelog --- logstalgia-1.1.0/debian/changelog 2017-10-11 00:02:02.000000000 +0000 +++ logstalgia-1.1.0/debian/changelog 2018-04-03 02:52:49.000000000 +0000 @@ -1,3 +1,16 @@ +logstalgia (1.1.0-2) unstable; urgency=medium + + [ Andrew Caudwell ] + * Fixed build issue with libglm-dev (closes: #888927) + * Changed priority from extra to optional + * Update VCS URLs + + [ Francois Marier ] + * Bump Standards-Version to 4.1.3 + * Bump debhelper compat to 11 + + -- Andrew Caudwell Tue, 03 Apr 2018 14:52:49 +1200 + logstalgia (1.1.0-1) unstable; urgency=medium [ Andrew Caudwell ] diff -Nru logstalgia-1.1.0/debian/compat logstalgia-1.1.0/debian/compat --- logstalgia-1.1.0/debian/compat 2017-10-11 00:02:02.000000000 +0000 +++ logstalgia-1.1.0/debian/compat 2018-04-03 02:52:49.000000000 +0000 @@ -1 +1 @@ -10 +11 diff -Nru logstalgia-1.1.0/debian/control logstalgia-1.1.0/debian/control --- logstalgia-1.1.0/debian/control 2017-10-11 00:02:02.000000000 +0000 +++ logstalgia-1.1.0/debian/control 2018-04-03 02:52:49.000000000 +0000 @@ -1,13 +1,13 @@ Source: logstalgia Section: web -Priority: extra +Priority: optional Maintainer: Andrew Caudwell Uploaders: Francois Marier -Build-Depends: debhelper (>= 10), libsdl2-dev, libsdl2-image-dev, libpcre3-dev, libfreetype6-dev, libglew-dev, libglm-dev, libboost-dev, pkg-config -Standards-Version: 4.1.1 +Build-Depends: debhelper (>= 11), libsdl2-dev, libsdl2-image-dev, libpcre3-dev, libfreetype6-dev, libglew-dev, libglm-dev, libboost-dev, pkg-config +Standards-Version: 4.1.3 Homepage: http://logstalgia.io -Vcs-Git: https://anonscm.debian.org/git/collab-maint/logstalgia.git -Vcs-browser: https://anonscm.debian.org/cgit/collab-maint/logstalgia.git/ +Vcs-Git: https://salsa.debian.org/debian/logstalgia.git +Vcs-browser: https://salsa.debian.org/debian/logstalgia Package: logstalgia Architecture: any diff -Nru logstalgia-1.1.0/debian/rules logstalgia-1.1.0/debian/rules --- logstalgia-1.1.0/debian/rules 2017-10-11 00:02:02.000000000 +0000 +++ logstalgia-1.1.0/debian/rules 2018-04-03 02:52:49.000000000 +0000 @@ -9,6 +9,10 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# The following flags are required for compatibility with GLM 0.9.9 +DEB_CPPFLAGS_MAINT_APPEND = -DGLM_FORCE_CTOR_INIT -DGLM_ENABLE_EXPERIMENTAL +export DEB_CPPFLAGS_MAINT_APPEND + %: dh $@ --with autoreconf