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

Rename debian package directory #58

Closed Ronmi closed 10 years ago

Ronmi commented 10 years ago

See https://github.com/c9s/r3/pull/55#issuecomment-45902891 Packaging instructions in README.md are also updated.

coveralls commented 10 years ago

Coverage Status

Coverage remained the same when pulling c103f669a06bd4886d4042cb9c462adec7c61ee0 on Ronmi:debian into 34e779c84a62b65cbbbdafa4d2f0a63e985e80af on c9s:master.

c9s commented 10 years ago

the purpose?

Ronmi commented 10 years ago

According to this article in debian wiki, it's best practice if we do not include a debian directory in the release, so that we won't interfere with debian's own packaging effort. This commit can prevent additional routines when official packagers build/maintain the package, while keeping users free and simple to install bleeding edge version in their debian system.