From daad26635b53ae2f0dc6b31cb6b1cf2f999691ef Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Thu, 27 Dec 2018 21:35:40 -0500 Subject: [PATCH] Bump Standards-Version to 4.3.0 --- debian/control | 4 ++-- debian/control.in | 2 +- debian/rules | 5 +---- 3 files changed, 4 insertions(+), 7 deletions(-) diff --git a/debian/control b/debian/control index 06dececf..ec25756e 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ # This file is autogenerated. DO NOT EDIT! -# +# # Modifications should be made to debian/control.in instead. # This file is regenerated automatically in the clean target. Source: libgtop2 @@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 11), gtk-doc-tools (>= 1.4), gobject-introspection (>= 0.6.7), libgirepository1.0-dev (>= 0.10.7-1~) -Standards-Version: 4.1.2 +Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/gnome-team/libgtop Vcs-Git: https://salsa.debian.org/gnome-team/libgtop.git diff --git a/debian/control.in b/debian/control.in index af70e58a..c2121bef 100644 --- a/debian/control.in +++ b/debian/control.in @@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 11), gtk-doc-tools (>= 1.4), gobject-introspection (>= 0.6.7), libgirepository1.0-dev (>= 0.10.7-1~) -Standards-Version: 4.1.2 +Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/gnome-team/libgtop Vcs-Git: https://salsa.debian.org/gnome-team/libgtop.git diff --git a/debian/rules b/debian/rules index 7dea4b11..3a22d2b6 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,9 @@ #!/usr/bin/make -f --include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk - -GNOME_MODULE := libgtop SHARED_PKG := libgtop-2.0-11 export DEB_BUILD_MAINT_OPTIONS = hardening=+all -export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed ifeq ($(DEB_HOST_ARCH_OS),kfreebsd) CPPFLAGS += $(shell pkg-config --cflags libbsd-overlay)