[DRE-commits] [ruby-spring] 01/02: polish package for upload
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Aug 3 02:40:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository ruby-spring.
commit 9702a4ef43b4421e6946644892691be9373e50b3
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date: Sat Aug 2 23:36:14 2014 -0300
polish package for upload
---
debian/changelog | 4 ++--
debian/control | 9 +++++----
debian/copyright | 45 +++++++++++++++++++++------------------------
debian/ruby-spring.docs | 3 +--
4 files changed, 29 insertions(+), 32 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index a6d3184..72a84e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-ruby-spring (1.1.3-1+1) UNRELEASED; urgency=medium
+ruby-spring (1.1.3-1) unstable; urgency=medium
- * Initial release (Closes: #nnnn)
+ * Initial release (Closes: #756884)
-- Antonio Terceiro <terceiro at debian.org> Sat, 26 Jul 2014 16:32:22 -0300
diff --git a/debian/control b/debian/control
index 57ae843..4d4412d 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,8 @@ Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.al
Uploaders: Antonio Terceiro <terceiro at debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), bundler, ruby-activesupport, rake
Standards-Version: 3.9.5
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-spring.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-spring.git;a=summary
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-spring.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-spring.git;a=summary
Homepage: http://github.com/rails/spring
XS-Ruby-Versions: all
@@ -14,6 +14,7 @@ Package: ruby-spring
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# activesupport (>= 0, development), rake (>= 0, development)
Description: Rails application preloader
- Rails application preloader
+ Spring is a Rails application preloader. It speeds up development by
+ keeping your application running in the background so you don't need to
+ boot it every time you run a test, rake task or migration.
diff --git a/debian/copyright b/debian/copyright
index 749f662..81035ac 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,35 +1,32 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: spring
-Source: FIXME <http://example.com/>
+Source: http://github.com/rails/spring
Files: *
-Copyright: <years> <put author's name and email here>
- <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: Copyright (c) 2012 Jon Leighton
+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
+ 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.
diff --git a/debian/ruby-spring.docs b/debian/ruby-spring.docs
index 07b3c9e..b43bf86 100644
--- a/debian/ruby-spring.docs
+++ b/debian/ruby-spring.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.md
+README.md
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-spring.git
More information about the Pkg-ruby-extras-commits
mailing list