[DRE-commits] [ruby-ghi] 01/02: merge "ruby-ghi" into "ghi" binary package,

Dmitry Smirnov onlyjob at moszumanska.debian.org
Wed Apr 27 11:00:02 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 c8d8896
Author: Dmitry Smirnov <onlyjob at debian.org>
Date:   Wed Apr 27 10:44:45 2016

    merge "ruby-ghi" into "ghi" binary package,
    
     as advised by Antonio Terceiro and Hleb Valoshka.
    
     Thanks for review, guys. :)
---
 debian/control          | 21 ++++-----------------
 debian/ghi.install      |  1 -
 debian/ruby-ghi.install |  2 --
 debian/rules            |  2 +-
 4 files changed, 5 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index fa96b50..2a44331 100644
--- a/debian/control
+++ b/debian/control
@@ -1,5 +1,5 @@
 Source: ruby-ghi
-Section: ruby
+Section: utils
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Dmitry Smirnov <onlyjob at debian.org>
@@ -14,24 +14,11 @@ 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}),
+X-DhRuby-Root: .
+Depends: ruby | ruby-interpreter,
          ruby-pygments.rb,
          ${misc:Depends},
          ${shlibs:Depends},
@@ -40,4 +27,4 @@ Recommends: less | most
 Description: GitHub issue tracker command line interface (CLI)
  Control GitHub issues on the command line using `$EDITOR`, not browser.
  .
- This package provides "ghi" command line utility.
+ This package provides "ghi" command line utility and Ruby library.
diff --git a/debian/ghi.install b/debian/ghi.install
deleted file mode 100644
index c703cf8..0000000
--- a/debian/ghi.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/bin/
diff --git a/debian/ruby-ghi.install b/debian/ruby-ghi.install
deleted file mode 100644
index f7077cf..0000000
--- a/debian/ruby-ghi.install
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/lib
-usr/share
diff --git a/debian/rules b/debian/rules
index 0cf6553..3c4b446 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DH_RUBY_USE_DH_AUTO_INSTALL_DESTDIR = 1
+#export DH_RUBY_USE_DH_AUTO_INSTALL_DESTDIR = 1
 export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:

-- 
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