Compare commits

...

5 Commits

Author SHA1 Message Date
Amin Bandali
42c72e513e Change debian-branch from debian/master to debian/latest 2023-09-04 10:35:43 -04:00
Debian Janitor
f1e405d3ec Update standards version to 4.4.1, no changes needed.
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
2020-03-09 06:37:37 +00:00
Debian Janitor
c507201923 Fix day-of-week for changelog entry 2.0.1-3.
Fixes: lintian: debian-changelog-has-wrong-day-of-week
See-also: https://lintian.debian.org/tags/debian-changelog-has-wrong-day-of-week.html
2020-03-09 06:37:08 +00:00
Debian Janitor
120fde5359 Set upstream metadata fields: Bug-Database, Bug-Submit, Name (from ./configure), Repository, Repository-Browse.
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
2020-03-09 06:36:38 +00:00
Laurent Bigonville
f7ee4fa02e debian/rules: Link against libbsd on kfreebsd (Closes: #874301) 2020-02-18 09:26:25 +01:00
6 changed files with 17 additions and 5 deletions

8
debian/changelog vendored
View File

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

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

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

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

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