~ubuntu-branches/ubuntu/oneiric/libxss/oneiric

« back to all changes in this revision

Viewing changes to debian/xsfbs/xsfbs.sh

  • Committer: Bazaar Package Importer
  • Author(s): Julien Cristau, Brice Goglin, Julien Cristau
  • Date: 2008-03-21 12:26:06 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20080321122606-uyew95ann2qy8jba
Tags: 1:1.1.3-1
[ Brice Goglin ]
* Add upstream URL to debian/copyright.
* Replace the obsolete ${Source-Version} with ${binary:Version}.

[ Julien Cristau ]
* New upstream release.
* Update debian/copyright from upstream's new COPYING file.
* Remove Branden from Uploaders with his permission, and add myself.
* Don't build-depend on packages with a -1 debian revision.
* Bump Standards-Version to 3.7.3.
* Drop the XS- prefix from Vcs-* control fields.

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