~ubuntu-branches/debian/sid/network-manager/sid

« back to all changes in this revision

Viewing changes to src/settings/plugins/ifupdown/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-03 21:32:50 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20111103213250-w49ucjmux3hbwnta
Tags: 0.9.1.95-1
* New upstream release (0.9.2 rc1).
  - Fix connection sharing with newer iptables versions. (Closes: #638995)
  - Fix handling of numeric SSIDs in the keyfile plugin. (Closes: #642912)
* debian/watch: Track .xz tarballs.
* debian/libnm-util2.symbols: Add new symbols for libnm-util.
* debian/patches/04-dont-update-routing-and-dns-for-unmanaged-devices.patch
  - Avoid blowing away existing routes and resolv.conf if NM never managed
    any devices. (Closes: #546893, #624159, #637005, #641904)
* debian/control: Add Build-Depends on libglib2.0-doc for proper
  cross-references in the gtk-doc API documentation.
* Enable default hardening options from dpkg-buildflags.
  - Use buildflags.mk snippet in debian/rules.
  - Add Build-Depends on dpkg-dev (>= 1.6.1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
LIBICONV = @LIBICONV@
263
263
LIBINTL = @LIBINTL@
264
264
LIBM = @LIBM@
 
265
LIBNL1_CFLAGS = @LIBNL1_CFLAGS@
 
266
LIBNL1_LIBS = @LIBNL1_LIBS@
 
267
LIBNL2_CFLAGS = @LIBNL2_CFLAGS@
 
268
LIBNL2_LIBS = @LIBNL2_LIBS@
 
269
LIBNL3_CFLAGS = @LIBNL3_CFLAGS@
 
270
LIBNL3_LIBS = @LIBNL3_LIBS@
265
271
LIBNL_CFLAGS = @LIBNL_CFLAGS@
266
272
LIBNL_LIBS = @LIBNL_LIBS@
 
273
LIBNL_ROUTE3_CFLAGS = @LIBNL_ROUTE3_CFLAGS@
 
274
LIBNL_ROUTE3_LIBS = @LIBNL_ROUTE3_LIBS@
267
275
LIBOBJS = @LIBOBJS@
268
276
LIBS = @LIBS@
269
277
LIBTOOL = @LIBTOOL@