All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai] [PATCH 1/2] debian: add autoreconf to build rules
@ 2015-04-29  9:32 Henning Schild
  2015-04-29  9:32 ` [Xenomai] [PATCH 2/2] debian: change version number in changelog Henning Schild
  2015-04-29  9:39 ` [Xenomai] [PATCH 1/2] debian: add autoreconf to build rules Gilles Chanteperdrix
  0 siblings, 2 replies; 6+ messages in thread
From: Henning Schild @ 2015-04-29  9:32 UTC (permalink / raw)
  To: xenomai

Add autoreconf steps to debian/rules and add required tools to build deps.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 debian/control | 2 +-
 debian/rules   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 2225648..54fc898 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: xenomai
 Section: devel
 Priority: extra
 Maintainer: Xenomai <xenomai@xenomai.org>
-Build-Depends: debhelper (>= 8), findutils (>= 4.2.28), autotools-dev, autoconf, automake, libtool
+Build-Depends: debhelper (>= 8), findutils (>= 4.2.28), autotools-dev, autoconf, automake, dh-autoreconf
 Standards-Version: 3.9.3
 Homepage: http://www.xenomai.org/
 
diff --git a/debian/rules b/debian/rules
index f91a621..a5d2e32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,11 +39,13 @@ build-indep-stamp: config.status
 
 config.status: configure-stamp
 configure-stamp:
+	dh_autoreconf
 	dh_testdir
 	./configure $(CONFIG_OPTS)
 	touch configure-stamp
 
 clean:
+	dh_autoreconf_clean
 	dh_testdir
 	dh_testroot
 	rm -f configure-stamp build-indep-stamp build-arch-stamp
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-04-29 12:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-29  9:32 [Xenomai] [PATCH 1/2] debian: add autoreconf to build rules Henning Schild
2015-04-29  9:32 ` [Xenomai] [PATCH 2/2] debian: change version number in changelog Henning Schild
2015-04-29  9:39 ` [Xenomai] [PATCH 1/2] debian: add autoreconf to build rules Gilles Chanteperdrix
2015-04-29 11:53   ` Henning Schild
2015-04-29 11:59     ` Gilles Chanteperdrix
2015-04-29 12:06       ` Henning Schild

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.