[pcsxr] 06/18: Ensure the include/ directory exists

James Cowgill jcowgill-guest at moszumanska.debian.org
Wed Mar 30 23:48:14 UTC 2016


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

jcowgill-guest pushed a commit to branch master
in repository pcsxr.

commit 908678067bc528d1726de722a82492898b87ca68
Author: James Cowgill <james410 at cowgill.org.uk>
Date:   Wed Mar 30 21:08:44 2016 +0100

    Ensure the include/ directory exists
    
    This directory is included as an empty directory in the upstream tarball. When
    built from the dsc file this is fine, but when using Git the directory is not
    committed.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 79318e8..9397468 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,10 @@ export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
 %:
 	dh $@ --parallel --with autoreconf
 
+override_dh_autoreconf:
+	mkdir -p include
+	dh_autoreconf
+
 override_dh_auto_configure:
 	dh_auto_configure --parallel -- --bindir=/usr/games --enable-opengl
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pcsxr.git



More information about the Pkg-games-commits mailing list