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
=== modified file 'debian/changelog'
--- debian/changelog 2009-10-14 21:58:16 +0000
+++ debian/changelog 2009-12-22 19:30:26 +0000
@@ -1,3 +1,16 @@
1network-manager-openvpn (0.8~rc1-0ubuntu1) lucid; urgency=low
2
3 * upstream release tagged 0.7.997 (NM 0.8~rc1)
4 + 0.7.997
5 - export: implement export and fix a few import/export bugs (LP: #264144)
6 - tls: handle PEM files without an ending newline (rh #507315)
7 - export: implement export for static-key configurations (bgo #573986)
8 * Add logic to map ~rc1 to 0.7.997 tag, as per the main NM branch.
9 * Bump build-deps to require NM 0.8~rc1.
10 * Update Standards-Version to 3.8.3.
11
12 -- Mathieu Trudel <mathieu-tl@ubuntu.com> Tue, 22 Dec 2009 13:55:04 -0500
13
1network-manager-openvpn (0.8~a~git.20091008t123607.7c184a9-0ubuntu1) karmic; urgency=low14network-manager-openvpn (0.8~a~git.20091008t123607.7c184a9-0ubuntu1) karmic; urgency=low
215
3 * new upstream snapshot 2009-10-08 12:36:07 (GMT)16 * new upstream snapshot 2009-10-08 12:36:07 (GMT)
417
=== modified file 'debian/control'
--- debian/control 2009-10-01 11:18:43 +0000
+++ debian/control 2009-12-22 19:30:26 +0000
@@ -5,9 +5,9 @@
5XSBC-Original-Maintainer: Soren Hansen <sh@linux2go.dk>5XSBC-Original-Maintainer: Soren Hansen <sh@linux2go.dk>
6Build-Depends: cdbs,6Build-Depends: cdbs,
7 debhelper (>= 5),7 debhelper (>= 5),
8 network-manager-dev (>= 0.8~a~git.20090930t162132),8 network-manager-dev (>= 0.8~rc1),
9 libnm-util-dev (>= 0.8~a~git.20090930t162132),9 libnm-util-dev (>= 0.8~rc1),
10 libnm-glib-dev (>= 0.8~a~git.20090930t162132),10 libnm-glib-dev (>= 0.8~rc1),
11 automake1.9,11 automake1.9,
12 gnome-common,12 gnome-common,
13 intltool,13 intltool,
@@ -16,7 +16,7 @@
16 patchutils,16 patchutils,
17 quilt,17 quilt,
18 libglade2-dev18 libglade2-dev
19Standards-Version: 3.8.219Standards-Version: 3.8.3
20Vcs-Bzr: http://code.launchpad.net/~network-manager/network-manager/openvpn-ubuntu.head20Vcs-Bzr: http://code.launchpad.net/~network-manager/network-manager/openvpn-ubuntu.head
2121
22Package: network-manager-openvpn22Package: network-manager-openvpn
2323
=== modified file 'debian/rules'
--- debian/rules 2009-09-07 15:32:51 +0000
+++ debian/rules 2009-12-22 19:30:26 +0000
@@ -58,6 +58,9 @@
58 set -e; if echo $(DEB_VERSION) | grep -q -c "git"; \58 set -e; if echo $(DEB_VERSION) | grep -q -c "git"; \
59 then \59 then \
60 git_version=`echo $(DEB_VERSION) | sed -e 's/^.*git\.*\([0-9t]*\)\.\(.*\)-.*$$/\2/g'`; \60 git_version=`echo $(DEB_VERSION) | sed -e 's/^.*git\.*\([0-9t]*\)\.\(.*\)-.*$$/\2/g'`; \
61 elif echo $(DEB_VERSION) | grep -q -c "rc1"; \
62 then \
63 git_version="0.7.997"; \
61 else \64 else \
62 git_version=$(DEB_UPSTREAM_VERSION); \65 git_version=$(DEB_UPSTREAM_VERSION); \
63 fi; \66 fi; \

Subscribers

People subscribed via source and target branches