--- webmachine-1.8.1.orig/debian/changelog +++ webmachine-1.8.1/debian/changelog @@ -0,0 +1,5 @@ +webmachine (1.8.1-0ppa1) lucid; urgency=low + + * Initial release. + + -- William Grant Fri, 08 Jul 2011 17:51:32 +1000 --- webmachine-1.8.1.orig/debian/install +++ webmachine-1.8.1/debian/install @@ -0,0 +1,2 @@ +ebin usr/lib/erlang/lib/webmachine/ +include usr/lib/erlang/lib/webmachine/ --- webmachine-1.8.1.orig/debian/control +++ webmachine-1.8.1/debian/control @@ -0,0 +1,20 @@ +Source: webmachine +Section: libs +Priority: optional +Maintainer: William Grant +Build-Depends: debhelper (>= 7.0.50~), quilt, erlang-dev, erlang-eunit, + erlang-tools, erlang-mochiweb +Standards-Version: 3.9.2.0 +Homepage: http://webmachine.basho.com/ + +Package: erlang-webmachine +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, erlang-mochiweb +Description: REST-based system for building web applications in Erlang + Webmachine is not much like the Web frameworks you're used to. You can call + Webmachine a REST toolkit if you like, and we won't argue with you. + . + It is an application layer that adds HTTP semantic awareness on top of the + excellent bit-pushing and HTTP syntax-management provided by mochiweb, and + provides a simple and clean way to connect that to your application's + behavior. --- webmachine-1.8.1.orig/debian/compat +++ webmachine-1.8.1/debian/compat @@ -0,0 +1 @@ +7 --- webmachine-1.8.1.orig/debian/copyright +++ webmachine-1.8.1/debian/copyright @@ -0,0 +1,22 @@ +Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=co +Upstream-Name: Webmachine +Upstream-Contact: http://webmachine.basho.com/ +Source: https://github.com/basho/webmachine + +Files: * +Copyright: 2007-2009 Basho Technologies, 2007 Mochi Media, Inc. +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + . + On Debian systems, the full text of the Apache License version 2 can be + found in the file `/usr/share/common-licenses/Apache-2.0'. --- webmachine-1.8.1.orig/debian/rules +++ webmachine-1.8.1/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --with quilt --- webmachine-1.8.1.orig/debian/README.source +++ webmachine-1.8.1/debian/README.source @@ -0,0 +1,2 @@ +This package uses quilt to manage all modifications to the upstream source. +Please refer to /usr/share/doc/quilt/README.source for more information. --- webmachine-1.8.1.orig/debian/docs +++ webmachine-1.8.1/debian/docs @@ -0,0 +1 @@ +README.org --- webmachine-1.8.1.orig/debian/patches/use-packaged-mochiweb +++ webmachine-1.8.1/debian/patches/use-packaged-mochiweb @@ -0,0 +1,15 @@ +Description: Use packaged erlang-mochiweb rather than getting it from git. + +Index: erlang-webmachine-1.8.1+git20110705/rebar.config +=================================================================== +--- erlang-webmachine-1.8.1+git20110705.orig/rebar.config 2011-07-07 10:19:13.561909974 +1000 ++++ erlang-webmachine-1.8.1+git20110705/rebar.config 2011-07-07 10:19:21.991718172 +1000 +@@ -2,8 +2,3 @@ + {fail_on_warning, true}. + {cover_enabled, true}. + {edoc_opts, [{preprocess, true}]}. +- +-{deps, [ +- {mochiweb, "1.5.1", {git, "git://github.com/mochi/mochiweb", +- {tag, "1.5.1"}}} +- ]}. --- webmachine-1.8.1.orig/debian/patches/series +++ webmachine-1.8.1/debian/patches/series @@ -0,0 +1 @@ +use-packaged-mochiweb