Update Vcs fields for migration to https://salsa.debian.org/
This commit is contained in:
Vendored
+6
@@ -1,3 +1,9 @@
|
||||
libgtop2 (2.38.0-3) UNRELEASED; urgency=medium
|
||||
|
||||
* Update Vcs fields for migration to https://salsa.debian.org/
|
||||
|
||||
-- Jeremy Bicha <jbicha@debian.org> Sat, 20 Jan 2018 21:07:23 -0500
|
||||
|
||||
libgtop2 (2.38.0-2) unstable; urgency=medium
|
||||
|
||||
* Update Vcs fields for conversion to git
|
||||
|
||||
Vendored
+2
-2
@@ -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
|
||||
|
||||
Vendored
+2
-2
@@ -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
|
||||
|
||||
Vendored
+6
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user