[code-saturne] 05/07: Explain why we prefer upstream source from SVN
    Gilles Filippini 
    pini at debian.org
       
    Mon Jan 19 23:30:40 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
pini pushed a commit to branch master
in repository code-saturne.
commit 73027d2c8e1527a06fe1e82e4e1aa3db514b70d6
Author: Gilles Filippini <pini at debian.org>
Date:   Mon Jan 19 20:53:14 2015 +0100
    Explain why we prefer upstream source from SVN
---
 debian/orig-tar.sh | 7 +++++++
 1 file changed, 7 insertions(+)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index d1e6a35..1475f0c 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -5,6 +5,13 @@
 # Require svn
 set -e
 
+# We build the orig tarball from upstream SVN repository because their
+# dist tarball includes many generated files:
+# - doxygen docs
+# - flex + bison C modules
+# - gettext object files
+# and misses some files needed to rebuild everything from source.
+
 UPSTREAM_VERSION="$2"
 UPSTREAM_VERSION_SVN="$UPSTREAM_VERSION+svn"
 UPSTREAM_SVN_TAG=V"$(echo "$UPSTREAM_VERSION" | sed 's/\./_/g')"
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/code-saturne.git
    
    
More information about the debian-science-commits
mailing list