[DRE-commits] [ruby-fission] 02/03: tune package, add manpage
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Apr 10 09:56:29 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-fission.
commit 19d5e1ddae0b5916fb785bb5fdc0cda0d5c417af
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Apr 10 14:58:36 2015 +0530
tune package, add manpage
---
debian/changelog | 4 ++--
debian/control | 12 +++++++++---
debian/copyright | 49 +++++++++++++++++++++++-------------------------
debian/fission.1.pod | 21 +++++++++++++++++++++
debian/manpages | 1 +
debian/ruby-fission.docs | 3 +--
debian/rules | 11 +++++++++++
7 files changed, 68 insertions(+), 33 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 7dd890d..1f05631 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
ruby-fission (0.5.0-1) UNRELEASED; urgency=medium
- * Initial release (Closes: #nnnn)
+ * Initial release (Closes: #782303)
- -- Pirate Praveen <praveen at debian.org> Fri, 10 Apr 2015 14:54:07 +0530
+ -- Pirate Praveen <praveen at debian.org> Fri, 10 Apr 2015 11:35:37 +0530
diff --git a/debian/control b/debian/control
index fef49b0..f0c62d8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec, rake, ruby-CFPropertyList (>= 2.2)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec, rake,
+ ruby-cfpropertylist (>= 2.2), ruby-fakefs
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fission.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fission.git;a=summary
@@ -14,6 +15,11 @@ XS-Ruby-Versions: all
Package: ruby-fission
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-CFPropertyList (>= 2.2)
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
+ ruby-cfpropertylist (>= 2.2)
Description: Command line tool to manage VMware Fusion VMs
- A simple utility to manage VMware Fusion VMs from the command line
+ A simple utility to manage VMware Fusion VMs from the command line.
+ .
+ This include options to clone, delete, start VMs and take snapshots.
+ .
+ See /usr/share/doc/ruby-fission/README.md.gz for all options.
diff --git a/debian/copyright b/debian/copyright
index d41a25d..57c3e20 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: fission
-Source: FIXME <http://example.com/>
+Source: https://github.com/thbishop/fission
+
Files: *
-Copyright: <years> <put author's name and email here>
- <years> <likewise for another author>
-License: GPL-2+ (FIXME)
+Copyright: 2011 Thomas Bishop <bishop.thomas at gmail.com>
+License: Expat
Files: debian/*
-Copyright: 2015 Pirate Praveen <praveen at debian.org>
-License: GPL-2+ (FIXME)
-Comment: the Debian packaging is licensed under the same terms as the original package.
+Copyright: 2015 Praveen Arimbrathodiyil <praveen at debian.org>
+License: Expat
-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.
+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:
.
- 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/fission.1.pod b/debian/fission.1.pod
new file mode 100644
index 0000000..254d603
--- /dev/null
+++ b/debian/fission.1.pod
@@ -0,0 +1,21 @@
+=head1 NAME
+
+fission - Fission is a simple command line tool for managing VMware Fusion VMs.
+
+=head1 SYNOPSIS
+
+B<fission> B<options>
+
+=head1 DESCRIPTION
+
+B<fission> Fission is a simple command line tool for managing VMware Fusion
+VMs.
+
+See I</usr/share/doc/ruby-fission/README.md.gz> for more details.
+
+=head1 AUTHOR
+
+Copyright 2011 Thomas Bishop <bishop.thomas at gmail.com>
+
+This manual page is written by Praveen Arimbrathodiyl <praveen at debian.org> for
+Debian GNU System (GNU/Linux, GNU/kFreeBSD, GNU/Hurd).
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..900bbc8
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/*.[0-9]
\ No newline at end of file
diff --git a/debian/ruby-fission.docs b/debian/ruby-fission.docs
index 07b3c9e..b43bf86 100644
--- a/debian/ruby-fission.docs
+++ b/debian/ruby-fission.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.md
+README.md
diff --git a/debian/rules b/debian/rules
index d81794d..ae2c789 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,14 @@
%:
dh $@ --buildsystem=ruby --with ruby
+
+
+build:
+ dh build --buildsystem=ruby --with ruby
+ pod2man --section=1 --release=\"Ruby-Fission\" \
+ --center=\"Debian\ GNU\ System\" \
+ debian/fission.1.pod > debian/fission.1;
+
+clean:
+ dh clean --buildsystem=ruby --with ruby
+ rm -f debian/fission.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fission.git
More information about the Pkg-ruby-extras-commits
mailing list