source: git/debian/Makefile.am @ 08b4401

RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersfaster-cavernlogstereowalls-datawalls-data-hanging-as-warning
Last change on this file since 08b4401 was 272e4af, checked in by Olly Betts <olly@…>, 18 years ago

Updated to reflect that we now install .desktop files and pixmaps as
part of the upstream installation procedure.

git-svn-id: file:///home/survex-svn/survex/branches/survex-1_1@3251 4b37db11-9a0c-4f06-9ece-9ab7cdaee568

  • Property mode set to 100644
File size: 1.6 KB
RevLine 
[01391e2]1## Process this file with automake to produce Makefile.in
2
[a061c14a]3EXTRA_DIST = changelog compat control copyright copyright.in dhelp doc-base\
[272e4af]4 rules watch survex.install survex.menu\
5 survex-svxedit.install survex-svxedit.menu
[5636835]6
[ac91fb6]7MAINTAINERCLEANFILES = control
[3892305]8
[34c131f]9control: $(srcdir)/Makefile.am $(srcdir)/../configure.in $(srcdir)/../desc.txt $(srcdir)/../desc-svxedit.txt
[efe9fb4]10        echo Source: survex > control
[b462168]11        echo Section: science >> control
12        echo Priority: extra >> control
[5636835]13        echo "Maintainer: Wookey <wookey@survex.com>" >> control
[30f0342]14        echo Standards-Version: 3.7.2 >> control
[e5fa015]15        : # Need debhelper >= 4.2.13 for misc:Depends
16        : # Don't move to compat level 5 yet - debian sarge only has 4.2.32.
[a061c14a]17        echo 'Build-Depends: debhelper (>= 4.2.13), libx11-dev, libxt-dev, libwxgtk2.4-dev' >> control
[5636835]18        echo >> control
[577f05b]19        echo 'Package: ${PACKAGE}' >> control
[5636835]20        echo Architecture: any >> control
[a061c14a]21        echo 'Depends: $${misc:Depends}, $${shlibs:Depends}' >> control
[34c131f]22        echo 'Conflicts: survex-aven (<< 1.1.1)' >> control
23        echo 'Replaces: survex-aven (<< 1.1.1)' >> control
24        echo 'Suggests: survex-svxedit (= ${VERSION})' >> control
25        echo 'Description: Cave surveying and mapping software' >> control
[b462168]26        sed 's/^$$/./;s/^/ /' < $(srcdir)/../desc.txt >> control
[efb9e32]27        echo ' .' >> control
28        echo ' Homepage: http://www.survex.com/' >> control
[34c131f]29        echo >> control
30        echo Package: survex-svxedit >> control
31        echo Architecture: all >> control
32        echo 'Depends: tk8.4|wish, bwidget' >> control
33        echo 'Recommends: survex (= ${VERSION})' >> control
34        echo Description: survey data editor for Survex >> control
35        sed 's/^$$/./;s/^/ /' < $(srcdir)/../desc-svxedit.txt >> control
Note: See TracBrowser for help on using the repository browser.