Andreas Tille pushed to branch master at Debian Med / samtools


Commits:
c95b66e8 by Andreas Tille at 2021-08-30T16:32:13+02:00
make the build reproducible

- - - - -
fc228655 by Andreas Tille at 2021-08-30T16:34:55+02:00
routine-update: Ready to upload to unstable

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/reproducible.patch
- + debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,9 +1,14 @@
-samtools (1.13-2) UNRELEASED; urgency=medium
+samtools (1.13-2) unstable; urgency=medium
 
+  [ Étienne Mollier ]
   * d/control: bump B-D libhts-dev (>= 1.13~); builds otherwise break against
     older htslib versions.
 
- -- Étienne Mollier <[email protected]>  Fri, 27 Aug 2021 19:08:12 +0200
+  [ Andreas Tille ]
+  * make the build reproducible (Thanks for the patch to Chris Lamb)
+    Closes: #993304
+
+ -- Andreas Tille <[email protected]>  Mon, 30 Aug 2021 16:32:37 +0200
 
 samtools (1.13-1) unstable; urgency=medium
 


=====================================
debian/patches/reproducible.patch
=====================================
@@ -0,0 +1,15 @@
+Author: Chris Lamb <[email protected]>
+Last-Update: Mon, 30 Aug 2021 14:55:21 +0100
+Bug-Debian: https://bugs.debian.org/993304
+Description: make the build reproducible
+
+--- a/Makefile
++++ b/Makefile
+@@ -130,6 +130,7 @@ version.h:
+       echo '#define SAMTOOLS_HTSDIR "$(HTSDIR)"' >> $@
+       echo '#define SAMTOOLS_LIBS "$(LIBS)"' >> $@
+       echo '#define SAMTOOLS_CURSES_LIB "$(CURSES_LIB)"' >> $@
++      sed -i -e 's@$(CURDIR)@BUILDPATH@g' $@
+ 
+ print-version:
+       @echo $(PACKAGE_VERSION)


=====================================
debian/patches/series
=====================================
@@ -0,0 +1 @@
+reproducible.patch



View it on GitLab: 
https://salsa.debian.org/med-team/samtools/-/compare/d05af603d52195c4e7ffb025ee091284284fc4ef...fc228655e35308a3cb76a0ba97ff167edc2a75df

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/samtools/-/compare/d05af603d52195c4e7ffb025ee091284284fc4ef...fc228655e35308a3cb76a0ba97ff167edc2a75df
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to