[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#928853: marked as done (unblock: gau2grid/1.3.1-2)



Your message dated Sun, 12 May 2019 07:25:00 +0000
with message-id <4fca5b6d-5dc8-7380-fce8-812b3e93990e@thykier.net>
and subject line Re: Bug#928853: unblock: gau2grid/1.3.1-2
has caused the Debian Bug report #928853,
regarding unblock: gau2grid/1.3.1-2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
928853: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=928853
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@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 <tille@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 <sanvila@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)

--- End Message ---
--- Begin Message ---
Andreas Tille:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package gau2grid
> 
> [...]
> 
> unblock gau2grid/1.3.1-2
> 
> [...]
> 

Unblocked, thanks.
~Niels

--- End Message ---

Reply to: