~ubuntu-branches/ubuntu/raring/wacom-tools/raring

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Timo Aaltonen
  • Date: 2009-03-24 10:06:54 UTC
  • mfrom: (1.12.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090324100654-u7x4rd2ked2gpksz
Tags: 1:0.8.2.2-0ubuntu1
* New upstream release. (LP: #355340)
* Patch 100_allow_eraser.patch dropped, included in this version.
* 100_fedora-fix-build.diff
  - Make the driver to build against xserver 1.6.
* 101_fedora-fix-mapping.diff
  - No button 0 in the server, all offsets have to begin at 1.
* 102_fedora-wcmmaxx.diff
  - Don't assign priv->wcmMaxX/Y back into common->wcmMaxX/Y.
* 103_fedora-hal-setup.diff
  - Add a hal callout program to set up the device.
  (LP: #215689, #356091)
* 104_revert-check.diff
  - Don't check the serial number, it breaks some devices.
* Modify 10-wacom.fdi to include changes from Fedora. Should allow
  hotplugging (built-in) serial tablets. (LP: #337112)
* rules:
  - Run autoreconf on build
  - xserver-xorg-input-wacom includes /usr/lib/hal/hal-setup-wacom
* control:
  - autoreconf: add automake, libtool to build-deps.
  - hal-setup-wacom: add libhal-dev to build-deps.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
config-arch: config-arch-stamp
215
215
config-arch-stamp:
216
216
        dh_testdir
 
217
 
 
218
        cd $(lw_tools) && autoreconf -vfi
 
219
 
217
220
        mkdir -p $(objdir_lw)
218
221
        cd $(objdir_lw) &&                                              \
219
222
                ../configure    --prefix=/usr                           \
246
249
        rm -rf .pc
247
250
        rm -rf $(STAMP_DIR) $(SOURCE_DIR)
248
251
 
 
252
        cd $(lw_tools) && \
 
253
                rm -f Makefile.in src/Makefile.in src/util/Makefile.in \
 
254
                src/xdrv/Makefile.in src/wacomxi/Makefile.in \
 
255
                config.guess config.sub configure depcomp \
 
256
                install-sh ltmain.sh missing INSTALL aclocal.m4
 
257
 
249
258
        # Ensure po files are up to date for the source package.
250
259
        debconf-updatepo
251
260
 
295
304
        dh_install debian/$(package_tools)/usr/lib/xorg/modules usr/lib/xorg
296
305
        $(RM) -r debian/$(package_tools)/usr/lib/xorg
297
306
 
 
307
        # include hal-setup-wacom with the driver
 
308
        dh_install debian/$(package_tools)/usr/libexec/hal-setup-wacom usr/lib/hal
 
309
        $(RM) -r debian/$(package_tools)/usr/libexec
 
310
 
298
311
        chmod 755 debian/check_driver
299
312
        dh_install debian/check_driver  lib/udev
300
313
        dh_installman debian/check_driver.1 linuxwacom/src/wacom.4x