Skip to content

Commit

Permalink
Fixed debian packaging.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasff committed Jun 29, 2010
1 parent 06aaf74 commit a46f224
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
OUT=river
OBJS=src/server.o src/socket.o src/river.o src/channel.o src/http-parser/http_parser.o src/thread.o src/http.o src/http_dispatch.o src/dict.o src/json.o src/websocket.o src/files.o src/md5.o src/conf.o
CFLAGS=-O3 -ggdb -Wall -Wextra -Isrc/http-parser
CFLAGS=-O3 -Wall -Wextra -Isrc/http-parser
LDFLAGS=-levent -lpthread

all: $(OUT) Makefile
Expand Down
16 changes: 16 additions & 0 deletions debian.control
@@ -0,0 +1,16 @@
Package: river
Version: 1.0
Section: web
Priority: optional
Architecture: all
Essential: no
Depends:
Pre-Depends:
Recommends:
Suggests:
Installed-Size:
Maintainer: Nicolas Favre-Felix [n.favrefelix@gmail.com]
Conflicts:
Replaces:
Provides: river
Description: Comet server

0 comments on commit a46f224

Please sign in to comment.