Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package gau2grid diff -Nru gau2grid-1.3.1/debian/changelog gau2grid-1.3.1/debian/changelog --- gau2grid-1.3.1/debian/changelog 2019-01-01 13:06:25.000000000 +0100 +++ gau2grid-1.3.1/debian/changelog 2019-05-12 08:53:30.000000000 +0200 @@ -1,3 +1,12 @@ +gau2grid (1.3.1-2) unstable; urgency=medium + + * Team upload + * Fix FTBFS if build directory contains "-D" + Closes: #928363 + * d/copyright: Fix license name + + -- Andreas Tille <ti...@debian.org> Sun, 12 May 2019 08:53:30 +0200 + gau2grid (1.3.1-1) unstable; urgency=medium * New upstream release. diff -Nru gau2grid-1.3.1/debian/copyright gau2grid-1.3.1/debian/copyright --- gau2grid-1.3.1/debian/copyright 2018-05-20 21:08:58.000000000 +0200 +++ gau2grid-1.3.1/debian/copyright 2019-05-12 08:53:30.000000000 +0200 @@ -5,9 +5,9 @@ Files: * Copyright: 2017 Daniel G. A. Smith -License: BSD +License: BSD-3-clause -License: BSD +License: BSD-3-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . diff -Nru gau2grid-1.3.1/debian/patches/fix_setup.py gau2grid-1.3.1/debian/patches/fix_setup.py --- gau2grid-1.3.1/debian/patches/fix_setup.py 1970-01-01 01:00:00.000000000 +0100 +++ gau2grid-1.3.1/debian/patches/fix_setup.py 2019-05-12 08:53:30.000000000 +0200 @@ -0,0 +1,16 @@ +Author: Santiago Vila <sanv...@debian.org> +Date: Thu, 2 May 2019 22:51:02 UTC +Bug-Debian: https://bugs.debian.org/928363 +Description: Fix FTBFS if build directory contains "-D" + +--- a/setup.py ++++ b/setup.py +@@ -83,7 +83,7 @@ if __name__ == "__main__": + # Parse out CMake args + setup_args = [] + for arg in sys.argv: +- if "-D" not in arg: ++ if not arg.startswith("-D"): + setup_args.append(arg) + continue + diff -Nru gau2grid-1.3.1/debian/patches/series gau2grid-1.3.1/debian/patches/series --- gau2grid-1.3.1/debian/patches/series 2019-01-01 12:53:11.000000000 +0100 +++ gau2grid-1.3.1/debian/patches/series 2019-05-12 08:53:30.000000000 +0200 @@ -1 +1,2 @@ pybuild_install_fix.patch +fix_setup.py unblock gau2grid/1.3.1-2 -- System Information: Debian Release: 9.9 APT prefers stable-updates APT policy: (500, 'stable-updates'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-6-amd64 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)