[Pkg-xfce-commits] [Git][xfce-team/desktop/tumbler][master] 2 commits: d/rules: Replace the override on dh_install with dh_missing.
Unit 193
gitlab at salsa.debian.org
Sat Apr 7 00:41:28 UTC 2018
Unit 193 pushed to branch master at xfce / desktop / tumbler
Commits:
fa987e15 by Unit 193 at 2018-04-06T20:40:52-04:00
d/rules: Replace the override on dh_install with dh_missing.
- - - - -
d69f3d96 by Unit 193 at 2018-04-06T20:41:22-04:00
Update Standards-Version to 4.1.4.
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 at ubuntu.com> Sat, 31 Mar 2018 23:04:39 -0400
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -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
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -7,17 +7,17 @@ override_dh_autoreconf:
mkdir -p m4
NOCONFIGURE=1 dh_autoreconf xdt-autogen
-override_dh_install:
- dh_install --list-missing -X .la
+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~)'
-override_dh_auto_configure:
- dh_auto_configure -- --disable-silent-rules
-
%:
dh $@
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/tumbler/compare/38ee1bd561933362a81998e64008753ff56dd874...d69f3d9691f93ea5ee73d2a683eee91127a0e0a0
---
View it on GitLab: https://salsa.debian.org/xfce-team/desktop/tumbler/compare/38ee1bd561933362a81998e64008753ff56dd874...d69f3d9691f93ea5ee73d2a683eee91127a0e0a0
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-xfce-commits/attachments/20180407/2dd1d6ee/attachment-0001.html>
More information about the Pkg-xfce-commits
mailing list