Skip to content
Commits on Source (11)
mate-utils (1.20.2-3~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
-- Mike Gabriel <sunweaver@debian.org> Wed, 10 Jul 2019 13:18:11 +0200
mate-utils (1.20.2-3) unstable; urgency=medium
* debian/patches:
+ Add 1001_fix-gsearchtool-pt-help-translation.patch.
Fix FTBFS caused by itstool. (Closes: #920408, #922734).
-- Mike Gabriel <sunweaver@debian.org> Sat, 27 Apr 2019 22:06:22 +0200
mate-utils (1.20.2-2) unstable; urgency=medium
* debian/rules:
+ Don't build parallely. It fails. See upstream bug
https://github.com/mate-desktop/mate-utils/issues/211.
(Closes: #919058).
-- Mike Gabriel <sunweaver@debian.org> Mon, 14 Jan 2019 10:55:46 +0100
mate-utils (1.20.2-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Bump Standards-Version: to 4.3.0. No changes needed.
+ White-space clean-up at EOF.
* debian/copyright:
+ Update copyright attributions.
* debian/libmatedict6.symbols:
+ Add Build-Depends-Package: meta data field.
-- Mike Gabriel <sunweaver@debian.org> Wed, 09 Jan 2019 13:26:23 +0100
mate-utils (1.20.1-1~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
......
......@@ -24,7 +24,7 @@ Build-Depends: debhelper (>= 11~),
xsltproc,
yelp-tools,
zlib1g-dev,
Standards-Version: 4.1.4
Standards-Version: 4.3.0
Homepage: http://www.mate-desktop.org/
Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-utils
Vcs-Git: https://salsa.debian.org/debian-mate-team/mate-utils.git
......@@ -91,4 +91,3 @@ Description: MATE desktop utilities (matedict development files)
dictionary is included in the MATE utilities bundle.
.
This package provides the development files of the MATE dictionary library.
......@@ -464,8 +464,12 @@ Files: .tx/config
README
THANKS
configure.ac
makepot
autogen.sh
makepot
mate-dictionary.pot
mate-disk-usage-analyzer.pot
mate-search-tool.pot
mate-system-log.pot
Copyright: *No copyright*
License: GPL-2+ or LGPL-2.1+
Comment:
......
libmatedict.so.6 libmatedict6 #MINVER#
* Build-Depends-Package: libmatedict-dev
DBType@Base 1.8.0
StratType@Base 1.8.0
_gdict_database_new@Base 1.8.0
......
--- a/gsearchtool/help/pt/pt.po
+++ b/gsearchtool/help/pt/pt.po
@@ -201,6 +201,7 @@
#. (itstool) path: authorgroup/author
#: C/index.docbook:73
+#, fuzzy
msgid ""
"<firstname>Dennis</firstname> <surname>Cranston</surname> <affiliation> "
"<orgname>Search for Files Maintainer</orgname> <_:address-1/> </affiliation>"
1001_fix-gsearchtool-pt-help-translation.patch
#!/usr/bin/make -f
DHFLAGS=--parallel
DHFLAGS=--no-parallel
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
DPKG_EXPORT_BUILDFLAGS = 1
......