~ubuntu-branches/ubuntu/precise/libmtp/precise-updates

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-04-03 08:45:30 UTC
  • mfrom: (0.2.6)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: package-import@ubuntu.com-20120403084530-4pzddlb80jviafad
* New upstream bugfix release:
  - Soname libmtp.so.9.0.3 - binary compatible.
  - Probably nailed the bugs in the Samsung Galaxy Tab S2 family
    of devices. Ignacio Martinez helped us fixing this!
  - Build fixes by Alessio Treglia and others.
  - A horde of new devices in the database.
* Remove patches applied upstream:
  - 0001-broken_object_info.patch
  - 0002-devicedb_updates.patch
  - 2001-pkgconfig_requires.patch
* Refresh 1001-kfreebsd_hurd_ftbfs.patch.
* Refresh symbols file.
* Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
LIBTOOL = @LIBTOOL@
154
154
LIBUSB_CFLAGS = @LIBUSB_CFLAGS@
155
155
LIBUSB_LIBS = @LIBUSB_LIBS@
 
156
LIBUSB_REQUIRES = @LIBUSB_REQUIRES@
156
157
LIPO = @LIPO@
157
158
LN_S = @LN_S@
158
159
LTLIBICONV = @LTLIBICONV@
275
276
# ---------------------------------------------------------------------------
276
277
CURRENT = 9
277
278
AGE = 0
278
 
REVISION = 2
 
279
REVISION = 3
279
280
SOVERSION = $(CURRENT):$(REVISION):$(AGE)
280
281
LT_CURRENT_MINUS_AGE = `expr $(CURRENT) - $(AGE)`
281
282
@COMPILE_MINGW32_TRUE@W32_LIBS = -lws2_32