[DRE-commits] [rerun] 04/11: several packaging bits

Antonio Terceiro terceiro at moszumanska.debian.org
Sat Aug 8 16:18:25 UTC 2015


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

terceiro pushed a commit to branch master
in repository rerun.

commit 0ce35978768f5edca0a3142e860f4bcb5497de4a
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Sat Aug 8 12:04:29 2015 -0300

    several packaging bits
---
 debian/bash-completion/rerun |  1 +
 debian/changelog             |  1 +
 debian/compat                |  2 +-
 debian/rerun.install         |  1 +
 debian/rules                 | 16 ++-------
 debian/watch                 |  2 +-
 metadata.yml                 | 80 --------------------------------------------
 7 files changed, 7 insertions(+), 96 deletions(-)

diff --git a/debian/bash-completion/rerun b/debian/bash-completion/rerun
new file mode 100644
index 0000000..f6d2e43
--- /dev/null
+++ b/debian/bash-completion/rerun
@@ -0,0 +1 @@
+complete -F _command rerun
diff --git a/debian/changelog b/debian/changelog
index 7838b61..78b0a33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,5 +4,6 @@ rerun (0.10.0-1) UNRELEASED; urgency=medium
   * Patches:
     - 0001-Read-version-number-from-installed-gemspec.patch
     - debian/patches/0002-Port-to-listen-3.patch
+  * Update packaging with a new dh-make-ruby run
 
  -- Antonio Terceiro <terceiro at debian.org>  Sat, 08 Aug 2015 10:19:47 -0300
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/rerun.install b/debian/rerun.install
new file mode 100644
index 0000000..611963f
--- /dev/null
+++ b/debian/rerun.install
@@ -0,0 +1 @@
+debian/bash-completion/rerun usr/share/bash-completion/completions/
diff --git a/debian/rules b/debian/rules
index acfc5fe..3454d59 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,18 +1,6 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby2.1 ruby2.2
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
-#
-# Uncomment to check dependencies during build:
-# export GEM2DEB_TEST_RUNNER = --check-dependencies
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
diff --git a/debian/watch b/debian/watch
index d8731fe..cdde103 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rerun .*/rerun-(.*).tar.gz
+https://github.com/alexch/rerun/releases .*/v(.*).tar.gz
diff --git a/metadata.yml b/metadata.yml
deleted file mode 100644
index 6041382..0000000
--- a/metadata.yml
+++ /dev/null
@@ -1,80 +0,0 @@
---- !ruby/object:Gem::Specification
-name: rerun
-version: !ruby/object:Gem::Version
-  version: 0.10.0
-platform: ruby
-authors:
-- Alex Chaffee
-autorequire: 
-bindir: bin
-cert_chain: []
-date: 2014-05-05 00:00:00.000000000 Z
-dependencies:
-- !ruby/object:Gem::Dependency
-  name: listen
-  requirement: !ruby/object:Gem::Requirement
-    requirements:
-    - - "~>"
-      - !ruby/object:Gem::Version
-        version: '2.7'
-    - - ">="
-      - !ruby/object:Gem::Version
-        version: 2.7.3
-  type: :runtime
-  prerelease: false
-  version_requirements: !ruby/object:Gem::Requirement
-    requirements:
-    - - "~>"
-      - !ruby/object:Gem::Version
-        version: '2.7'
-    - - ">="
-      - !ruby/object:Gem::Version
-        version: 2.7.3
-description: Restarts your app when a file changes. A no-frills, command-line alternative
-  to Guard, Shotgun, Autotest, etc.
-email: alex at stinky.com
-executables:
-- rerun
-extensions: []
-extra_rdoc_files:
-- README.md
-files:
-- LICENSE
-- README.md
-- Rakefile
-- bin/rerun
-- icons/rails_grn_sml.png
-- icons/rails_red_sml.png
-- lib/rerun.rb
-- lib/rerun/glob.rb
-- lib/rerun/options.rb
-- lib/rerun/runner.rb
-- lib/rerun/system.rb
-- lib/rerun/watcher.rb
-- rerun.gemspec
-homepage: http://github.com/alexch/rerun/
-licenses:
-- MIT
-metadata: {}
-post_install_message: 
-rdoc_options: []
-require_paths:
-- lib
-required_ruby_version: !ruby/object:Gem::Requirement
-  requirements:
-  - - ">="
-    - !ruby/object:Gem::Version
-      version: '0'
-required_rubygems_version: !ruby/object:Gem::Requirement
-  requirements:
-  - - ">="
-    - !ruby/object:Gem::Version
-      version: '0'
-requirements: []
-rubyforge_project: 
-rubygems_version: 2.2.2
-signing_key: 
-specification_version: 2
-summary: Launches an app, and restarts it whenever the filesystem changes. A no-frills,
-  command-line alternative to Guard, Shotgun, Autotest, etc.
-test_files: []

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



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