Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Feb 7, 2014
1 parent 3170862 commit 2793f65
Show file tree
Hide file tree
Showing 4 changed files with 71 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Makefile
@@ -1,6 +1,9 @@
VERSION=`./jvgrep -V`

jvgrep: jvgrep.go
go get code.google.com/p/mahonia
go get github.com/daviddengcn/go-colortext
go get github.com/mattn/jvgrep/mmap
go build -x .

package: jvgrep.exe
Expand Down
66 changes: 66 additions & 0 deletions debian/changelog
@@ -1,3 +1,69 @@
jvgrep (3.7-1saucy) saucy; urgency=low

* backport to dist saucy

-- Yasuhiro Matsumoto <mattn@boofy> Fri, 07 Feb 2014 18:26:23 +0900

jvgrep (3.7-1raring) raring; urgency=low

* backport to dist raring

-- Yasuhiro Matsumoto <mattn@boofy> Fri, 07 Feb 2014 18:26:00 +0900

jvgrep (3.7-1quantal) quantal; urgency=low

* backport to dist quantal

-- Yasuhiro Matsumoto <mattn@boofy> Fri, 07 Feb 2014 18:25:39 +0900

jvgrep (3.6-2raring) raring; urgency=low

* backport to dist raring

-- Yasuhiro Matsumoto <mattn@boofy> Fri, 07 Feb 2014 18:23:31 +0900

jvgrep (3.6-2quantal) quantal; urgency=low

* backport to dist quantal

-- Yasuhiro Matsumoto <mattn@boofy> Fri, 07 Feb 2014 18:23:11 +0900

jvgrep (3.6-2precise) precise; urgency=low

* backport to dist precise

-- Yasuhiro Matsumoto <mattn@boofy> Fri, 07 Feb 2014 18:22:50 +0900

jvgrep (3.6-1raring) raring; urgency=low

* backport to dist raring

-- Yasuhiro Matsumoto <mattn@boofy> Fri, 07 Feb 2014 18:20:44 +0900

jvgrep (3.6-1quantal) quantal; urgency=low

* backport to dist quantal

-- Yasuhiro Matsumoto <mattn@boofy> Fri, 07 Feb 2014 18:20:22 +0900

jvgrep (3.6-1precise) precise; urgency=low

* backport to dist precise

-- Yasuhiro Matsumoto <mattn@boofy> Fri, 07 Feb 2014 18:19:52 +0900

jvgrep (3.6-1quantal) quantal; urgency=low

* backport to dist quantal

-- Yasuhiro Matsumoto <mattn@boofy> Fri, 07 Feb 2014 18:19:44 +0900

jvgrep (3.6-1precise) precise; urgency=low

* backport to dist precise

-- Yasuhiro Matsumoto <mattn@boofy> Fri, 07 Feb 2014 18:19:07 +0900

jvgrep (3.6-1raring) raring; urgency=low

* backport to dist raring
Expand Down
2 changes: 1 addition & 1 deletion jvgrep.go
Expand Up @@ -19,7 +19,7 @@ import (
"unicode/utf8"
)

const version = "3.6"
const version = "3.8"

var encodings = []string{
"ascii",
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Expand Up @@ -3,7 +3,7 @@ VERSION=`../jvgrep --help 2>&1 | grep ^Version | sed 's/Version //' 2> /dev/null
AUTHOR='mattn <mattn.jp@gmail.com>'
SERIES=1
PACKAGE=jvgrep
Ubuntus=('precise' 'quantal' 'raring')
Ubuntus=('quantal' 'raring' 'saucy')
LPUSER=mattn
WORKDIR=/tmp/launchpad

Expand Down

0 comments on commit 2793f65

Please sign in to comment.