[DRE-commits] [SCM] ruby-whitewash.git branch, master, updated. upstream/1.0-3-gf692652

Dmitry Borodaenko angdraug at debian.org
Wed Sep 14 15:24:57 UTC 2011


The following commit has been merged in the master branch:
commit b09650f78c991eff1316e4ff849316153bb3533f
Author: Dmitry Borodaenko <angdraug at debian.org>
Date:   Wed Sep 14 18:04:24 2011 +0300

    first Debian build based on gem2deb and an old ITP

diff --git a/debian/changelog b/debian/changelog
index c7843db..5bc9afe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-whitewash (1.0-1) UNRELEASED; urgency=low
+ruby-whitewash (1.0-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release. Closes: #573967 (ITP).
 
  -- Dmitry Borodaenko <angdraug at debian.org>  Wed, 14 Sep 2011 17:23:05 +0300
diff --git a/debian/control b/debian/control
index 75190fa..3f691d8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,14 +6,16 @@ Uploaders: Dmitry Borodaenko <angdraug at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.8~)
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-whitewash.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-whitewash.git;a=summary
-Homepage: FIXME
+Vcs-Git: git://github.com/angdraug/whitewash.git
+Vcs-Browser: https://github.com/angdraug/whitewash
+Homepage: http://samizdat.nongnu.org/
 XS-Ruby-Versions: all
 
 Package: ruby-whitewash
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: FIXME
- <insert long description, indented with spaces>
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, tidy
+Description: Whitelist-based HTML filter for Ruby
+ This module allows Ruby programs to clean up any HTML document or fragment
+ coming from an untrusted source and to remove all dangerous constructs that
+ could be used for cross-site scripting or request forgery.
diff --git a/debian/copyright b/debian/copyright
index 8ae0622..1ddb73f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,20 @@
 Format: http://dep.debian.net/deps/dep5
-Upstream-Name: ruby-whitewash
-Source: FIXME <http://example.com/>
+Upstream-Name: whitewash
+Source: http://samizdat.nongnu.org/
 
 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.
- .
- 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'.
+Copyright: 2002-2009 Dmitry Borodaenko <angdraug at debian.org>
+License: GPL-3+
 
 Files: debian/*
-Copyright: 2011 Dmitry Borodaenko <angdraug at debian.org>
-License:
- [LICENSE TEXT]
+Copyright: 2005-2011 Dmitry Borodaenko <angdraug at debian.org>
+License: GPL-3+
+
+License: GPL-3+
+ The files hereby included are 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 3 of the
+ License, or (at your option) any later version.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 3 can be found in the file `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/ruby-whitewash.docs b/debian/ruby-whitewash.docs
index 0d5eab8..e475c53 100644
--- a/debian/ruby-whitewash.docs
+++ b/debian/ruby-whitewash.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.rdoc
+README.rdoc
diff --git a/debian/ruby-whitewash.install b/debian/ruby-whitewash.install
index fc8f07e..db33fed 100644
--- a/debian/ruby-whitewash.install
+++ b/debian/ruby-whitewash.install
@@ -1,3 +1 @@
-# FIXME: data/ dir found in source. Consider installing it somewhere.
-# Examples:
-# data/* /usr/share/ruby-whitewash/
+data/whitewash/* /usr/share/ruby-whitewash/
diff --git a/debian/watch b/debian/watch
index 1f59ffc..4e80455 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/ruby-whitewash .*/ruby-whitewash-(.*).tar.gz
+http://savannah.nongnu.org/download/samizdat whitewash-([\d\.]*).tar.gz

-- 
ruby-whitewash.git



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