[DRE-commits] [ruby-ghi] 01/06: Initial commit

Dmitry Smirnov onlyjob at moszumanska.debian.org
Mon Apr 25 07:59:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

onlyjob pushed a commit to branch master
in repository ruby-ghi.

commit b4e3583
Author: Dmitry Smirnov <onlyjob at member.fsf.org>
Date:   Sat Mar 5 05:51:00 2016

    Initial commit
---
 debian/changelog        |  5 +++++
 debian/clean            |  1 +
 debian/compat           |  1 +
 debian/control          | 41 +++++++++++++++++++++++++++++++++++++++++
 debian/copyright        | 45 +++++++++++++++++++++++++++++++++++++++++++++
 debian/ghi.docs         |  1 +
 debian/ghi.install      |  1 +
 debian/ghi.manpages     |  1 +
 debian/ruby-ghi.install |  2 ++
 debian/rules            |  7 +++++++
 debian/source/format    |  1 +
 debian/watch            |  6 ++++++
 12 files changed, 112 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ae0500f
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+ruby-ghi (1.2.0-1) UNRELEASED; urgency=medium
+
+  * Initial release (Closes: #711699).
+
+ -- Dmitry Smirnov <onlyjob at debian.org>  Fri, 04 Mar 2016 23:51:21 +1100
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..5903406
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+metadata.yml
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f93cb69
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: ruby-ghi
+Section: ruby
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Dmitry Smirnov <onlyjob at debian.org>
+Build-Depends: debhelper (>= 9~),
+               gem2deb,
+               ruby-pygments.rb,
+               ruby-ronn
+Standards-Version: 3.9.8
+Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-ghi.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-ghi.git
+Homepage: https://github.com/stephencelis/ghi
+Testsuite: autopkgtest-pkg-ruby
+XS-Ruby-Versions: all
+
+Package: ruby-ghi
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ruby | ruby-interpreter,
+         ruby-pygments.rb,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: GitHub issue tracker interface
+ Control GitHub issues on the command line using `$EDITOR`, not browser.
+ .
+ This package provides Ruby library.
+
+Package: ghi
+Section: utils
+Architecture: all
+X-DhRuby-Root: .
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ruby | ruby-interpreter, ruby-ghi (= ${source:Version}),
+         ruby-pygments.rb,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: GitHub issue tracker interface CLI
+ Control GitHub issues on the command line using `$EDITOR`, not browser.
+ .
+ This package provides "ghi" command line utility.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fcea457
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,45 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ghi
+Source: https://github.com/stephencelis/ghi
+
+Files: *
+Copyright:
+    2009-2016 Stephen Celis <stephen at stephencelis.com>
+License: Expat
+
+Files: debian/*
+Copyright: 2016 Dmitry Smirnov <onlyjob at debian.org>
+License: GPL-3+ or 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.
+
+License: GPL-3+
+ 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 3 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.
+ ․
+ On Debian systems, the complete text of the GNU General Public
+ License Version 3 can be found in "/usr/share/common-licenses/GPL-3".
diff --git a/debian/ghi.docs b/debian/ghi.docs
new file mode 100644
index 0000000..b43bf86
--- /dev/null
+++ b/debian/ghi.docs
@@ -0,0 +1 @@
+README.md
diff --git a/debian/ghi.install b/debian/ghi.install
new file mode 100644
index 0000000..c703cf8
--- /dev/null
+++ b/debian/ghi.install
@@ -0,0 +1 @@
+usr/bin/
diff --git a/debian/ghi.manpages b/debian/ghi.manpages
new file mode 100644
index 0000000..a960d5e
--- /dev/null
+++ b/debian/ghi.manpages
@@ -0,0 +1 @@
+man/ghi.1
diff --git a/debian/ruby-ghi.install b/debian/ruby-ghi.install
new file mode 100644
index 0000000..f7077cf
--- /dev/null
+++ b/debian/ruby-ghi.install
@@ -0,0 +1,2 @@
+usr/lib
+usr/share
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0cf6553
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+
+export DH_RUBY_USE_DH_AUTO_INSTALL_DESTDIR = 1
+export GEM2DEB_TEST_RUNNER = --check-dependencies
+
+%:
+	dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..78c0311
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,6 @@
+version=3
+
+ https://github.com/stephencelis/ghi/releases \
+ .*/archive/v?\.?(\d[\d\.]+)\.tar\.gz
+
+#http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/ghi .*/ghi-(.*).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ghi.git



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