Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
debian/rules: Drop moval of appdata.xml file. It's at the correct location now.
· 5234112f
Mike Gabriel
authored
Jan 09, 2019
5234112f
upload to unstable (debian/1.20.4-1)
· 987a6325
Mike Gabriel
authored
Jan 09, 2019
987a6325
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
987a6325
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.
...
...
debian/rules
View file @
987a6325
...
...
@@ -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:
...
...