c9s / r3

libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency
http://c9s.github.com/r3/bench.html
MIT License
814 stars 83 forks source link

Debian packaging for r3 #55

Closed Ronmi closed 10 years ago

Ronmi commented 10 years ago

This should work on all dpkg-based distrobutions, including Debian, Ubuntu, Linux Mint and so on. Tested in Debian Jessie and Ubuntu 14.04.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling 5361a52b5824d04346731f4c86e4c626b28a8c6b on Ronmi:debian into 31974a6e9c1dc96c77144cece2946b1515917e69 on c9s:master.

c9s commented 10 years ago

looks great! could you document the dpkg process in readme ? thanks :)

Ronmi commented 10 years ago

Sure. I'll fix it soon.

c9s commented 10 years ago

i merged, you may send me another PR. thanks!

czchen commented 10 years ago

@Ronmi Could you help to rename debian directory to something like dist-debian? The debian directory in upstream directory might cause some problem when putting it into official debian repository.

See https://wiki.debian.org/UpstreamGuide#Initial_Packaging for more information.

Ronmi commented 10 years ago

@czchen Sure, I'm very happy to help package maintainers do things smoothly. Thanks for your information and I'll fix it soon.