Skip to content
Commits on Source (6)
pilercr (1.06+dfsg-2) unstable; urgency=medium
* Adding a patch to fix hurd and kfreebsd-* builds.
* Removing 'pilercr' executable in override_dh_auto_clean.
* Fixing my e-mail in debian/copyright.
-- Andrius Merkys <merkys@debian.org> Tue, 16 Apr 2019 13:48:07 -0400
pilercr (1.06+dfsg-1) unstable; urgency=medium
* Initial release (Closes: #909742)
......
......@@ -18,7 +18,7 @@ License: public-domain
AND FITNESS FOR A PARTICULAR PURPOSE.
Files: debian/*
Copyright: 2018 Andrius Merkys <andrius@trobagrybis.ibt.lt>
Copyright: 2019 Andrius Merkys <merkys@debian.org>
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
......
Description: fix incorrect logic to select the OS type
Author: Andrius Merkys <merkys@debian.org>
--- a/utils_other.cpp
+++ b/utils_other.cpp
@@ -1,6 +1,6 @@
#include "pilercr.h"
-#if !WIN32 && !(linux || __linux__)
+#if !WIN32 && !(linux || __linux__) && !(unix || __unix)
double GetRAMSize()
{
fix_unix_builds.patch
no-static.patch
debugsymbols.patch
......@@ -16,4 +16,4 @@ override_dh_installman:
dh_installman
override_dh_auto_clean:
rm -f *.o pilercr.1
rm -f *.o pilercr pilercr.1