~ubuntu-branches/ubuntu/utopic/usb-modeswitch/utopic-proposed

« back to all changes in this revision

Viewing changes to .pc/dispatcher-c-rewrite.patch/Makefile

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-02-09 10:43:17 UTC
  • mfrom: (17.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120209104317-xablgk0zrfn0v3wt
Tags: 1.2.3+repack0-1ubuntu1
* Merge with Debian; remaining changes:
  - debian/control: Drop the dependency on tcl and Build-Depends on
    jimsh/libjim (another tcl implementation).
  - debian/control: add libudev-dev and libpipeline-dev to Build-Depends.
  - debian/patches/dispatcher-c-rewrite.patch: rewrite the dispatcher in C,
    to be able to drop the Tcl dependencies.
* debian/patches/dispatcher-c-rewrite.patch: adapt C rewrite patch to take
  in the changes from 1.2.1-1.2.3.
* debian/patches/redirect_dispatcher_output.patch: redirect all dispatcher
  output when called from udev to /dev/null.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
PROG        = usb_modeswitch
2
 
VERS        = 1.2.0
 
2
VERS        = 1.2.3
3
3
CC          = gcc
4
4
CFLAGS      += -Wall
5
5
LIBS        = -l usb
65
65
        install -D --mode=755 usb_modeswitch_dispatcher $(SBINDIR)/usb_modeswitch_dispatcher
66
66
 
67
67
install-binary:
68
 
        install -D --mode=755 usb_modeswitch_dispatcher $(SBINDIR)/usb_modeswitch_dispatcher
 
68
        install -D -s --mode=755 usb_modeswitch_dispatcher $(SBINDIR)/usb_modeswitch_dispatcher
69
69
 
70
70
install: all install-common install-script
71
71