[med-svn] [Git][med-team/ataqv][master] 3 commits: Make the build reproducible courtesy of Chris Lamb. (Closes: #959714)

Michael R. Crusoe gitlab at salsa.debian.org
Wed May 6 14:26:57 BST 2020



Michael R. Crusoe pushed to branch master at Debian Med / ataqv


Commits:
3b3999cb by Michael R. Crusoe at 2020-05-06T15:21:03+02:00
Make the build reproducible courtesy of Chris Lamb. (Closes: #959714)

- - - - -
c079360d by Michael R. Crusoe at 2020-05-06T15:22:16+02:00
debian/upstream/metadata: Add Repository & Repository-Browse

- - - - -
f4b53bd5 by Michael R. Crusoe at 2020-05-06T15:22:16+02:00
release 1.1.1+ds-3 to unstable.

- - - - -


4 changed files:

- debian/changelog
- + debian/patches/reproducible_build
- debian/patches/series
- debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+ataqv (1.1.1+ds-3) unstable; urgency=medium
+
+  * Make the build reproducible courtesy of Chris Lamb. (Closes: #959714)
+  * debian/upstream/metadata: Add Repository & Repository-Browse
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com>  Wed, 06 May 2020 15:19:39 +0200
+
 ataqv (1.1.1+ds-2) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/patches/reproducible_build
=====================================
@@ -0,0 +1,25 @@
+Description: Make the build reproducible
+Author: Chris Lamb <lamby at debian.org>
+Last-Update: 2020-05-04
+
+--- ataqv-1.1.1+ds.orig/src/scripts/mkarv
++++ ataqv-1.1.1+ds/src/scripts/mkarv
+@@ -285,7 +285,7 @@ def parse_arguments():
+         """each line contains a fragment length and count. It may """
+     ))
+ 
+-    parser.add_argument('-t', '--template-directory', default=locate_template_directory(sys.argv[0]), help=("""The location of the web app directory template."""))
++    parser.add_argument('-t', '--template-directory', default='auto', help=("""The location of the web app directory template."""))
+ 
+     parser.add_argument('-v', '--verbose', action='store_true', help='Talk more.')
+     parser.add_argument('--version', action='version', version=PROGRAM_VERSION)
+@@ -569,6 +569,9 @@ def write_metrics(indent, metrics):
+ if __name__ == '__main__':
+     args = parse_arguments()
+ 
++    if args.template_directory == 'auto':
++        args.template_directory = locate_template_directory(sys.argv[0])
++
+     loglevel = args.verbose and logging.DEBUG or logging.INFO
+     logging.basicConfig(level=loglevel, format=LOGGING_FORMAT)
+     logger = logging.getLogger(PROGRAM)


=====================================
debian/patches/series
=====================================
@@ -4,3 +4,4 @@ python3
 packaged_js
 spelling
 clean_less
+reproducible_build


=====================================
debian/upstream/metadata
=====================================
@@ -1,3 +1,5 @@
+Repository: https://github.com/ParkerLab/ataqv.git
+Repository-Browse: https://github.com/ParkerLab/ataqv
 Bug-Database: https://github.com/ParkerLab/ataqv/issues
 Bug-Submit: https://github.com/ParkerLab/ataqv/issues/new
 Reference:



View it on GitLab: https://salsa.debian.org/med-team/ataqv/-/compare/475802e012fb0cdd426d8d2f8b7162c56bec3959...f4b53bd570a962d3ab2fde700c8fc570e88e5d96

-- 
View it on GitLab: https://salsa.debian.org/med-team/ataqv/-/compare/475802e012fb0cdd426d8d2f8b7162c56bec3959...f4b53bd570a962d3ab2fde700c8fc570e88e5d96
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200506/1145fea9/attachment-0001.html>


More information about the debian-med-commit mailing list