~ubuntu-branches/ubuntu/karmic/fltk1.1/karmic

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Aaron M. Ucko
  • Date: 2005-05-22 13:57:06 UTC
  • mfrom: (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050522135706-mchag24yf42lu7bu
Tags: 1.1.6-5
* Revert previous change, which seems to have been ineffective for some
  reason, in favor of commenting out the problematic Makefile rule
  altogether.  (Closes: #310151.)
* debian/control: Go back to specifying the URL as part of the
  description rather than via a non-standard field that doesn't seem to
  have caught on.  (Closes: #310240.)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
include /usr/share/cdbs/1/class/autotools.mk
4
4
include /usr/share/cdbs/1/rules/debhelper.mk
5
5
 
6
 
DEB_CONFIGURE_EXTRA_FLAGS  = --enable-shared --enable-threads --enable-xft --without-links
7
 
DEB_CONFIGURE_SCRIPT_ENV   =
8
6
# The original definition also includes -fno-exceptions, which we
9
7
# might as well punt so that throwing exceptions from callbacks
10
8
# actually works.  We also punt -Wall, which CDBS puts in CFLAGS.
11
 
DEB_MAKE_INVOKE            = make OPTIM="$(CFLAGS) -Wunused -fPIC -D_REENTRANT"
 
9
FLTK_OPTIM="$(CFLAGS) -Wunused -Wconversion -fPIC -D_REENTRANT"
 
10
 
 
11
DEB_CONFIGURE_EXTRA_FLAGS  = --enable-shared --enable-threads --enable-xft --without-links
 
12
DEB_CONFIGURE_SCRIPT_ENV   =
 
13
DEB_MAKE_INVOKE            = make OPTIM=$(FLTK_OPTIM)
12
14
DEB_MAKE_CHECK_TARGET      =
13
 
DEB_MAKE_INSTALL_TARGET    = install prefix=$(DEB_DESTDIR)$(DEB_CONFIGURE_PREFIX)
14
15
DEB_INSTALL_CHANGELOGS_ALL = CHANGES
15
16
DEB_INSTALL_DOCS_ALL       = CREDITS README
16
17
DEB_DH_MAKESHLIBS_ARGS     = -V
17
18
DEB_DH_SHLIBDEPS_ARGS      = -l debian/libfltk1.1c102/usr/lib -Lfltk1.1c102
 
19
DEB_DH_STRIP_ARGS          = --dbg-package=libfltk1.1c102
18
20
 
19
21
clean::
20
22
        rm -rf autom4te.cache