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

misterc-guest pushed a commit to tag debian/1.5.1-3
in repository express.

commit c7c6e044fc56ddbfd6fec1a5aea072b07a9cd04a
Author: Michael R. Crusoe <michael.cru...@gmail.com>
Date:   Mon Sep 19 08:22:00 2016 -0700

    make build reproducible
---
 debian/changelog | 7 +++++++
 debian/control   | 3 ++-
 debian/rules     | 4 +++-
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cedeae8..fecf43d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+berkeley-express (1.5.1-3) unstable; urgency=medium
+
+  * Make build reproducible by redefining __FILE__ due to protoc's path leak.
+  * Mark -doc package as Multi-Arch: foreign.
+
+ -- Michael R. Crusoe <michael.cru...@gmail.com>  Mon, 19 Sep 2016 11:26:57 
-0700
+
 berkeley-express (1.5.1-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 14e0ed9..11f38cc 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: berkeley-express
 Maintainer: Debian Med Packaging Team 
<debian-med-packag...@lists.alioth.debian.org>
-Uploaders: Michael R. Crusoe <cru...@ucdavis.edu>
+Uploaders: Michael R. Crusoe <michael.cru...@gmail.com>
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
@@ -68,6 +68,7 @@ Description: Streaming quantification for high-throughput 
sequencing
 
 Package: berkeley-express-doc
 Architecture: all
+Multi-Arch: foreign
 Section: doc
 Depends: ${misc:Depends}
 Description: Documentation for RNA-Seq tool eXpress
diff --git a/debian/rules b/debian/rules
index 5d67d2c..85a1427 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
+CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
+CPPFLAGS += -D__FILE__=\"\"
+export CPPFLAGS
 DH_VERBOSE := 1
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/debian-med/express.git

_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to