[DRE-commits] [ruby-passenger] 13/17: Use dh-autoreconf.

Felix Geyer fgeyer at alioth.debian.org
Mon Aug 5 19:12:10 UTC 2013


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

fgeyer pushed a commit to branch master
in repository ruby-passenger.

commit d17956d508b03454a3d6bb00abf36b40338feb9e
Author: Felix Geyer <fgeyer at debian.org>
Date:   Mon Aug 5 20:43:22 2013 +0200

    Use dh-autoreconf.
---
 debian/autoreconf |    1 +
 debian/changelog  |    1 +
 debian/control    |    3 ++-
 debian/rules      |    2 +-
 4 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/autoreconf b/debian/autoreconf
new file mode 100644
index 0000000..687170e
--- /dev/null
+++ b/debian/autoreconf
@@ -0,0 +1 @@
+ext/libeio
diff --git a/debian/changelog b/debian/changelog
index c28302b..024049a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ ruby-passenger (4.0.10-1) UNRELEASED; urgency=low
   * Add ruby1.9.1 as an alternative dependency to rubygems. (Closes: #683511)
   * Add myself as Uploader.
   * Fix the watch file.
+  * Use dh-autoreconf.
 
  -- Felix Geyer <fgeyer at debian.org>  Mon, 05 Aug 2013 20:31:08 +0200
 
diff --git a/debian/control b/debian/control
index d12a14d..6468581 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Uploaders: Filipe Lautert <filipe at debian.org>, Micah Anderson <micah at debian.org>
  Felix Geyer <fgeyer at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.12~), apache2 (>= 2.4),
  apache2-dev (>= 2.4), libapr1-dev, doxygen, asciidoc (>= 8.2), graphviz, rake,
- source-highlight, libjs-scriptaculous, libcurl4-openssl-dev, libev-dev
+ source-highlight, libjs-scriptaculous, libcurl4-openssl-dev, libev-dev,
+ dh-autoreconf
 Standards-Version: 3.9.3
 Homepage: http://www.modrails.com/
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-passenger.git
diff --git a/debian/rules b/debian/rules
index 491a000..09b63c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export EXTRA_LDFLAGS=$(LDFLAGS)
 export USE_VENDORED_LIBEV=false
 
 %:
-	dh $@ --buildsystem=ruby --with ruby,apache2
+	dh $@ --buildsystem=ruby --with ruby,apache2,autoreconf
 
 override_dh_auto_build:
 	/usr/bin/ruby1.8 /usr/bin/rake fakeroot

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



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