~ubuntu-branches/ubuntu/vivid/libxrender/vivid

« back to all changes in this revision

Viewing changes to debian/xsfbs/xsfbs.sh

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau
  • Date: 2007-09-17 09:57:00 UTC
  • mfrom: (1.1.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20070917095700-ao8x2h5g3ktumt33
Tags: 1:0.9.4-1
* New upstream release.
  + Fix for renderproto 0.9.3, include Xlib.h before render.h in Xrender.h
    (closes: #442824).
* Add myself to Uploaders.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
 
60
60
ARCHITECTURE="$(dpkg --print-installation-architecture)"
61
61
 
62
 
LAPTOP=""
63
 
if [ -n "$(which laptop-detect)" ]; then
64
 
    if laptop-detect >/dev/null; then
65
 
        LAPTOP=true
66
 
    fi
67
 
fi
68
 
 
69
62
if [ "$1" = "reconfigure" ] || [ -n "$DEBCONF_RECONFIGURE" ]; then
70
63
  RECONFIGURE="true"
71
64
else