[DRE-commits] [SCM] ruby-mab.git branch, master, updated. upstream/0.0.1-4-g3ed42f2

Paul van Tilburg paulvt at debian.org
Wed Jan 25 11:53:50 UTC 2012


The following commit has been merged in the master branch:
commit 08346a3df0b25b36301e7b9f91a4426a00ca85e1
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Wed Jan 25 12:47:52 2012 +0100

    Filled in the initial packaging information

diff --git a/debian/changelog b/debian/changelog
index a72b01c..57ba366 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-mab (0.0.1-1) UNRELEASED; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #657291).
 
  -- Paul van Tilburg <paulvt at debian.org>  Wed, 25 Jan 2012 12:33:03 +0100
diff --git a/debian/control b/debian/control
index 058b8d5..ba11be3 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,26 @@ Source: ruby-mab
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <paulvt at debian.org>
+Uploaders: Paul van Tilburg <paulvt at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-mab.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-mab.git;a=summary
-Homepage: FIXME
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-mab.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-mab.git;a=summary
+Homepage: https://github.com/camping/mab
 XS-Ruby-Versions: all
 
 Package: ruby-mab
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rake (>= 0, development), minitest (>= 0, development)
-Description: Markup as Ruby
- <insert long description, indented with spaces>
+Description: a templating engine for writing HTML pages in pure Ruby
+ With Mab, HTML is generated by mapping method calls to HTML elements,
+ object attributes to element classes or HTML IDs and block arguments to
+ the contents of the elements.
+ .
+ This engine is an alternative to ERb which weaves the two languages
+ together.  It is also a replacement for templating languages which use
+ primitive languages that blend with HTML.
+ .
+ Mab is almost fully backward compatible with the Markaby library.
diff --git a/debian/copyright b/debian/copyright
index 08e03c8..78e298f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,43 @@
 Format: http://dep.debian.net/deps/dep5
 Upstream-Name: mab
-Source: FIXME <http://example.com/>
+Source: https://github.com/camping/mab
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
- This program is free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
+Copyright: 2012, Magnus Holm <judofyr at gmail.com>
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
  .
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE.  See the GNU General Public License for more
- details.
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
  .
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
- .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+ THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 Files: debian/*
-Copyright: 2012  <paulvt at debian.org>
-License:
- [LICENSE TEXT]
+Copyright: 2012, Paul van Tilburg <paulvt at debian.org>
+License: GPL-2+
+ This program is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the Free
+ Software Foundation; either version 2 of the License, or (at your option)
+ any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+ for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this package; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..2095eca
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+#README.md
diff --git a/debian/ruby-mab.docs b/debian/ruby-mab.docs
deleted file mode 100644
index d0ab95f..0000000
--- a/debian/ruby-mab.docs
+++ /dev/null
@@ -1 +0,0 @@
-# FIXME: READMEs found

-- 
ruby-mab.git



More information about the Pkg-ruby-extras-commits mailing list