Skip to content
Commits on Source (11)
pluma (1.20.4-1~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
-- Mike Gabriel <sunweaver@debian.org> Sat, 02 Feb 2019 03:16:33 +0100
pluma (1.20.4-1) unstable; urgency=medium
* New upstream release.
* debian/control:
+ Bump Standards-Version: to 4.3.0. No changes needed.
* debian/rules:
+ Drop moval of appdata.xml file. It's at the correct location now.
-- Mike Gabriel <sunweaver@debian.org> Wed, 09 Jan 2019 22:10:09 +0100
pluma (1.20.3-1) unstable; urgency=medium
* New upstream release.
- Fix crashes when opening files with BOM at beginning (Closes: #912188).
* debian/copyright:
+ Update copyright attributions.
* debian/control:
+ Bump Standards-Version: to 4.2.1. No changes needed.
+ List gir1.2-pluma-1.0 under D of pluma-dev, too, so lintian becomes
happy.
-- Mike Gabriel <sunweaver@debian.org> Thu, 22 Nov 2018 12:49:35 +0100
pluma (1.20.2-1~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
......
......@@ -23,7 +23,7 @@ Build-Depends: debhelper (>= 11~),
libxml2-dev,
mate-common (>= 1.18),
yelp-tools,
Standards-Version: 4.1.4
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian-mate-team/pluma
Vcs-Git: https://salsa.debian.org/debian-mate-team/pluma.git
Homepage: http://www.mate-desktop.org/
......@@ -87,6 +87,7 @@ Package: pluma-dev
Architecture: any
Section: libdevel
Depends: pluma (= ${binary:Version}),
gir1.2-pluma-1.0 (= ${binary:Version}),
${misc:Depends},
Breaks: mate-text-editor (<< 1.5.0),
Description: official text editor of the MATE desktop environment (development files)
......
......@@ -429,27 +429,105 @@ Comment:
Using license from COPYING file.
Files: help/*.in
help/af/*
help/am/*
help/ar/*
help/as/*
help/ast/*
help/az/*
help/be/*
help/bg/*
help/bn/*
help/bn_IN/*
help/br/*
help/bs/*
help/C/*
help/ca/*
help/ca@valencia/*
help/cmn/*
help/crh/*
help/cs/*
help/cy/*
help/da/*
help/de/*
help/dz/*
help/el/*
help/en_AU/*
help/en_CA/*
help/en_GB/*
help/eo/*
help/es/*
help/es_AR/*
help/es_CO/*
help/et/*
help/eu/*
help/fa/*
help/fi/*
help/fr/*
help/frp/*
help/fur/*
help/ga/*
help/gl/*
help/gu/*
help/he/*
help/hi/*
help/hr/*
help/hu/*
help/hy/*
help/id/*
help/is/*
help/it/*
help/ja/*
help/ka/*
help/kk/*
help/kn/*
help/ko/*
help/ku/*
help/ku_IQ/*
help/ky/*
help/lt/*
help/lv/*
help/mai/*
help/mg/*
help/mk/*
help/ml/*
help/mn/*
help/mr/*
help/ms/*
help/nb/*
help/nds/*
help/ne/*
help/nl/*
help/nn/*
help/oc/*
help/or/*
help/pa/*
help/pl/*
help/pluma.pot
help/ps/*
help/pt/*
help/pt_BR/*
help/ro/*
help/ru/*
help/rw/*
help/si/*
help/sk/*
help/sl/*
help/sq/*
help/sr/*
help/sr@latin/*
help/sv/*
help/ta/*
help/te/*
help/th/*
help/tr/*
help/ug/*
help/uk/*
help/ur/*
help/uz/*
help/vi/*
help/wa/*
help/xh/*
help/zh_CN/*
help/zh_HK/*
help/zh_TW/*
......
......@@ -16,8 +16,6 @@ override_dh_install:
rm -rfv debian/tmp/usr/lib/*/pluma/plugins/*.la
rm -rf debian/tmp/usr/lib/*/pluma/plugins/*/*.pyc
rm -rf debian/tmp/usr/lib/*/pluma/plugins/*/*.pyo
mkdir -p debian/tmp/usr/share/metainfo/
mv debian/tmp/usr/share/appdata/pluma.appdata.xml debian/tmp/usr/share/metainfo/
dh_install
override_dh_auto_configure:
......