Bump Standards-Version to 4.3.0
This commit is contained in:
4
debian/control
vendored
4
debian/control
vendored
@@ -1,5 +1,5 @@
|
|||||||
# This file is autogenerated. DO NOT EDIT!
|
# This file is autogenerated. DO NOT EDIT!
|
||||||
#
|
#
|
||||||
# Modifications should be made to debian/control.in instead.
|
# Modifications should be made to debian/control.in instead.
|
||||||
# This file is regenerated automatically in the clean target.
|
# This file is regenerated automatically in the clean target.
|
||||||
Source: libgtop2
|
Source: libgtop2
|
||||||
@@ -22,7 +22,7 @@ Build-Depends: debhelper (>= 11),
|
|||||||
gtk-doc-tools (>= 1.4),
|
gtk-doc-tools (>= 1.4),
|
||||||
gobject-introspection (>= 0.6.7),
|
gobject-introspection (>= 0.6.7),
|
||||||
libgirepository1.0-dev (>= 0.10.7-1~)
|
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-Browser: https://salsa.debian.org/gnome-team/libgtop
|
||||||
Vcs-Git: https://salsa.debian.org/gnome-team/libgtop.git
|
Vcs-Git: https://salsa.debian.org/gnome-team/libgtop.git
|
||||||
|
|
||||||
|
2
debian/control.in
vendored
2
debian/control.in
vendored
@@ -18,7 +18,7 @@ Build-Depends: debhelper (>= 11),
|
|||||||
gtk-doc-tools (>= 1.4),
|
gtk-doc-tools (>= 1.4),
|
||||||
gobject-introspection (>= 0.6.7),
|
gobject-introspection (>= 0.6.7),
|
||||||
libgirepository1.0-dev (>= 0.10.7-1~)
|
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-Browser: https://salsa.debian.org/gnome-team/libgtop
|
||||||
Vcs-Git: https://salsa.debian.org/gnome-team/libgtop.git
|
Vcs-Git: https://salsa.debian.org/gnome-team/libgtop.git
|
||||||
|
|
||||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@@ -1,12 +1,9 @@
|
|||||||
#!/usr/bin/make -f
|
#!/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
|
SHARED_PKG := libgtop-2.0-11
|
||||||
|
|
||||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
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)
|
ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
|
||||||
CPPFLAGS += $(shell pkg-config --cflags libbsd-overlay)
|
CPPFLAGS += $(shell pkg-config --cflags libbsd-overlay)
|
||||||
|
Reference in New Issue
Block a user