[DRE-commits] [ruby-loofah] 02/10: update some files

Cédric Boutillier boutil at moszumanska.debian.org
Fri Apr 24 15:12:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-loofah.

commit 1096b645e55a6ff04ad2b3bb1ac456b8d9770c53
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Apr 24 16:26:20 2015 +0200

    update some files
---
 debian/changelog |  4 ++--
 debian/control   | 12 ++++--------
 debian/copyright | 45 +++++++++++++++++++++------------------------
 3 files changed, 27 insertions(+), 34 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5700301..7c5ce76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
 ruby-loofah (2.0.1-1) UNRELEASED; urgency=medium
 
-  * Initial release (Closes: #nnnn)
+  * Initial release
 
- -- Cedric Boutillier <boutil at losange.losange.org>  Fri, 24 Apr 2015 13:42:36 +0200
+ -- Cédric Boutillier <boutil at debian.org>  Fri, 24 Apr 2015 13:42:36 +0200
diff --git a/debian/control b/debian/control
index 813d33d..16637ff 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: ruby-loofah
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
+Uploaders: Cédric Boutillier <boutil at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-loofah.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-loofah.git;a=summary
 Homepage: https://github.com/flavorjones/loofah
-Testsuite: autopkgtest
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-loofah
@@ -16,7 +16,7 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 # nokogiri (>= 1.5.9), rdoc (~> 4.0, development), rake (>= 0.8, development), minitest (~> 2.2, development), rr (~> 1.1.0, development), json (>= 0, development), hoe-gemspec (>= 0, development), hoe-debugging (>= 0, development), hoe-bundler (>= 0, development), hoe-git (>= 0, development), hoe (~> 3.11, development)
-Description: Loofah is a general library for manipulating and transforming HTML/XML documents and fragments
+Description: manipulation and transformation of HTML/XML documents and fragments
  Loofah is a general library for manipulating and transforming HTML/XML
  documents and fragments. It's built on top of Nokogiri and libxml2, so
  it's fast and has a nice API.
@@ -25,7 +25,3 @@ Description: Loofah is a general library for manipulating and transforming HTML/
  nice HTML sanitizers, which are based on HTML5lib's whitelist, so it
  most likely won't make your codes less secure. (These statements have
  not been evaluated by Netexperts.)
- .
- ActiveRecord extensions for sanitization are available in the
- `loofah-activerecord` gem (see
- https://github.com/flavorjones/loofah-activerecord).
diff --git a/debian/copyright b/debian/copyright
index 0cddbf1..226736c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,33 +3,30 @@ Upstream-Name: loofah
 Source: FIXME <http://example.com/>
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2009-2014 Mike Dalessio <mike.dalessio at gmail.com>
+           2009-2014 Bryan Helmkamp <bryan at brynary.com>
+License: Expat
 
 Files: debian/*
-Copyright: 2015  <>
-License: GPL-2+ (FIXME)
+Copyright: 2015 Cédric Boutillier <boutil at debian.org>
+License: Expat
 Comment: the Debian packaging is licensed under the same terms as the original package.
 
-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.
+License: Expat
+ 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 OR COPYRIGHT HOLDERS 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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-loofah.git



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