Skip to content
Commits on Source (3)
mate-system-monitor (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/rules:
+ Drop override_dh_install target. The appdata.xml file is now installed
to the correct location."
-- Mike Gabriel <sunweaver@debian.org> Wed, 09 Jan 2019 12:16:42 +0100
mate-system-monitor (1.20.1-1) unstable; urgency=medium
* New upstream release.
......
......@@ -50,5 +50,3 @@ Description: Process viewer and system resource monitor for MATE (common files)
resources such as CPU and memory.
.
This package contains the architecture independent files.
......@@ -19,11 +19,6 @@ endif
override_dh_missing:
dh_missing --fail-missing
override_dh_install:
mkdir -p debian/tmp/usr/share/metainfo/
mv debian/tmp/usr/share/appdata/mate-system-monitor.appdata.xml debian/tmp/usr/share/metainfo/
dh_install
override_dh_auto_configure:
# upstream tarball is without configure. autogen.sh will create it
NOCONFIGURE=1 ./autogen.sh
......