~ubuntu-branches/ubuntu/trusty/libusbx/trusty

« back to all changes in this revision

Viewing changes to msvc/libusb_sources

  • Committer: Package Import Robot
  • Author(s): Aurelien Jarno
  • Date: 2013-07-12 19:49:06 UTC
  • mfrom: (1.1.3)
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: package-import@ubuntu.com-20130712194906-4l816fbge4ky7b2e
* New upstream version, last one from the libusbx, the next one will
  be called libusb again.
  - Build depends on libudev-dev.
  - Update symbol files.
* Bump Standards-Version to 3.9.4 (no changes).
* Move documentation to a -doc package.
* Set the -dev package as Multiarch: same.
* Support parallel building.
* Compress the .deb files with xz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
SOURCES=..\core.c \
30
30
        ..\descriptor.c \
31
31
        ..\io.c \
 
32
        ..\strerror.c \
32
33
        ..\sync.c \
 
34
        ..\hotplug.c \
33
35
        threads_windows.c \
34
36
        poll_windows.c \
35
37
        windows_usb.c \