[libio-aio-perl] 01/03: Recreate def0.h before configuring.

gregor herrmann gregoa at debian.org
Sat Jan 23 02:48:03 UTC 2016


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

gregoa pushed a commit to branch master
in repository libio-aio-perl.

commit 8a179f891c77dde7bd64a17aa888e8f29f192bdd
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jan 23 03:39:17 2016 +0100

    Recreate def0.h before configuring.
    
    This way we get the list of defines for constants in AIO.xs updated.
---
 debian/clean | 1 +
 debian/rules | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/clean b/debian/clean
index be876e8..9ea736b 100644
--- a/debian/clean
+++ b/debian/clean
@@ -1,3 +1,4 @@
 config.log
 config.status
 libeio/config.h
+def0.h
diff --git a/debian/rules b/debian/rules
index 2c0b767..ac11334 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,10 @@ TMP  := $(CURDIR)/debian/$(PKG)
 %:
 	dh $@ --buildsystem=perl_makemaker
 
+override_dh_auto_configure:
+	perl $(CURDIR)/gendef0
+	dh_auto_configure
+
 override_dh_install:
 	dh_install
 	$(RM) -rv $(TMP)/usr/bin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libio-aio-perl.git



More information about the Pkg-perl-cvs-commits mailing list