Compare commits
3 Commits
debian/2.3
...
debian/2.3
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7483a0e1c3 | ||
|
|
b9d20f97ec | ||
|
|
500c3e4a1b |
12
debian/changelog
vendored
12
debian/changelog
vendored
@@ -1,3 +1,15 @@
|
||||
libgtop2 (2.34.2-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Emilio Pozuelo Monfort <pochu@debian.org> Mon, 16 Jan 2017 20:09:58 +0100
|
||||
|
||||
libgtop2 (2.34.1-2) unstable; urgency=medium
|
||||
|
||||
* Also use dh gir addon to properly generate dependencies.
|
||||
|
||||
-- Andreas Henriksson <andreas@fatal.se> Wed, 31 Aug 2016 13:41:37 +0200
|
||||
|
||||
libgtop2 (2.34.1-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
2
debian/control
vendored
2
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: Andreas Henriksson <andreas@fatal.se>, Michael Biebl <biebl@debian.org>
|
||||
Uploaders: Andreas Henriksson <andreas@fatal.se>, Emilio Pozuelo Monfort <pochu@debian.org>, Michael Biebl <biebl@debian.org>
|
||||
Build-Depends: debhelper (>= 9),
|
||||
gettext,
|
||||
pkg-config,
|
||||
|
||||
2
debian/rules
vendored
2
debian/rules
vendored
@@ -13,7 +13,7 @@ CPPFLAGS += $(shell pkg-config --cflags libbsd-overlay)
|
||||
endif
|
||||
|
||||
%:
|
||||
dh $@ --with gnome,autoreconf
|
||||
dh $@ --with gnome,gir,autoreconf
|
||||
|
||||
override_dh_autoreconf:
|
||||
dh_autoreconf --as-needed
|
||||
|
||||
Reference in New Issue
Block a user