diff options
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a1f7533f..6eff0eac 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ network-manager (1.12.6-0ubuntu3) UNRELEASED; urgency=medium 'state DOWN', so the implementation detail we were checking previously no longer holds. The testsuite does still check that the IPs are removed from the interface, which is logically what we want anyway. (LP: #1805857) + * debian/control: Fix Vcs-Git -- Iain Lane <iain.lane@canonical.com> Wed, 19 Dec 2018 12:23:29 +0000 diff --git a/debian/control b/debian/control index 14fe0a6a..8bd28c51 100644 --- a/debian/control +++ b/debian/control @@ -45,7 +45,7 @@ Build-Depends: debhelper (>= 10.3), python-dbus <!nocheck> Standards-Version: 4.1.5 Rules-Requires-Root: no -Vcs-Git: https://code.launchpad.net/~network-manager/network-manager/+git/ubuntu +Vcs-Git: https://git.launchpad.net/network-manager -b disco Vcs-Browser: https://git.launchpad.net/network-manager?h=disco Homepage: https://wiki.gnome.org/Projects/NetworkManager |