~ubuntu-branches/ubuntu/lucid/xf86-input-evtouch/lucid

« back to all changes in this revision

Viewing changes to make_distrib.sh

  • Committer: Bazaar Package Importer
  • Author(s): Oliver Grawert
  • Date: 2009-01-14 14:04:58 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090114140458-12enid2ra63lasj3
Tags: 0.8.8-0ubuntu1
* New upstream release, packaged by Thomas Jaeger (ThJaeger@gmail.com)
  Thanks a lot for fixing the header issues !! (LP: #312098)
  - fix rotation issues (LP: #222164)
* 20_fix_calibrate_submission_directions.patch, point lshal submission to a
  LP bug instead of pointing people to a subscription only
  mailing list (LP: #307503)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/bash
2
 
DISTRI_FILES=".libs/evtouch_drv.so ev_calibrate empty_cursor.xbm ChangeLog TODO README README.calibration INSTALL calibrate.sh Makefile.am configure.ac"
 
2
DISTRI_FILES=".libs/evtouch_drv.so ev_calibrate empty_cursor.xbm ChangeLog TODO README README.calibration INSTALL calibrate.sh Makefile.am autogen.sh configure.ac 69-touchscreen.rules"
3
3
SRC_DISTRI_FILES="*.[ch] Imakefile make_distrib.sh"
4
4
VERSION=$1
5
5
TGT_DIR="evtouch-$1"