Skip to content

Commit

Permalink
Fix Ruby package name. It's supposed to be ruby-daemon-controller, no…
Browse files Browse the repository at this point in the history
…t daemon-controller-ruby.
  • Loading branch information
FooBarWidget committed May 3, 2013
1 parent a073491 commit 3b27e61
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -50,7 +50,7 @@ end
##### Debian packaging support #####

PKG_DIR = string_option('PKG_DIR', "pkg")
DEBIAN_NAME = "daemon-controller-ruby"
DEBIAN_NAME = "ruby-daemon-controller"
ALL_DISTRIBUTIONS = ["raring", "precise", "lucid"]
ORIG_TARBALL_FILES = lambda do
require 'daemon_controller/packaging'
Expand Down
4 changes: 2 additions & 2 deletions debian.template/control.template
@@ -1,4 +1,4 @@
Source: daemon-controller-ruby
Source: ruby-daemon-controller
Section: text
Priority: extra
Maintainer: Hongli Lai <hongli@phusion.nl>
Expand All @@ -9,7 +9,7 @@ Vcs-Git: git://github.com/FooBarWidget/daemon_controller.git
Vcs-Browser: https://github.com/FooBarWidget/daemon_controller
XS-Ruby-Versions: all

Package: daemon-controller-ruby
Package: ruby-daemon-controller
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Expand Down
2 changes: 1 addition & 1 deletion lib/daemon_controller/version.rb
Expand Up @@ -22,6 +22,6 @@
class DaemonController
MAJOR = 1
MINOR = 1
TINY = 3
TINY = 4
VERSION_STRING = "#{MAJOR}.#{MINOR}.#{TINY}"
end # class DaemonController

0 comments on commit 3b27e61

Please sign in to comment.