Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 9afd9d3

Browse files
committed
Merge pull request #88 from alphagov/upgrade_goenv
Upgrade goenv to 0.0.6
2 parents be9a6d0 + a8aca30 commit 9afd9d3

File tree

6 files changed

+10
-32
lines changed

6 files changed

+10
-32
lines changed

build_source.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def populate(self):
4040
out = p.communicate()[0]
4141
# See https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version for details
4242
# of the version field
43-
matches = re.search(r"^Source: (.+)\nVersion: (?:\d+:)?([A-Za-s0-9.+:~-]*?)(?:-[^-\n]+)?\n", out)
43+
matches = re.search(r"^Source: (.+)\nVersion: (?:\d+:)?([A-Za-z0-9.+:~-]*?)(?:-[^-\n]+)?\n", out)
4444

4545
self.source = matches.group(1)
4646
self.version = matches.group(2)

pkg/goenv/debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
goenv (0.0.6-alext-1~ppa1) trusty; urgency=medium
2+
3+
* New upstream version 0.0.6
4+
* Switch to alext fork
5+
6+
-- Alex Tomlins <[email protected]> Fri, 23 Jan 2015 15:36:32 +0000
7+
18
goenv (0.0.5-1~ppa2) precise; urgency=low
29

310
* Add fix for goenv install with newer versions (1.3.1+)

pkg/goenv/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Priority: optional
44
Maintainer: Alex Tomlins <[email protected]>
55
Build-Depends: debhelper (>= 7.0.50)
66
Standards-Version: 3.9.3
7-
Homepage: https://github.com/wfarr/goenv
7+
Homepage: https://github.com/alext/goenv
88

99
Package: goenv
1010
Architecture: all

pkg/goenv/debian/patches/fix_install.diff

Lines changed: 0 additions & 28 deletions
This file was deleted.

pkg/goenv/debian/patches/series

Lines changed: 0 additions & 1 deletion
This file was deleted.

pkg/goenv/srcurl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://github.com/wfarr/goenv/archive/0.0.5.tar.gz
1+
https://github.com/alext/goenv/archive/v0.0.6.tar.gz

0 commit comments

Comments
 (0)