Compare commits
5 Commits
debian/boo
...
debian/mas
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
42c72e513e | ||
|
|
f1e405d3ec | ||
|
|
c507201923 | ||
|
|
120fde5359 | ||
|
|
f7ee4fa02e |
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -1,3 +1,9 @@
|
||||
libgtop2 (2.40.0-3) UNRELEASED; urgency=medium
|
||||
|
||||
* debian/rules: Link against libbsd on kfreebsd (Closes: #874301)
|
||||
|
||||
-- Laurent Bigonville <bigon@debian.org> Tue, 18 Feb 2020 09:26:06 +0100
|
||||
|
||||
libgtop2 (2.40.0-2) unstable; urgency=medium
|
||||
|
||||
* Build-Depend on debhelper-compat 12 and drop debian/compat
|
||||
@@ -777,7 +783,7 @@ libgtop2 (2.0.1-3) unstable; urgency=low
|
||||
* updated libtool files for mips/mipsel
|
||||
(closes: Bug#179112)
|
||||
|
||||
-- Noel Koethe <noel@debian.org> Thu, 7 Feb 2003 00:59:00 +0100
|
||||
-- Noel Koethe <noel@debian.org> Fri, 07 Feb 2003 00:59:00 +0100
|
||||
|
||||
libgtop2 (2.0.1-2) unstable; urgency=low
|
||||
|
||||
|
||||
4
debian/control
vendored
4
debian/control
vendored
@@ -6,7 +6,7 @@ Source: libgtop2
|
||||
Section: libs
|
||||
Priority: optional
|
||||
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
|
||||
Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Jeremy Bicha <jbicha@debian.org>, Michael Biebl <biebl@debian.org>
|
||||
Uploaders: Emilio Pozuelo Monfort <pochu@debian.org>, Jeremy Bicha <jbicha@debian.org>, Laurent Bigonville <bigon@debian.org>
|
||||
Build-Depends: debhelper-compat (= 12),
|
||||
dh-sequence-gir,
|
||||
dh-sequence-gnome,
|
||||
@@ -22,7 +22,7 @@ Build-Depends: debhelper-compat (= 12),
|
||||
libbsd-dev [kfreebsd-any],
|
||||
gtk-doc-tools (>= 1.4),
|
||||
libgirepository1.0-dev (>= 0.10.7-1~)
|
||||
Standards-Version: 4.3.0
|
||||
Standards-Version: 4.4.1
|
||||
Vcs-Browser: https://salsa.debian.org/gnome-team/libgtop
|
||||
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-compat (= 12),
|
||||
libbsd-dev [kfreebsd-any],
|
||||
gtk-doc-tools (>= 1.4),
|
||||
libgirepository1.0-dev (>= 0.10.7-1~)
|
||||
Standards-Version: 4.3.0
|
||||
Standards-Version: 4.4.1
|
||||
Vcs-Browser: https://salsa.debian.org/gnome-team/libgtop
|
||||
Vcs-Git: https://salsa.debian.org/gnome-team/libgtop.git
|
||||
|
||||
|
||||
2
debian/gbp.conf
vendored
2
debian/gbp.conf
vendored
@@ -1,6 +1,6 @@
|
||||
[DEFAULT]
|
||||
pristine-tar = True
|
||||
debian-branch = debian/master
|
||||
debian-branch = debian/latest
|
||||
upstream-branch = upstream/latest
|
||||
|
||||
[buildpackage]
|
||||
|
||||
1
debian/rules
vendored
1
debian/rules
vendored
@@ -7,6 +7,7 @@ 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)
|
||||
LDFLAGS += $(shell pkg-config --libs libbsd-overlay)
|
||||
endif
|
||||
|
||||
%:
|
||||
|
||||
5
debian/upstream/metadata
vendored
Normal file
5
debian/upstream/metadata
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
Name: libgtop
|
||||
Bug-Database: https://gitlab.gnome.org/GNOME/libgtop/issues
|
||||
Bug-Submit: https://gitlab.gnome.org/GNOME/libgtop/issues/new
|
||||
Repository: https://gitlab.gnome.org/GNOME/libgtop.git
|
||||
Repository-Browse: https://gitlab.gnome.org/GNOME/libgtop
|
||||
Reference in New Issue
Block a user