Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
d/rules: Replace the override on dh_install with dh_missing.
· fa987e15
Unit 193
authored
Apr 06, 2018
fa987e15
Update Standards-Version to 4.1.4.
· d69f3d96
Unit 193
authored
Apr 06, 2018
d69f3d96
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d69f3d96
...
...
@@ -5,10 +5,11 @@ tumbler (0.2.1-1) UNRELEASED; urgency=medium
[ Unit 193 ]
* New upstream version 0.2.1
* Update Standards-Version to 4.1.
3
.
* Update Standards-Version to 4.1.
4
.
* d/changelog: Remove trailing whitespace from previous entry.
* d/control, d/copyright, d/watch: Use https where possible.
* d/control: Move libtumbler-1-0 to section 'libs'.
* d/rules: Replace the override on dh_install with dh_missing.
-- Unit 193 <unit193@ubuntu.com> Sat, 31 Mar 2018 23:04:39 -0400
...
...
debian/control
View file @
d69f3d96
...
...
@@ -20,7 +20,7 @@ Build-Depends: debhelper (>= 10),
libpoppler-glib-dev,
pkg-config,
xfce4-dev-tools
Standards-Version: 4.1.
3
Standards-Version: 4.1.
4
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 @
d69f3d96
...
...
@@ -7,17 +7,17 @@ override_dh_autoreconf:
mkdir -p m4
NOCONFIGURE=1 dh_autoreconf xdt-autogen
override_dh_
install
:
dh_
install
--
l
is
t-missing -X .la
override_dh_
auto_configure
:
dh_
auto_configure --
--
d
is
able-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~)'
override_dh_auto_configure:
dh_auto_configure -- --disable-silent-rules
%:
dh $@