Ignore:
Timestamp:
01/16/11 01:41:43 (2 years ago)
Author:
alanbach-guest
Message:
  • New upstream stable version
    • sync'd with Debian 4.84-1
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pkg/raul/main/bluez/trunk/debian/rules

    r6781 r7152  
    1212                             --enable-alsa \ 
    1313                             --enable-usb \ 
    14                              --enable-netlink \ 
    1514                             --enable-tools \ 
    1615                             --enable-test \ 
     
    3231DEB_DESTDIR := $(CURDIR)/debian/tmp 
    3332 
     33TEST_PROGRAM_LIST = simple-agent simple-service test-adapter test-audio test-device \ 
     34               test-discovery test-input test-manager test-network test-serial \ 
     35               test-service test-telephony  
     36 
    3437#install/bluetooth:: 
    35         #install -D -m 0644 $(CURDIR)/debian/bluetooth.override $(CURDIR)/debian/bluetooth/usr/share/lintian/overrides/bluetooth 
     38        #install -D -m 0644 $(CURDIR)/debian/bluetooth.override \ 
     39                $(CURDIR)/debian/bluetooth/usr/share/lintian/overrides/bluetooth 
    3640 
    3741install/bluez:: 
    3842        # conf files 
    39         install -D -m 0644 $(CURDIR)/input/input.conf $(CURDIR)/debian/bluez/etc/bluetooth/input.conf 
    40         install -D -m 0644 $(CURDIR)/audio/audio.conf $(CURDIR)/debian/bluez/etc/bluetooth/audio.conf 
    41         install -D -m 0644 $(CURDIR)/network/network.conf $(CURDIR)/debian/bluez/etc/bluetooth/network.conf 
    42         install -D -m 0644 $(CURDIR)/serial/serial.conf $(CURDIR)/debian/bluez/etc/bluetooth/serial.conf 
     43        install -D -m 0644 $(CURDIR)/input/input.conf \ 
     44                $(CURDIR)/debian/bluez/etc/bluetooth/input.conf 
     45        install -D -m 0644 $(CURDIR)/audio/audio.conf \ 
     46                $(CURDIR)/debian/bluez/etc/bluetooth/audio.conf 
     47        install -D -m 0644 $(CURDIR)/network/network.conf \ 
     48                $(CURDIR)/debian/bluez/etc/bluetooth/network.conf 
     49        install -D -m 0644 $(CURDIR)/serial/serial.conf \ 
     50                $(CURDIR)/debian/bluez/etc/bluetooth/serial.conf 
    4351         
    4452        # udev rules, actually upstream version is changed with 
    45         # sed -i 's@RUN+="/usr/sbin/hid2hci@RUN+="/lib/udev/bluez@' scripts/bluetooth-hid2hci.rules 
     53        # sed -i 's@RUN+="/usr/sbin/hid2hci@RUN+="/lib/udev/bluez@' 
     54        #       scripts/bluetooth-hid2hci.rules 
    4655        # and the diff is in debian/patches/010_udev_rules_agent.patch 
    47         install -D -m 0644 $(CURDIR)/scripts/bluetooth-hid2hci.rules $(CURDIR)/debian/bluez/lib/udev/rules.d/62-bluez-hid2hci.rules 
    48         install -D -m 0755 $(CURDIR)/debian/bluez_agent.udev $(CURDIR)/debian/bluez/lib/udev/bluez 
     56        install -D -m 0644 $(CURDIR)/scripts/bluetooth-hid2hci.rules \ 
     57                $(CURDIR)/debian/bluez/lib/udev/rules.d/62-bluez-hid2hci.rules 
     58        install -D -m 0755 $(CURDIR)/debian/bluez_agent.udev \ 
     59                $(CURDIR)/debian/bluez/lib/udev/bluez 
    4960 
    5061        # misc 
    51         install -D -m 0755 $(CURDIR)/test/agent $(CURDIR)/debian/bluez/usr/bin/bluetooth-agent 
    52         install -D -m 0644 $(CURDIR)/debian/README.examples $(CURDIR)/debian/bluez/usr/share/doc/bluez/examples/README 
     62        install -D -m 0755 $(CURDIR)/test/agent \ 
     63                $(CURDIR)/debian/bluez/usr/bin/bluetooth-agent 
     64        for d in $(TEST_PROGRAM_LIST) ; do \ 
     65                install -D -m 0755 $(CURDIR)/test/$$d \ 
     66                        $(CURDIR)/debian/bluez/usr/bin/bluez-$$d ; \ 
     67        done 
     68 
     69        install -D -m 0644 $(CURDIR)/debian/README.examples \ 
     70                $(CURDIR)/debian/bluez/usr/share/doc/bluez/examples/README 
    5371 
    5472#install/bluez-utils:: 
    55         #install -D -m 0644 $(CURDIR)/debian/bluez-utils.override $(CURDIR)/debian/bluez-utils/usr/share/lintian/overrides/bluez-utils 
     73        #install -D -m 0644 $(CURDIR)/debian/bluez-utils.override \ 
     74        #       $(CURDIR)/debian/bluez-utils/usr/share/lintian/overrides/bluez-utils 
    5675 
    5776install/bluez-alsa:: 
    58         install -D -m 0644 $(CURDIR)/audio/bluetooth.conf $(CURDIR)/debian/bluez-alsa/usr/share/alsa/bluetooth.conf 
     77        install -D -m 0644 $(CURDIR)/audio/bluetooth.conf \ 
     78                $(CURDIR)/debian/bluez-alsa/usr/share/alsa/bluetooth.conf 
    5979 
    6080install/bluez-pcmcia-support:: 
    61         cp -f $(CURDIR)/scripts/bluetooth-serial.rules $(CURDIR)/debian/bluez-pcmcia-support.udev 
     81        cp -f $(CURDIR)/scripts/bluetooth-serial.rules \ 
     82                $(CURDIR)/debian/bluez-pcmcia-support.udev 
    6283 
    6384binary-install/bluez-compat:: 
    6485        for d in pand dund hidd; do \ 
    65                 mv -v $(CURDIR)/debian/bluez/usr/bin/$$d $(CURDIR)/debian/bluez-compat/usr/bin/;\ 
    66                 mv -v $(CURDIR)/debian/bluez/usr/share/man/man1/$$d* $(CURDIR)/debian/bluez-compat/usr/share/man/man1/;\ 
     86                mv -v $(CURDIR)/debian/bluez/usr/bin/$$d \ 
     87                        $(CURDIR)/debian/bluez-compat/usr/bin/;\ 
     88                mv -v $(CURDIR)/debian/bluez/usr/share/man/man1/$$d* \ 
     89                        $(CURDIR)/debian/bluez-compat/usr/share/man/man1/;\ 
    6790        done 
    6891 
    6992binary-install/bluez-gstreamer:: 
    70         LD_LIBRARY_PATH="$(CURDIR)/debian/tmp/usr/lib:$(LD_LIBRARY_PATH)" dh_gstscancodecs -pbluez-gstreamer 
     93        LD_LIBRARY_PATH="$(CURDIR)/debian/tmp/usr/lib:$(LD_LIBRARY_PATH)" \ 
     94                dh_gstscancodecs -pbluez-gstreamer 
    7195 
    7296binary-install/bluez:: 
    73         install -D -m 0644 $(CURDIR)/debian/bluetooth-dbus.conf $(CURDIR)/debian/bluez/etc/dbus-1/system.d/bluetooth.conf 
     97        install -D -m 0644 $(CURDIR)/debian/bluetooth-dbus.conf \ 
     98                 $(CURDIR)/debian/bluez/etc/dbus-1/system.d/bluetooth.conf 
    7499 
    75100binary-install/bluez-pcmcia-support:: 
Note: See TracChangeset for help on using the changeset viewer.