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

RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-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
Line 
1## Process this file with automake to produce Makefile.in
2
3EXTRA_DIST = changelog compat control copyright copyright.in dhelp doc-base\
4 rules watch survex.install survex.menu\
5 survex-svxedit.install survex-svxedit.menu
6
7MAINTAINERCLEANFILES = control
8
9control: $(srcdir)/Makefile.am $(srcdir)/../configure.in $(srcdir)/../desc.txt $(srcdir)/../desc-svxedit.txt
10        echo Source: survex > control
11        echo Section: science >> control
12        echo Priority: extra >> control
13        echo "Maintainer: Wookey <wookey@survex.com>" >> control
14        echo Standards-Version: 3.7.2 >> control
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.
17        echo 'Build-Depends: debhelper (>= 4.2.13), libx11-dev, libxt-dev, libwxgtk2.4-dev' >> control
18        echo >> control
19        echo 'Package: ${PACKAGE}' >> control
20        echo Architecture: any >> control
21        echo 'Depends: $${misc:Depends}, $${shlibs:Depends}' >> control
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
26        sed 's/^$$/./;s/^/ /' < $(srcdir)/../desc.txt >> control
27        echo ' .' >> control
28        echo ' Homepage: http://www.survex.com/' >> control
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.