changeset 709:a13d89b87c2c

More deb package bits
author Chris Cannam
date Wed, 12 Dec 2018 11:29:35 +0000
parents 067252b1e732
children 2d7be0113a85
files deploy/linux/control deploy/linux/deploy-deb.sh
diffstat 2 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/deploy/linux/control	Wed Dec 12 11:19:42 2018 +0000
+++ b/deploy/linux/control	Wed Dec 12 11:29:35 2018 +0000
@@ -4,4 +4,10 @@
 Architecture: ###
 Version: ###
 Depends: ###
+Section: contrib/devel
 Description: A simple user interface for the Mercurial version-control system
+ EasyMercurial is a user interface for the Mercurial distributed
+ version-control system. It shows repository state and history using a
+ visual graph representation, and provides actions that are
+ recognisably close to the command-line workflow for Mercurial.
+ EasyMercurial is intended to be simple to teach and to learn.
--- a/deploy/linux/deploy-deb.sh	Wed Dec 12 11:19:42 2018 +0000
+++ b/deploy/linux/deploy-deb.sh	Wed Dec 12 11:29:35 2018 +0000
@@ -48,6 +48,9 @@
 cp images/icon/128/easyhg-icon.png "$targetdir"/usr/share/pixmaps/
 cp deploy/linux/"$program".desktop "$targetdir"/usr/share/applications/
 cp README.txt "$targetdir"/usr/share/doc/"$program"/
+cp COPYING "$targetdir"/usr/share/doc/"$program"/copyright
+touch "$targetdir"/usr/share/doc/"$program"/changelog.Debian
+gzip "$targetdir"/usr/share/doc/"$program"/changelog.Debian
 
 perl -i -p -e "s/Architecture: .*/Architecture: $arch/" "$targetdir"/DEBIAN/control