[DRE-commits] [ruby-spider] 02/02: Adding current debian/ directory

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Wed Dec 31 12:48:24 UTC 2014


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

eriberto pushed a commit to branch master
in repository ruby-spider.

commit 54e977a2e9d8e293a14228d56a8a0dc1329c6487
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Wed Dec 31 10:47:42 2014 -0200

    Adding current debian/ directory
---
 debian/changelog                  |  6 +--
 debian/compat                     |  2 +-
 debian/control                    | 21 ++++++-----
 debian/copyright                  | 77 ++++++++++++++++++++++++++-------------
 debian/docs                       |  1 +
 debian/require-rubygems.overrides |  1 +
 debian/ruby-spider.docs           |  6 ---
 debian/ruby-tests.rake            |  7 ----
 debian/rules                      | 15 ++------
 debian/tests/control.ex           | 13 -------
 debian/watch                      |  2 +-
 11 files changed, 73 insertions(+), 78 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ba6b118..01b6e25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-spider (0.4.4-1) UNRELEASED; urgency=medium
+ruby-spider (0.4.4-1) experimental; urgency=low
 
-  * Initial release (Closes: #773407)
+  * Initial release. (Closes: #773407)
 
- -- eriberto <eriberto at libra.gabcmt.eb.mil.br>  Wed, 31 Dec 2014 10:44:17 -0200
+ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sun, 28 Sep 2014 01:50:26 -0300
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 33e45f4..cda7289 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,19 @@ Source: ruby-spider
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec, rake
-Standards-Version: 3.9.5
+Uploaders: Joao Eriberto Mota Filho <eriberto at debian.org>
+Build-Depends: debhelper (>= 9), gem2deb, rake
+Standards-Version: 3.9.6
+Homepage: https://github.com/johnnagro/spider
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-spider.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-spider.git;a=summary
-Homepage: http://spider.rubyforge.org/
-Testsuite: autopkgtest
+Vcs-Browser: http://http://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-spider.git
 XS-Ruby-Versions: all
 
 Package: ruby-spider
 Architecture: all
-XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: A Web spidering library
- A Web spidering library: handles robots.txt, scraping, finding more links, and doing it all over again.
+Depends: ${misc:Depends}, ruby | ruby-interpreter
+Description: web spidering library for Ruby
+ spider handles the robots.txt, scraping, collecting and looping so that
+ you can just handle the data.
+ .
+ spider is useful to applications that need gather data from web sites.
diff --git a/debian/copyright b/debian/copyright
index 26d0ecf..f95c272 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,62 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: spider
-Source: FIXME <http://example.com/>
+Source: https://github.com/johnnagro/spider
 
 Files: *
-Copyright: <years> <put author's name and email here>
-           <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2007 Mike Burns <mike at mike-burns.com>
+           2008 John Nagro <john.nagro at gmail.com>
+License: BSD-3-Clause
+
+Files: lib/spider/robot_rules.rb
+Copyright: 2006 Gray Productions, by James Edward Gray II <james grayproductions.net>
+License: MIT
+Comment: see about the licensing of this file at
+         https://github.com/eribertomota/robot_rules.rb/blob/master/README.md
 
 Files: debian/*
-Copyright: 2014  <>
-License: GPL-2+ (FIXME)
-Comment: the Debian packaging is licensed under the same terms as the original package.
+Copyright: 2014 Joao Eriberto Mota Filho <eriberto at debian.org>
+License: BSD-3-Clause
 
-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: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
  .
- 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.
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 
+ A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE HOLDERS OR
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+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:
  .
- 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
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
  .
- 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.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/require-rubygems.overrides b/debian/require-rubygems.overrides
new file mode 100644
index 0000000..61d1b4b
--- /dev/null
+++ b/debian/require-rubygems.overrides
@@ -0,0 +1 @@
+debian/ruby-spider/usr/lib/ruby/vendor_ruby/spider/next_urls_in_sqs.rb
diff --git a/debian/ruby-spider.docs b/debian/ruby-spider.docs
deleted file mode 100644
index d0b0785..0000000
--- a/debian/ruby-spider.docs
+++ /dev/null
@@ -1,6 +0,0 @@
-# FIXME: doc/ dir found in source. Consider installing the docs.
-# Examples:
-# doc/manual.html
-# doc/site/*
-# FIXME: READMEs found
-# README
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
deleted file mode 100644
index 99987ae..0000000
--- a/debian/ruby-tests.rake
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'rspec/core/rake_task'
-
-RSpec::Core::RakeTask.new(:spec) do |spec|
-  spec.pattern = './spec/*_spec.rb'
-end
-
-task :default => :spec
diff --git a/debian/rules b/debian/rules
index d81794d..d2c1e0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,6 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby2.1 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+#export DH_VERBOSE = 1
 
 %:
-	dh $@ --buildsystem=ruby --with ruby
+	dh $@ --buildsystem=ruby
+
diff --git a/debian/tests/control.ex b/debian/tests/control.ex
deleted file mode 100644
index 429a392..0000000
--- a/debian/tests/control.ex
+++ /dev/null
@@ -1,13 +0,0 @@
-# AUTOGENERATED FILE
-#
-# As of autopkgtest 3.5, Ruby packages that use gem2deb are automatically
-# detected, and if debian/tests/control does not exist the contents below will
-# be assumed (with the exception of gem2deb being filtered out from
-# @builddeps@):
-
-Test-Command: gem2deb-test-runner --autopkgtest 2>&1
-Depends: @, @builddeps@, gem2deb-test-runner
-
-# if you would need to change something to the above, to that and rename this
-# file to `control`. Otherwise, you should probably delete this file
-# (recommended).
diff --git a/debian/watch b/debian/watch
index 7019303..00f4fc8 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/spider .*/spider-(.*).tar.gz
+https://github.com/johnnagro/spider/releases .*/archive/v?(\d\S+)\.tar\.(?:bz2|gz|xz)

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



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