diff --git a/debian/changelog b/debian/changelog index 0dec7124..bfa287bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libgtop2 (2.38.0-3) UNRELEASED; urgency=medium + + * Update Vcs fields for migration to https://salsa.debian.org/ + + -- Jeremy Bicha Sat, 20 Jan 2018 21:07:23 -0500 + libgtop2 (2.38.0-2) unstable; urgency=medium * Update Vcs fields for conversion to git diff --git a/debian/control b/debian/control index adfbabef..06dececf 100644 --- a/debian/control +++ b/debian/control @@ -23,8 +23,8 @@ Build-Depends: debhelper (>= 11), gobject-introspection (>= 0.6.7), libgirepository1.0-dev (>= 0.10.7-1~) Standards-Version: 4.1.2 -Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/libgtop.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/libgtop.git +Vcs-Browser: https://salsa.debian.org/gnome-team/libgtop +Vcs-Git: https://salsa.debian.org/gnome-team/libgtop.git Package: libgtop-2.0-11 Architecture: any diff --git a/debian/control.in b/debian/control.in index 57acfd80..af70e58a 100644 --- a/debian/control.in +++ b/debian/control.in @@ -19,8 +19,8 @@ Build-Depends: debhelper (>= 11), gobject-introspection (>= 0.6.7), libgirepository1.0-dev (>= 0.10.7-1~) Standards-Version: 4.1.2 -Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/libgtop.git -Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/libgtop.git +Vcs-Browser: https://salsa.debian.org/gnome-team/libgtop +Vcs-Git: https://salsa.debian.org/gnome-team/libgtop.git Package: libgtop-2.0-11 Architecture: any diff --git a/debian/rules b/debian/rules index c1a26931..7dea4b11 100755 --- a/debian/rules +++ b/debian/rules @@ -1,12 +1,12 @@ #!/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 -LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,--as-needed ifeq ($(DEB_HOST_ARCH_OS),kfreebsd) CPPFLAGS += $(shell pkg-config --cflags libbsd-overlay) @@ -36,4 +36,8 @@ ifeq ($(DEB_HOST_ARCH_OS),kfreebsd) --ignore=debian/$(SHARED_PKG).install \ debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/$(SHARED_PKG)/libgtop_server2 endif + find debian/tmp -name '*.la' -print -delete dh_install + +override_dh_missing: + dh_missing --list-missing