Andrius Merkys pushed to branch master at Debian Med / pilercr
Commits: e78b2fda by Andrius Merkys at 2019-04-16T17:37:04Z Adding a patch to fix hurd and kfreebsd-* builds. - - - - - a6edcdde by Andrius Merkys at 2019-04-16T17:41:27Z Fixing line endings in patch fix_unix_builds.patch. - - - - - 522d2002 by Andrius Merkys at 2019-04-16T17:44:18Z Adding patch description. - - - - - bec37dac by Andrius Merkys at 2019-04-16T17:46:24Z Removing 'pilercr' executable in override_dh_auto_clean. - - - - - b96b738a by Andrius Merkys at 2019-04-16T17:47:43Z Fixing my e-mail in debian/copyright. - - - - - 408c4b28 by Andrius Merkys at 2019-04-16T17:48:58Z Preparing for upload. - - - - - 5 changed files: - debian/changelog - debian/copyright - + debian/patches/fix_unix_builds.patch - debian/patches/series - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +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 <[email protected]> Tue, 16 Apr 2019 13:48:07 -0400 + pilercr (1.06+dfsg-1) unstable; urgency=medium * Initial release (Closes: #909742) ===================================== debian/copyright ===================================== @@ -18,7 +18,7 @@ License: public-domain AND FITNESS FOR A PARTICULAR PURPOSE. Files: debian/* -Copyright: 2018 Andrius Merkys <[email protected]> +Copyright: 2019 Andrius Merkys <[email protected]> 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,0 +1,12 @@ +Description: fix incorrect logic to select the OS type +Author: Andrius Merkys <[email protected]> +--- 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 ===================================== @@ -1,2 +1,3 @@ +fix_unix_builds.patch no-static.patch debugsymbols.patch ===================================== debian/rules ===================================== @@ -16,4 +16,4 @@ override_dh_installman: dh_installman override_dh_auto_clean: - rm -f *.o pilercr.1 + rm -f *.o pilercr pilercr.1 View it on GitLab: https://salsa.debian.org/med-team/pilercr/compare/984a376a80507da24221df3d511ec300e05a5265...408c4b28e5e841a52dc95b60e1726b8366ceb4bb -- View it on GitLab: https://salsa.debian.org/med-team/pilercr/compare/984a376a80507da24221df3d511ec300e05a5265...408c4b28e5e841a52dc95b60e1726b8366ceb4bb 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
