Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
d/control: Drop unneeded build-depends: gtk-doc-tools, dpkg-dev.
· fd7fe979
Unit 193
authored
Jun 07, 2018
fd7fe979
d/compat, d/control: Bump dh compat to 11.
· 36fcd4c2
Unit 193
authored
Jun 07, 2018
36fcd4c2
d/copyright: Update 'format' and 'source' fields.
· 074bf751
Unit 193
authored
Jun 07, 2018
074bf751
d/rules: Drop configure override, autoreconf is Xfce aware and libexecdir is correctly set.
· c18ed46e
Unit 193
authored
Jun 07, 2018
c18ed46e
d/rules: Drop explicit inclusion of pkg-info.mk, no longer used.
· 2e50adec
Unit 193
authored
Jun 07, 2018
2e50adec
d/rules: Use dh_missing instead of dh_install for --fail-missing.
· 171d6483
Unit 193
authored
Jun 07, 2018
171d6483
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
171d6483
...
...
@@ -22,6 +22,16 @@ thunar-vcs-plugin (0.1.90-1) UNRELEASED; urgency=medium
* Build-Dep on libthunarx-3-dev and libexo-2-dev
* Fix removing .la-files from the proper places
[ Unit 193 ]
* d/compat, d/control: Bump dh compat to 11.
* d/control: Drop unneeded build-depends: gtk-doc-tools, dpkg-dev.
* d/copyright: Update 'format' and 'source' fields.
* d/rules:
- Drop configure override, autoreconf is Xfce aware and libexecdir is
correctly set.
- Drop explicit inclusion of pkg-info.mk, no longer used.
- Use dh_missing instead of dh_install for --fail-missing.
-- Andreas Rönnquist <gusnan@debian.org> Mon, 04 Jun 2018 15:04:20 +0200
thunar-vcs-plugin (0.1.4-2) unstable; urgency=low
...
...
debian/compat
View file @
171d6483
1
0
1
1
debian/control
View file @
171d6483
...
...
@@ -4,9 +4,7 @@ Priority: optional
Maintainer: Debian Xfce Maintainers <debian-xfce@lists.debian.org>
Uploaders: Yves-Alexis Perez <corsac@debian.org>,
Lionel Le Folgoc <mrpouit@gmail.com>
Build-Depends: debhelper (>= 10),
dpkg-dev (>= 1.16.1~),
gtk-doc-tools,
Build-Depends: debhelper (>= 11),
intltool,
libapr1-dev,
libexo-2-dev,
...
...
debian/copyright
View file @
171d6483
Format: http://
svn
.debian.org/
wsvn/dep/web/deps/dep5.mdwn?rev=174
Format: http
s
://
www
.debian.org/
doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: thunar-vcs-plugin
Upstream-Contact: Peter de Ridder <peter@xfce.org>
Source: http://
goodies
.xfce.org/
projects
/thunar-plugins/thunar-vcs-plugin
Source: http
s
://
archive
.xfce.org/
src
/thunar-plugins/thunar-vcs-plugin
Files: *
Copyright: 2007-2011, Peter de Ridder <peter@xfce.org>
...
...
debian/rules
View file @
171d6483
#!/usr/bin/make -f
include /usr/share/dpkg/pkg-info.mk
include /usr/share/dpkg/architecture.mk
export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
override_dh_
auto_configure
:
NOCONFIGURE=1 xdt-autogen
dh_
auto_configure -- --libexecdir=/usr/lib/$(DEB_HOST_MULTIARCH)/$(DEB_SOURCE)/
override_dh_
install
:
rm -rf debian/thunar-vcs-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-3/*.la
dh_
install
override_dh_makeshlibs:
dh_makeshlibs -n -X /usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-3/
override_dh_install:
rm -rf debian/thunar-vcs-plugin/usr/lib/$(DEB_HOST_MULTIARCH)/thunarx-3/*.la
dh_install --fail-missing
override_dh_missing:
dh_missing --fail-missing
%:
dh $@