Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
4
d/compat, d/control: Drop d/compat in favor of debhelper-compat, bump to 11.
· 34cfb8ab
Unit 193
authored
Jul 09, 2019
34cfb8ab
d/rules: Drop the now-default option '--disable-silent-rules'.
· 20284658
Unit 193
authored
Jul 09, 2019
20284658
d/rules: Drop dbgsym migration, it is complete.
· 459ede00
Unit 193
authored
Jul 09, 2019
459ede00
Update Standards-Version to 4.4.0.
· f08a99ba
Unit 193
authored
Jul 09, 2019
f08a99ba
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
f08a99ba
tumbler (0.2.4-1) UNRELEASED; urgency=medium
[ Mateusz Łukasik ]
* New upstream version 0.2.4.
[ Unit 193 ]
* d/compat, d/control:
- Drop d/compat in favor of debhelper-compat, bump to 11.
* d/rules:
- Drop the now-default option '--disable-silent-rules'.
- Drop dbgsym migration, it is complete.
* Update Standards-Version to 4.4.0.
-- Mateusz Łukasik <mati75@linuxmint.pl> Tue, 04 Jun 2019 15:17:44 +0200
tumbler (0.2.3-1) unstable; urgency=medium
...
...
debian/compat
deleted
100644 → 0
View file @
04fb9b69
10
debian/control
View file @
f08a99ba
...
...
@@ -3,7 +3,7 @@ Priority: optional
Section: xfce
Maintainer: Debian Xfce Maintainers <debian-xfce@lists.debian.org>
Uploaders: Yves-Alexis Perez <corsac@debian.org>
Build-Depends: debhelper (
>
= 1
0
),
Build-Depends: debhelper
-compat
(= 1
1
),
dpkg-dev (>= 1.16.1),
gtk-doc-tools,
intltool (>= 0.31),
...
...
@@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 10),
libpoppler-glib-dev,
pkg-config,
xfce4-dev-tools
Standards-Version: 4.
1.4
Standards-Version: 4.
4.0
Homepage: https://www.xfce.org/
Vcs-Git: https://salsa.debian.org/xfce-team/desktop/tumbler.git
Vcs-Browser: https://salsa.debian.org/xfce-team/desktop/tumbler
...
...
debian/rules
View file @
f08a99ba
...
...
@@ -7,17 +7,11 @@ override_dh_autoreconf:
mkdir -p m4
NOCONFIGURE=1 dh_autoreconf xdt-autogen
override_dh_auto_configure:
dh_auto_configure -- --disable-silent-rules
override_dh_makeshlibs:
dh_makeshlibs -p libtumbler-1-0 -X usr/lib/$(DEB_HOST_MULTIARCH)/tumbler-1/plugins
override_dh_missing:
dh_missing --list-missing -X .la
override_dh_strip:
dh_strip --dbgsym-migration='libtumbler-1-dbg (<< 0.1.92.1-1~)'
%:
dh $@