Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
6
d/compat, d/control: Drop d/compat in favor of debhelper-compat, bump to 11.
· 0d5337e2
Unit 193
authored
Jul 10, 2019
0d5337e2
d/control: Build-Depend on xfce4-dev-tools for autoreconf.
· 9628bc48
Unit 193
authored
Jul 10, 2019
9628bc48
d/rules: Drop the now-default option '--disable-silent-rules'.
· 57eb26c6
Unit 193
authored
Jul 10, 2019
57eb26c6
d/rules: Drop dbgsym migration, it is complete.
· 516eab25
Unit 193
authored
Jul 10, 2019
516eab25
Trim whitespace from previous changelog entries.
· e423783b
Unit 193
authored
Jul 10, 2019
e423783b
Update Standards-Version to 4.4.0.
· 1b48a1c5
Unit 193
authored
Jul 10, 2019
1b48a1c5
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
1b48a1c5
gigolo (0.4.91-1) UNRELEASED; urgency=medium
[ Mateusz Łukasik ]
* New upstream version 0.4.91
[ Unit 193 ]
* d/compat, d/control:
- Drop d/compat in favor of debhelper-compat, bump to 11.
* d/control: Build-Depend on xfce4-dev-tools for autoreconf.
* d/rules:
- Drop the now-default option '--disable-silent-rules'.
- Drop dbgsym migration, it is complete.
* Trim whitespace from previous changelog entries.
* Update Standards-Version to 4.4.0.
-- Mateusz Łukasik <mati75@linuxmint.pl> Tue, 04 Jun 2019 15:23:07 +0200
gigolo (0.4.90-1) experimental; urgency=medium
...
...
debian/compat
deleted
100644 → 0
View file @
ee5b6cfd
9
debian/control
View file @
1b48a1c5
...
...
@@ -3,11 +3,12 @@ Section: xfce
Priority: optional
Maintainer: Debian Xfce Maintainers <debian-xfce@lists.debian.org>
Uploaders: Yves-Alexis Perez <corsac@debian.org>
Build-Depends: debhelper (
>
=
9
),
Build-Depends: debhelper
-compat
(=
11
),
intltool,
libgtk-3-dev,
pkg-config
Standards-Version: 4.2.1
pkg-config,
xfce4-dev-tools
Standards-Version: 4.4.0
Homepage: http://www.uvena.de/gigolo/
Vcs-Git: https://salsa.debian.org/xfce-team/apps/gigolo.git
Vcs-Browser: https://salsa.debian.org/xfce-team/apps/gigolo
...
...
debian/rules
View file @
1b48a1c5
...
...
@@ -6,14 +6,8 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- --disable-silent-rules
override_dh_install:
rm debian/gigolo/usr/share/doc/gigolo/ChangeLog
rm debian/gigolo/usr/share/doc/gigolo/COPYING
rm debian/gigolo/usr/share/doc/gigolo/AUTHORS
dh_install
override_dh_strip:
dh_strip --dbgsym-migration='gigolo-dbg (<< 0.4.2-2~)'