README.rdoc in buildrdeb-0.0.3 vs README.rdoc in buildrdeb-1.0.0

- old
+ new

@@ -4,19 +4,22 @@ See the official Buildr site: http://buildr.apache.org == Install buildrdeb -* See the github instructions on how to setup to install their gems: http://gems.github.com -* For the impatient: - * gem sources -a http://gems.github.com - * sudo gem install intalio-buildrdeb +* gem install buildrdeb -== Documentation +== Manual -See http://oss.intalio.com/buildrdeb +define "foo" do + + package(:deb).enhance do |deb| + deb.control = _("config/control") + deb.preinst = _("config/preinst") + deb.include(_("target/myfolder")) + end -http://intalio.github.com/buildrdeb is the cutting edge documentation if you work against the trunk. +end == License Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this