[DRE-commits] [ruby-slack-notifier] 01/02: Minor changes
Balasankar C
balasankarc-guest at moszumanska.debian.org
Sun Jun 28 05:34:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
balasankarc-guest pushed a commit to branch master
in repository ruby-slack-notifier.
commit 833d1fcfdf85831cbe11c3e5fc179ccc347d1bb3
Author: Balasankar C <balasankarc at autistici.org>
Date: Sun Jun 28 10:57:00 2015 +0530
Minor changes
---
debian/changelog | 2 +-
debian/control | 8 ++++----
debian/rules | 12 ------------
3 files changed, 5 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c718934..63e8628 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-ruby-slack-notifier (1.2.1-1) experimental; urgency=medium
+ruby-slack-notifier (1.2.1-1) unstable; urgency=medium
* Initial release (Closes: #785593)
diff --git a/debian/control b/debian/control
index 2561c6d..5111b6f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc at autistici.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec (>= 3.0.0), rake
+Build-Depends: debhelper (>= 7.0.50~), gem2deb, rake, ruby-rspec (>= 3.0.0)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-slack-notifier.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-slack-notifier.git;a=summary
@@ -14,8 +14,8 @@ XS-Ruby-Versions: all
Package: ruby-slack-notifier
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
Description: Ruby wrapper for posting to slack webhooks
- A slim ruby wrapper for posting to slack webhooks. Slack is a team
- communication tool that offers persistent chat rooms organized by topic, as
+ A slim ruby wrapper for posting to slack webhooks. Slack is a team
+ communication tool that offers persistent chat rooms organized by topic, as
well as private groups and direct messaging
diff --git a/debian/rules b/debian/rules
index 696eb98..417f241 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,4 @@
#!/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 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
-
%:
dh $@ --buildsystem=ruby --with ruby
override_dh_install:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-slack-notifier.git
More information about the Pkg-ruby-extras-commits
mailing list