Skip to content

Commit

Permalink
Adding DEBIAN cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris H (CruftMaster) committed May 8, 2015
1 parent 9027ae7 commit ea5ef76
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
Empty file added deb/DEBIAN/conffiles
Empty file.
9 changes: 9 additions & 0 deletions deb/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Package: s3-to-nsq
Version: 1.0.0
Architecture: amd64
Essential: no
Section: Applications
Priority: optional
Maintainer: [email protected]
Installed-Size: 10000
Description: NSQ to S3 ("stream" an NSQ topic to S3)
Empty file added deb/DEBIAN/md5sums
Empty file.
2 changes: 1 addition & 1 deletion handler_abandoned_channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"encoding/hex"
"github.com/bitly/go-nsq"
log "github.com/cihub/seelog"
"time"
"os"
"time"
)

type AbandonedChannelHandler struct {
Expand Down

0 comments on commit ea5ef76

Please sign in to comment.