~ubuntu-branches/ubuntu/hoary/eterm/hoary

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Laurence J. Lane
  • Date: 2004-05-04 09:30:14 UTC
  • Revision ID: james.westby@ubuntu.com-20040504093014-1028s5aqsnrhh2gu
Tags: 0.9.2-8
src/startup.c: disable use of ~/user.cfg, patch provdided by Michael
Jennings. Thanks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/make -f
 
2
 
 
3
include /usr/share/cdbs/1/rules/debhelper.mk
 
4
include /usr/share/cdbs/1/class/autotools.mk
 
5
 
 
6
DEB_DH_SHLIBDEPS_ARGS = -L libEterm -l debian/tmp/usr/lib/
 
7
DEB_DESTDIR = $(CURDIR)/debian/tmp
 
8
DEB_CONFIGURE_EXTRA_FLAGS = \
 
9
        --enable-xim \
 
10
        --with-backspace=del \
 
11
        --with-delete=execute \
 
12
        --enable-share=yes \
 
13
        --enable-static=no \
 
14
        --enable-mmx=no \
 
15
        --enable-multi-charset=unicode \
 
16
        --enable-escreen \
 
17
        --with-pty-group=tty