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

Upgrade goenv to 0.0.6 #88

Merged
merged 2 commits into from
Jan 26, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def populate(self):
out = p.communicate()[0]
# See https://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version for details
# of the version field
matches = re.search(r"^Source: (.+)\nVersion: (?:\d+:)?([A-Za-s0-9.+:~-]*?)(?:-[^-\n]+)?\n", out)
matches = re.search(r"^Source: (.+)\nVersion: (?:\d+:)?([A-Za-z0-9.+:~-]*?)(?:-[^-\n]+)?\n", out)

self.source = matches.group(1)
self.version = matches.group(2)
Expand Down
7 changes: 7 additions & 0 deletions pkg/goenv/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
goenv (0.0.6-alext-1~ppa1) trusty; urgency=medium

* New upstream version 0.0.6
* Switch to alext fork

-- Alex Tomlins <[email protected]> Fri, 23 Jan 2015 15:36:32 +0000

goenv (0.0.5-1~ppa2) precise; urgency=low

* Add fix for goenv install with newer versions (1.3.1+)
Expand Down
2 changes: 1 addition & 1 deletion pkg/goenv/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Priority: optional
Maintainer: Alex Tomlins <[email protected]>
Build-Depends: debhelper (>= 7.0.50)
Standards-Version: 3.9.3
Homepage: https://github.com/wfarr/goenv
Homepage: https://github.com/alext/goenv

Package: goenv
Architecture: all
Expand Down
28 changes: 0 additions & 28 deletions pkg/goenv/debian/patches/fix_install.diff

This file was deleted.

1 change: 0 additions & 1 deletion pkg/goenv/debian/patches/series

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/goenv/srcurl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/wfarr/goenv/archive/0.0.5.tar.gz
https://github.com/alext/goenv/archive/v0.0.6.tar.gz