[DRE-commits] [ruby-delayed-job] 02/03: Bump dh compat
Balasankar C
balasankarc-guest at moszumanska.debian.org
Sun Nov 8 06:32:10 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-delayed-job.
commit dcc26c561ceff4d5db61221d86365160fe4bc839
Author: Balasankar C <balasankarc at autistici.org>
Date: Sun Nov 8 12:00:23 2015 +0530
Bump dh compat
---
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
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/control b/debian/control
index b563dca..3649642 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~),
+Build-Depends: debhelper (>= 9.0),
gem2deb,
locales,
rake,
diff --git a/debian/rules b/debian/rules
index 63fea73..c5cb692 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@
LOCPATH=$(CURDIR)/debian/build/locale LC_ALL=en_US.UTF-8 dh $@ --buildsystem=ruby --with ruby
override_dh_clean:
- LOCPATH=$(CURDIR)/debian/build/locale LC_ALL=en_US.UTF-8 dh_clean --buildsystem=ruby
+ LOCPATH=$(CURDIR)/debian/build/locale LC_ALL=en_US.UTF-8 dh_clean
rm -rf debian/build/
override_dh_install:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-delayed-job.git
More information about the Pkg-ruby-extras-commits
mailing list