Merge lp:~cyphermox/network-manager/openvpn.lucid into lp:~network-manager/network-manager/openvpn-ubuntu.head

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Merged at revision: not available
Proposed branch: lp:~cyphermox/network-manager/openvpn.lucid
Merge into: lp:~network-manager/network-manager/openvpn-ubuntu.head
Diff against target: 60 lines (+20/-4)
3 files modified
debian/changelog (+13/-0)
debian/control (+4/-4)
debian/rules (+3/-0)
To merge this branch: bzr merge lp:~cyphermox/network-manager/openvpn.lucid
Reviewer Review Type Date Requested Status
Network-manager Pending
Review via email: mp+16498@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 2009-10-14 21:58:16 +0000
3+++ debian/changelog 2009-12-22 19:30:26 +0000
4@@ -1,3 +1,16 @@
5+network-manager-openvpn (0.8~rc1-0ubuntu1) lucid; urgency=low
6+
7+ * upstream release tagged 0.7.997 (NM 0.8~rc1)
8+ + 0.7.997
9+ - export: implement export and fix a few import/export bugs (LP: #264144)
10+ - tls: handle PEM files without an ending newline (rh #507315)
11+ - export: implement export for static-key configurations (bgo #573986)
12+ * Add logic to map ~rc1 to 0.7.997 tag, as per the main NM branch.
13+ * Bump build-deps to require NM 0.8~rc1.
14+ * Update Standards-Version to 3.8.3.
15+
16+ -- Mathieu Trudel <mathieu-tl@ubuntu.com> Tue, 22 Dec 2009 13:55:04 -0500
17+
18 network-manager-openvpn (0.8~a~git.20091008t123607.7c184a9-0ubuntu1) karmic; urgency=low
19
20 * new upstream snapshot 2009-10-08 12:36:07 (GMT)
21
22=== modified file 'debian/control'
23--- debian/control 2009-10-01 11:18:43 +0000
24+++ debian/control 2009-12-22 19:30:26 +0000
25@@ -5,9 +5,9 @@
26 XSBC-Original-Maintainer: Soren Hansen <sh@linux2go.dk>
27 Build-Depends: cdbs,
28 debhelper (>= 5),
29- network-manager-dev (>= 0.8~a~git.20090930t162132),
30- libnm-util-dev (>= 0.8~a~git.20090930t162132),
31- libnm-glib-dev (>= 0.8~a~git.20090930t162132),
32+ network-manager-dev (>= 0.8~rc1),
33+ libnm-util-dev (>= 0.8~rc1),
34+ libnm-glib-dev (>= 0.8~rc1),
35 automake1.9,
36 gnome-common,
37 intltool,
38@@ -16,7 +16,7 @@
39 patchutils,
40 quilt,
41 libglade2-dev
42-Standards-Version: 3.8.2
43+Standards-Version: 3.8.3
44 Vcs-Bzr: http://code.launchpad.net/~network-manager/network-manager/openvpn-ubuntu.head
45
46 Package: network-manager-openvpn
47
48=== modified file 'debian/rules'
49--- debian/rules 2009-09-07 15:32:51 +0000
50+++ debian/rules 2009-12-22 19:30:26 +0000
51@@ -58,6 +58,9 @@
52 set -e; if echo $(DEB_VERSION) | grep -q -c "git"; \
53 then \
54 git_version=`echo $(DEB_VERSION) | sed -e 's/^.*git\.*\([0-9t]*\)\.\(.*\)-.*$$/\2/g'`; \
55+ elif echo $(DEB_VERSION) | grep -q -c "rc1"; \
56+ then \
57+ git_version="0.7.997"; \
58 else \
59 git_version=$(DEB_UPSTREAM_VERSION); \
60 fi; \

Subscribers

People subscribed via source and target branches