[DRE-commits] [SCM] ruby-net-ssh.git branch, master, updated. debian/1%2.5.1-1
Paul van Tilburg
paulvt at debian.org
Thu May 24 18:57:05 UTC 2012
The following commit has been merged in the master branch:
commit 82e6fcde4da279b671b67319b60bf7bad3eb3faf
Author: Paul van Tilburg <paulvt at debian.org>
Date: Thu May 24 20:45:37 2012 +0200
New upstream release.
* debian/control:
+ Added myself to uploaders.
+ Bumped standards version to 3.9.3; no changes required.
* debian/copyright: converted to the Debian copyright format version 1.0.
diff --git a/debian/changelog b/debian/changelog
index 4d3ea13..0978b31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ruby-net-ssh (1:2.5.1-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ + Added myself to uploaders.
+ + Bumped standards version to 3.9.3; no changes required.
+ * debian/copyright: converted to the Debian copyright format version 1.0.
+
+ -- Paul van Tilburg <paulvt at debian.org> Thu, 24 May 2012 20:15:46 +0200
+
ruby-net-ssh (1:2.2.1-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index a3997ca..1558bc2 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,10 @@ Source: ruby-net-ssh
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Lucas Nussbaum <lucas at debian.org>
+Uploaders: Lucas Nussbaum <lucas at debian.org>, Paul van Tilburg <paulvt at debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby-mocha
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-net-ssh.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-net-ssh.git;a=summary
Homepage: http://net-ssh.github.com/net-ssh/
diff --git a/debian/copyright b/debian/copyright
index 7dbe8f6..604a3e7 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,36 +1,33 @@
-This package was debianized by Christopher Lunsford <binarymutant at gmail.com> on
-Sun, 23 Aug 2009 06:02:42 -0500.
-
-It was downloaded from http://net-ssh.rubyforge.org/
-
-Upstream authors:
-
- Jamis Buck <jamis at 37signals.com>
-
-Copyright:
-
- Copyright © 2008 by Jamis Buck
-
-License:
-
- 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.
-
-The Debian packaging is © 2009, Christopher Lunsford <binarymutant at gmail.com> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Net::SSH
+Upstream-Contact: Jamis Buck <jamis at 37signals.com>
+Source: http://net-ssh.rubyforge.org/
+
+Files: *
+Copyright: 2008, Jamis Buck
+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.
+Comment: License referred to as MIT license.
+
+Files: debian/*
+Copyright: 2009, Christopher Lunsford <binarymutant at gmail.com>
+License: GPL-3
+ On Debian systems, the complete text of the GNU General Public License
+ version 3 can be found in `/usr/share/common-licenses/GPL-3'.
--
ruby-net-ssh.git
More information about the Pkg-ruby-extras-commits
mailing list