Nilesh Patra pushed to branch master at Debian Med / rampler
Commits: 2e79c96a by Nilesh Patra at 2020-10-01T23:22:54+05:30 Add patch to fix tests on arm64 (Closes: #970341) - - - - - 3e81d73a by Nilesh Patra at 2020-10-01T23:23:05+05:30 Update changelog - - - - - 3 changed files: - debian/changelog - + debian/patches/arm64.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +rampler (1.1.1-3) unstable; urgency=medium + + * Team upload. + * Add patch to fix tests on arm64 (Closes: #970341) + + -- Nilesh Patra <[email protected]> Thu, 01 Oct 2020 23:14:59 +0530 + rampler (1.1.1-2) unstable; urgency=medium [ Steffen Möller ] ===================================== debian/patches/arm64.patch ===================================== @@ -0,0 +1,16 @@ +Author: Nilesh Patra <[email protected]> +Description: Change char to signed for comparison - fixes arm64 tests +Last-Changed: October 1, 2020 +Forwarded: https://github.com/rvaser/rampler/pull/3 +--- a/src/main.cpp ++++ b/src/main.cpp +@@ -24,7 +24,7 @@ + + std::string out_directory = "."; + +- char argument; ++ signed char argument; + while ((argument = getopt_long(argc, argv, "o:h", options, nullptr)) != -1) { + switch (argument) { + case 'o': + ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ use_debian_packaged_libs.patch +arm64.patch View it on GitLab: https://salsa.debian.org/med-team/rampler/-/compare/e3dcb1e77d40797935110401abb5f7a1de83b686...3e81d73a55dc4e719cae81d756843de6b6d4506c -- View it on GitLab: https://salsa.debian.org/med-team/rampler/-/compare/e3dcb1e77d40797935110401abb5f7a1de83b686...3e81d73a55dc4e719cae81d756843de6b6d4506c 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
