[atlas] 03/06: d/rules: add missing .mk includes.
    Sébastien Villemot 
    sebastien at debian.org
       
    Tue Aug  1 22:09:15 UTC 2017
    
    
  
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository atlas.
commit f74bde9ca281b65a586b87ba8f4ac88c750ec099
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Aug 1 16:43:00 2017 +0200
    d/rules: add missing .mk includes.
    
    Gbp-Dch: Ignore
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 6469f93..2099869 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpkg/buildflags.mk
+include /usr/share/dpkg/architecture.mk
+
 ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
 UBUNTU := yes
 endif
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/atlas.git
    
    
More information about the debian-science-commits
mailing list