diff --git a/debian/changelog b/debian/changelog index efdc9c4..6fe0ca4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -golang-github-svent-nbreader (0~20150201-1) unstable; urgency=low +golang-github-svent-go-nbreader (0~20150201-1) unstable; urgency=low * Initial release. Closes: #829572 diff --git a/debian/control b/debian/control index 2bfbfaf..b053bde 100644 --- a/debian/control +++ b/debian/control @@ -20,7 +20,7 @@ Built-Using: ${misc:Built-Using} Description: non-blocking io.Reader for go go-nbreader provides a non-blocking io.Reader for go (golang). It - allows to specify two timeouts: + allows one to specify two timeouts: . * Timeout: Read() returns after the specified timeout, even if no data has been read.