source: git/debian/Makefile.am @ 73bf394

RELEASE/1.1RELEASE/1.2debug-cidebug-ci-sanitisersstereowalls-data
Last change on this file since 73bf394 was 73bf394, checked in by Olly Betts <olly@…>, 14 years ago

Update EXTRA_DIST

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

  • Property mode set to 100644
File size: 1.5 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-svxedit.install
5
6MAINTAINERCLEANFILES = control
7
8control: $(srcdir)/Makefile.am $(srcdir)/../configure.in $(srcdir)/../desc.txt $(srcdir)/../desc-svxedit.txt
9        echo Source: survex > control
10        echo Section: science >> control
11        echo Priority: extra >> control
12        echo "Maintainer: Wookey <wookey@survex.com>" >> control
13        echo Standards-Version: 3.7.2 >> control
14        : # Need debhelper >= 4.2.13 for misc:Depends
15        : # Don't move to compat level 5 yet - debian sarge only has 4.2.32.
16        echo 'Build-Depends: debhelper (>= 4.2.13), libx11-dev, libxt-dev, libwxgtk2.4-dev' >> control
17        echo >> control
18        echo 'Package: ${PACKAGE}' >> control
19        echo Architecture: any >> control
20        echo 'Depends: $${misc:Depends}, $${shlibs:Depends}' >> control
21        echo 'Conflicts: survex-aven (<< 1.1.1)' >> control
22        echo 'Replaces: survex-aven (<< 1.1.1)' >> control
23        echo 'Suggests: survex-svxedit (= ${VERSION})' >> control
24        echo 'Description: Cave surveying and mapping software' >> control
25        sed 's/^$$/./;s/^/ /' < $(srcdir)/../desc.txt >> control
26        echo ' .' >> control
27        echo ' Homepage: http://www.survex.com/' >> control
28        echo >> control
29        echo Package: survex-svxedit >> control
30        echo Architecture: all >> control
31        echo 'Depends: tk8.4|wish, bwidget' >> control
32        echo 'Recommends: survex (= ${VERSION})' >> control
33        echo Description: survey data editor for Survex >> control
34        sed 's/^$$/./;s/^/ /' < $(srcdir)/../desc-svxedit.txt >> control
Note: See TracBrowser for help on using the repository browser.