Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
6
Adding a patch to fix hurd and kfreebsd-* builds.
· e78b2fda
Andrius Merkys
authored
Apr 16, 2019
e78b2fda
Fixing line endings in patch fix_unix_builds.patch.
· a6edcdde
Andrius Merkys
authored
Apr 16, 2019
a6edcdde
Adding patch description.
· 522d2002
Andrius Merkys
authored
Apr 16, 2019
522d2002
Removing 'pilercr' executable in override_dh_auto_clean.
· bec37dac
Andrius Merkys
authored
Apr 16, 2019
bec37dac
Fixing my e-mail in debian/copyright.
· b96b738a
Andrius Merkys
authored
Apr 16, 2019
b96b738a
Preparing for upload.
· 408c4b28
Andrius Merkys
authored
Apr 16, 2019
408c4b28
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
408c4b28
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)
...
...
debian/copyright
View file @
408c4b28
...
...
@@ -18,7 +18,7 @@ License: public-domain
AND FITNESS FOR A PARTICULAR PURPOSE.
Files: debian/*
Copyright: 201
8
Andrius Merkys <
andrius@trobagrybis.ibt.lt
>
Copyright: 201
9
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
...
...
debian/patches/fix_unix_builds.patch
0 → 100644
View file @
408c4b28
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()
{
debian/patches/series
View file @
408c4b28
fix_unix_builds.patch
no-static.patch
debugsymbols.patch
debian/rules
View file @
408c4b28
...
...
@@ -16,4 +16,4 @@ override_dh_installman:
dh_installman
override_dh_auto_clean:
rm -f *.o pilercr.1
rm -f *.o
pilercr
pilercr.1