[DRE-commits] [bsfilter] 02/02: build against gem2deb

Caitlin Matos cm-guest at moszumanska.debian.org
Sat Jul 26 16:07:31 UTC 2014


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

cm-guest pushed a commit to branch master
in repository bsfilter.

commit 78b0942337087e81d6663d233abfe0f2e0ef510d
Author: Caitlin Matos <caitlin.matos at zoho.com>
Date:   Sat Jul 26 05:38:15 2014 -0400

    build against gem2deb
---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 debian/rules     | 9 +--------
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1fdb9b3..d734bda 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+bsfilter (1:1.0.19-3) UNRELEASED; urgency=medium
+
+  * use d/pkg.examples instead of override_dh_installexamples
+  * build against gem2deb
+
+ -- Caitlin Matos <caitlin.matos at zoho.com>  Sat, 26 Jul 2014 12:03:04 -0400
+
 bsfilter (1:1.0.19-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index ea48464..272414e 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: mail
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: akira yamada <akira at debian.org>, Taku YASUI <tach at debian.org>
-Build-Depends: debhelper (>= 8), docbook-to-man, ruby | ruby-interpreter, ruby-mecab, ruby-qdbm
+Build-Depends: debhelper (>= 8), gem2deb (>= 0.3.0~), docbook-to-man, ruby | ruby-interpreter, ruby-mecab, ruby-qdbm
 Standards-Version: 3.9.5
 Homepage: http://sourceforge.jp/projects/bsfilter/
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/bsfilter.git
diff --git a/debian/rules b/debian/rules
index 25f00ea..861b35c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,20 +1,13 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
 %:
-	dh $@ 
+	dh $@ --buildsystem=ruby --with ruby
 
 override_dh_install:
-	# disable running test because it'll fail (2012-06-18, tach at debian.org)
-	#cd test && ruby test.rb
 	install -d debian/bsfilter/usr/bin
 	install bsfilter/bsfilter debian/bsfilter/usr/bin
 	dh_install

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



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