[DRE-commits] [SCM] ruby-patron.git branch, master, updated. upstream/0.4.18-3-g6762181

Praveen Arimbrathodiyil praveen at debian.org
Thu Nov 1 10:10:21 UTC 2012


The following commit has been merged in the master branch:
commit ea663b4d815741cc4957dffc8939609adf1804cb
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Nov 1 15:34:32 2012 +0530

    make package lintian clean
    
    - update ITP in changelog
    - update email address in control and changelog
    - update copyright
    - install docs
    - change test method to ruby-tests.rake
    - add override for missing changelog
    - add override for hardening-no-fortify-functions

diff --git a/debian/changelog b/debian/changelog
index 5d22a7e..f1cba39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-patron (0.4.18-1) UNRELEASED; urgency=low
+ruby-patron (0.4.18-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #691868)
 
- -- Praveen Arimbrathodiyil <pravi at savannah.pnq.redhat.com>  Thu, 01 Nov 2012 15:26:06 +0530
+ -- Praveen Arimbrathodiyil <praveen at debian.org>  Tue, 30 Oct 2012 21:30:02 +0530
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 4fa2b4e..f74f791 100644
--- a/debian/control
+++ b/debian/control
@@ -2,19 +2,23 @@ Source: ruby-patron
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders:  <>
+Uploaders: Praveen Arimbrathodiyil <praveen at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~),
+ libcurl4-gnutls-dev, ruby-rspec, rake
 Standards-Version: 3.9.3
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-patron.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-patron.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-patron.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-patron.git;a=summary
 Homepage: https://github.com/toland/patron
-XS-Ruby-Versions: all
+XS-Ruby-Versions: ruby1.9.1
 
 Package: ruby-patron
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ libcurl3-gnutls
 # bundler (>= 1.0.0, development), rake-compiler (>= 0.7.5, development), rspec (>= 2.3.0, development), rcov (>= 0.9.9, development)
-Description: Patron HTTP Client
- Ruby HTTP client library based on libcurl
+Description: ruby http client based on libcurl
+ It does not try to expose the full "power" (read complexity) of libcurl 
+ but instead tries to provide a sane API while taking advantage of libcurl
+ under the hood.
diff --git a/debian/copyright b/debian/copyright
index a870ddc..885c1d8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,31 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: patron
-Source: FIXME <http://example.com/>
+Source: http://rubygems.org/gems/patron
 
 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: 2008 The Hive http://www.thehive.com/
+License: Expat
 
 Files: debian/*
-Copyright: 2012  <>
-License:
- [LICENSE TEXT]
+Copyright: 2012 Praveen Arimbrathodiyil <praveen at debian.org>
+License: Expat
+
+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:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ 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/ruby-patron.docs b/debian/ruby-patron.docs
index 23a54bd..71dfd5b 100644
--- a/debian/ruby-patron.docs
+++ b/debian/ruby-patron.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.txt
+README.txt
diff --git a/debian/ruby-patron.lintian-overrides b/debian/ruby-patron.lintian-overrides
new file mode 100644
index 0000000..35c7698
--- /dev/null
+++ b/debian/ruby-patron.lintian-overrides
@@ -0,0 +1,5 @@
+# Upstream does not provide a changelog file
+ruby-patron: no-upstream-changelog
+
+# Manually verified CFLAGS and CPPFLAGS in ext/patron/Makefile
+ruby-patron: hardening-no-fortify-functions usr/lib/ruby/vendor_ruby/1.9.1/x86_64-linux/patron/session_ext.so
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..89a753d
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,7 @@
+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/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index eac5ce6..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-# FIXME
-# there's a spec/ or a test/ directory in the upstream source, but
-# no test suite was defined in the Gem specification. It would be
-# a good idea to define it here so the package gets tested at build time.
-# Examples:
-# $: << 'lib' << '.'
-# Dir['{spec,test}/**/*.rb'].each { |f| require f }
-#
-# require 'test/ts_foo.rb'
-#
-# require 'rbconfig'
-# ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
-# exec("#{ruby} -I. test/runtests.rb")

-- 
ruby-patron.git



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