Bump Standards-Version to 4.3.0

This commit is contained in:
Jeremy Bicha
2018-12-27 21:35:40 -05:00
parent 6b5efbdf8b
commit daad26635b
3 changed files with 4 additions and 7 deletions

4
debian/control vendored
View File

@@ -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

2
debian/control.in vendored
View File

@@ -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

5
debian/rules vendored
View File

@@ -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)