[DRE-commits] [ruby-actionpack-action-caching] 03/05: upload-quality packaging
Antonio Terceiro
terceiro at moszumanska.debian.org
Fri Aug 29 21:39:29 UTC 2014
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-actionpack-action-caching.
commit 5af01e119927f6ac3f23a84aa20dfb7b71e5df2f
Author: Antonio Terceiro <terceiro at debian.org>
Date: Fri Aug 29 12:36:45 2014 -0700
upload-quality packaging
---
debian/changelog | 4 +--
debian/control | 15 ++++++-----
debian/copyright | 43 +++++++++++++++---------------
debian/ruby-actionpack-action-caching.docs | 3 +--
debian/rules | 11 --------
debian/tests/control | 10 ++-----
6 files changed, 34 insertions(+), 52 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index be0b5cf..7bd8386 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-actionpack-action-caching (1.1.1-1) UNRELEASED; urgency=medium
+ruby-actionpack-action-caching (1.1.1-1) unstable; urgency=medium
- * Initial release (Closes: #nnnn)
+ * Initial release
-- Antonio Terceiro <terceiro at debian.org> Fri, 29 Aug 2014 12:20:06 -0700
diff --git a/debian/control b/debian/control
index 008ec1e..cd1da42 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Antonio Terceiro <terceiro at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.9.0~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.9.0~), ruby-mocha, ruby-activerecord
Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-actionpack-action-caching.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-actionpack-action-caching.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-actionpack-action-caching.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-actionpack-action-caching.git;a=summary
Homepage: https://github.com/rails/actionpack-action_caching
Testsuite: autopkgtest
XS-Ruby-Versions: all
@@ -14,7 +14,8 @@ XS-Ruby-Versions: all
Package: ruby-actionpack-action-caching
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# actionpack (< 5.0, >= 4.0.0), mocha (>= 0, development), activerecord (< 5, >= 4.0.0.beta, development)
-Description: Action caching for Action Pack (removed from core in Rails 4.0)
- Action caching for Action Pack (removed from core in Rails 4.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-actionpack
+Description: action caching for Action Pack
+ This package provides the functionality of caching the results of Rails
+ controller actions, which was removed from the Rails core with the 4.0
+ release series.
diff --git a/debian/copyright b/debian/copyright
index 4b35573..2a61f6f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,33 +3,32 @@ Upstream-Name: actionpack-action_caching
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: 2012 David Heinemeier Hansson
+License: Expat
Files: debian/*
Copyright: 2014 Antonio Terceiro <terceiro at debian.org>
-License: GPL-2+ (FIXME)
+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
+ MIT License
.
- 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.
+ 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/ruby-actionpack-action-caching.docs b/debian/ruby-actionpack-action-caching.docs
index 07b3c9e..b43bf86 100644
--- a/debian/ruby-actionpack-action-caching.docs
+++ b/debian/ruby-actionpack-action-caching.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.md
+README.md
diff --git a/debian/rules b/debian/rules
index e4e38fe..9d5cd37 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,4 @@
#!/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
%:
dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/tests/control b/debian/tests/control
index ba12c70..69c9526 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,9 +1,3 @@
Test-Command: gem2deb-test-runner --autopkgtest 2>&1
-Depends: @, gem2deb-test-runner
-#FIXME: add to Depends ruby-rspec, ruby-test-unit... if needed
-#Restrictions: allow-stderr
-
-#FIXME: replace LIB by the name of the main file of the library
-#Test-Command: ruby -r LIB -e "puts true"
-#Depends: @
-
+Depends: @, gem2deb-test-runner, ruby-activerecord, ruby-mocha
+Restrictions: allow-stderr
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-actionpack-action-caching.git
More information about the Pkg-ruby-extras-commits
mailing list