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

« back to all changes in this revision

Viewing changes to debian/libfltk1.1-dev.config

  • 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:
1
1
#!/bin/sh -e
2
2
. /usr/share/debconf/confmodule
3
3
 
 
4
# Inspect the filesystem only when reconfiguring.
 
5
if [ -f /usr/include/FL/Fl_Preferences.H ]  &&  [ "$1" = reconfigure ]; then
 
6
    if [ -L /usr/include/FL/Fl_Preferences.h ]; then
 
7
        links_present=true
 
8
    else
 
9
        links_present=false
 
10
    fi
 
11
    db_set libfltk1.1-dev/header-links $links_present
 
12
fi
 
13
 
4
14
db_input medium libfltk1.1-dev/header-links || true
5
15
db_go