# HG changeset patch # User Chris Cannam # Date 1544614175 0 # Node ID a13d89b87c2c8796c676fd453e48dd5f31f9e02c # Parent 067252b1e73246d5fd93db2be3e407a14d4c50eb More deb package bits diff -r 067252b1e732 -r a13d89b87c2c deploy/linux/control --- 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. diff -r 067252b1e732 -r a13d89b87c2c deploy/linux/deploy-deb.sh --- 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