Merge lp:~cyphermox/ubuntu/precise/libnl3/merge-3.0-2 into lp:ubuntu/precise/libnl3

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Merged at revision: 6
Proposed branch: lp:~cyphermox/ubuntu/precise/libnl3/merge-3.0-2
Merge into: lp:ubuntu/precise/libnl3
Diff against target: 72 lines (+21/-4)
4 files modified
debian/changelog (+17/-1)
debian/control (+1/-1)
debian/libnl3.install (+1/-0)
debian/patches/0003-fix-out-of-tree-build.patch (+2/-2)
To merge this branch: bzr merge lp:~cyphermox/ubuntu/precise/libnl3/merge-3.0-2
Reviewer Review Type Date Requested Status
Ubuntu Sponsors Pending
Review via email: mp+84861@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-10-05 13:35:04 +0000
3+++ debian/changelog 2011-12-07 22:46:27 +0000
4@@ -1,3 +1,19 @@
5+libnl3 (3.0-2ubuntu1) UNRELEASED; urgency=low
6+
7+ * Merge with Debian unstable; remaining changes: (LP: #901438)
8+ - debian/patches/lp854719_single_path_fixes.patch: if dealing with a single
9+ nexthop object for a route, apply the destination and interface directly
10+ to the underlying route object.
11+
12+ -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Wed, 07 Dec 2011 16:12:25 -0500
13+
14+libnl3 (3.0-2) unstable; urgency=low
15+
16+ * Acknowledge NMU
17+ * Install config-files to /etc/libnl3 (Closes: #632790)
18+
19+ -- Heiko Stuebner <mmind@debian.org> Mon, 26 Sep 2011 20:27:45 +0200
20+
21 libnl3 (3.0-1.1ubuntu1) oneiric; urgency=low
22
23 * debian/patches/lp854719_single_path_fixes.patch: if dealing with a single
24@@ -15,7 +31,7 @@
25
26 libnl3 (3.0-1.1) unstable; urgency=low
27
28- * Non-maintainer upload with agreement from Heiko Stübner
29+ * Non-maintainer upload with agreement from Heiko Stuebner
30 * Add libnl3-udeb package with seperate build for
31 debian-installer (Closes: #635962).
32
33
34=== modified file 'debian/control'
35--- debian/control 2011-10-05 13:35:04 +0000
36+++ debian/control 2011-12-07 22:46:27 +0000
37@@ -68,4 +68,4 @@
38 The library provides an interface for raw netlink messaging and various
39 netlink family specific interfaces.
40 .
41- This package is a udeb. It's only usefull inside of debian-installer.
42\ No newline at end of file
43+ This package is a udeb. It's only useful inside of debian-installer.
44
45=== modified file 'debian/libnl3.install'
46--- debian/libnl3.install 2011-05-21 19:25:13 +0000
47+++ debian/libnl3.install 2011-12-07 22:46:27 +0000
48@@ -1,1 +1,2 @@
49 debian/tmp/usr/lib/libnl*.so.*
50+debian/tmp/etc/libnl/* etc/libnl3
51
52=== modified file 'debian/patches/0003-fix-out-of-tree-build.patch'
53--- debian/patches/0003-fix-out-of-tree-build.patch 2011-07-29 23:25:48 +0000
54+++ debian/patches/0003-fix-out-of-tree-build.patch 2011-12-07 22:46:27 +0000
55@@ -19,7 +19,7 @@
56 # -*- Makefile -*-
57
58 -AM_CPPFLAGS = -Wall -I${top_srcdir}/include -I${top_builddir}/include -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)/libnl\"
59-+AM_CPPFLAGS = -Wall -I${top_srcdir}/include -I${top_builddir}/include -I${builddir}/route -I${builddir}/route/cls -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)/libnl\"
60++AM_CPPFLAGS = -Wall -I${top_srcdir}/include -I${top_builddir}/include -I${builddir}/route -I${builddir}/route/cls -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)/libnl3\"
61 AM_LDFLAGS = -version-info 3:0:0
62
63 lib_LTLIBRARIES = \
64@@ -30,7 +30,7 @@
65 top_builddir = @top_builddir@
66 top_srcdir = @top_srcdir@
67 -AM_CPPFLAGS = -Wall -I${top_srcdir}/include -I${top_builddir}/include -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)/libnl\"
68-+AM_CPPFLAGS = -Wall -I${top_srcdir}/include -I${top_builddir}/include -I${builddir}/route -I${builddir}/route/cls -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)/libnl\"
69++AM_CPPFLAGS = -Wall -I${top_srcdir}/include -I${top_builddir}/include -I${builddir}/route -I${builddir}/route/cls -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)/libnl3\"
70 AM_LDFLAGS = -version-info 3:0:0
71 lib_LTLIBRARIES = \
72 libnl.la libnl-genl.la libnl-route.la libnl-nf.la

Subscribers

People subscribed via source and target branches