mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-24 14:48:53 +00:00
Fixed a typo in bake_debian_files. Fixed dates on some entries in ChangeLog.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@39172 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a4067468e0
commit
a96eab2ae3
2 changed files with 13 additions and 5 deletions
16
ChangeLog
16
ChangeLog
|
@ -1,9 +1,17 @@
|
|||
2015-11-26 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
2015-11-26 Ivan Vucica <ivan@vucica.net>
|
||||
|
||||
* ChangeLog:
|
||||
Fixed dates on some previous entries.
|
||||
|
||||
* bake_debian_files:
|
||||
Fixed a typo: DEB_PRIORTY -> DEB_PRIORITY.
|
||||
|
||||
2015-10-26 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* TestFramework/gnustep-tests.in:
|
||||
Exit with status 1 if there are any test failures, 0 otherwise.
|
||||
|
||||
2015-11-24 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
2015-10-24 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Instance/framework.make:
|
||||
* Instance/library.make:
|
||||
|
@ -12,12 +20,12 @@
|
|||
code to tell the testcases where to find the library/framework
|
||||
headers and what to link with in order to do the tests.
|
||||
|
||||
2015-11-21 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
2015-10-21 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Instance/framework.make: Remove unused methods (-frameworkEnv and
|
||||
-frameworkPath) from the dummy class.
|
||||
|
||||
2015-11-20 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
2015-10-20 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* TestFramework/gnustep-tests.in: Deprecate Env.sh ... use TestInfo to
|
||||
set test ewnvironment
|
||||
|
|
|
@ -58,7 +58,7 @@ DEB_SOURCE=${DEB_SOURCE:-${deb_lowercase_package_name}}
|
|||
DEB_PACKAGE=${DEB_PACKAGE:-${deb_lowercase_package_name}}
|
||||
DEB_ARCHITECTURE=${DEB_ARCHITECTURE:-${target_arch}} #$(shell (/bin/bash -c "$(CC) -dumpmachine | sed -e 's,\\([^-]*\\).*,\\1,g'"))}
|
||||
DEB_SECTION=${DEB_SECTION:-gnustep}
|
||||
DEB_PRIORITY=${DEB_PRIORTY:-optional}
|
||||
DEB_PRIORITY=${DEB_PRIORITY:-optional}
|
||||
DEB_VCS_SVN=${DEB_VCS_SVN:-${svn_path}}
|
||||
DEB_VERSION=${DEB_VERSION:-${TARBALL_VERSION:-${PACKAGE_VERSION}}}
|
||||
if [ -z "${DEB_BUILD_DEPENDS}" ] ; then
|
||||
|
|
Loading…
Reference in a new issue