Summary
Description: Phoronix Test Suite open-source benchmarking development
Last Change: Tue 5/21/13 15:49
Recent Commits
>
--git a/CHANGE-LOG b/CHANGE-LOG
index b8e5e15..2f162b8 100644
--- a/CHANGE-LOG
+++ b/CHANGE-LOG
@@ -8,6 +8,7 @@ Phoronix Test Suite (Git)
- pts-core: Invalid command improvements
- pts-core: Various alterations
- phodevi: Support to attempt to detect the file-system underneath ecryptfs
+- pts-core: Debian control script update
Phoronix Test Suite 4.0 Milestone 2
29 April 2012
diff --git a/documentation/stubs/99_development_credits.html b/documentation/stubs/99_development_credits.html
index 939f533..447c458 100644
--- a/documentation/stubs/99_development_credits.html
+++ b/documentation/stubs/99_development_credits.html
@@ -11,6 +11,7 @@
<li>Andrew Schofield</li>
<li>Apaige</li>
<li>Ben Kero</li>
+<li>Bryan Quigley</li>
<li>Chris Campbell</li>
<li>Daniel Díaz</li>
<li>Daniel Stodden / Citrix</li>
diff --git a/pts-core/static/scripts/build-package-deb.php b/pts-core/static/scripts/build-package-deb.php
index 653cd15..6b9b17e 100644
--- a/pts-core/static/scripts/build-package-deb.php
+++ b/pts-core/static/scripts/build-package-deb.php
@@ -3,8 +3,8 @@
/*
Phoronix Test Suite
URLs: http://www.phoronix.com, http://www.phoronix-test-suite.com/
- Copyright (C) 2008 - 2011, Phoronix Media
- Copyright (C) 2008 - 2011, Michael Larabel
+ Copyright (C) 2008 - 2012, Phoronix Media
+ Copyright (C) 2008 - 2012, Michael Larabel
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -54,7 +54,8 @@ $control_file .= "Architecture: all\n";
$control_file .= "Depends: php5-cli, php5-gd\n";
$control_file .= "Recommends: build-essential\n";
$control_file .= "Maintainer: Phoronix Media <trondheim-pts@phoronix-test-suite.com>\n";
-$control_file .= "Description: " . @str_replace("\n", " ", file_get_contents("pts-core/static/short-description.txt")) . "\n";
+$control_file .= "Description: An Automated, Open-Source Testing Framework\n " . @str_replace("\n", " ", file_get_contents('pts-core/static/short-description.txt')) . "\n";
+$control_file .= "Homepage: http://www.phoronix-test-suite.com/ \n";
file_put_contents("/tmp/pts-deb-builder/DEBIAN/control", $control_file);
shell_exec("dpkg --build /tmp/pts-deb-builder ../phoronix-test-suite_" . $pts_version 
Copyright © 2013 by Phoronix Media