Skip to content

Commit a96eab2

Browse files
committed
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
1 parent a406746 commit a96eab2

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

ChangeLog

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
2015-11-26 Richard Frith-Macdonald <rfm@gnu.org>
1+
2015-11-26 Ivan Vucica <ivan@vucica.net>
2+
3+
* ChangeLog:
4+
Fixed dates on some previous entries.
5+
6+
* bake_debian_files:
7+
Fixed a typo: DEB_PRIORTY -> DEB_PRIORITY.
8+
9+
2015-10-26 Richard Frith-Macdonald <rfm@gnu.org>
210

311
* TestFramework/gnustep-tests.in:
412
Exit with status 1 if there are any test failures, 0 otherwise.
513

6-
2015-11-24 Richard Frith-Macdonald <rfm@gnu.org>
14+
2015-10-24 Richard Frith-Macdonald <rfm@gnu.org>
715

816
* Instance/framework.make:
917
* Instance/library.make:
@@ -12,12 +20,12 @@
1220
code to tell the testcases where to find the library/framework
1321
headers and what to link with in order to do the tests.
1422

15-
2015-11-21 Richard Frith-Macdonald <rfm@gnu.org>
23+
2015-10-21 Richard Frith-Macdonald <rfm@gnu.org>
1624

1725
* Instance/framework.make: Remove unused methods (-frameworkEnv and
1826
-frameworkPath) from the dummy class.
1927

20-
2015-11-20 Richard Frith-Macdonald <rfm@gnu.org>
28+
2015-10-20 Richard Frith-Macdonald <rfm@gnu.org>
2129

2230
* TestFramework/gnustep-tests.in: Deprecate Env.sh ... use TestInfo to
2331
set test ewnvironment

bake_debian_files.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ DEB_SOURCE=${DEB_SOURCE:-${deb_lowercase_package_name}}
5858
DEB_PACKAGE=${DEB_PACKAGE:-${deb_lowercase_package_name}}
5959
DEB_ARCHITECTURE=${DEB_ARCHITECTURE:-${target_arch}} #$(shell (/bin/bash -c "$(CC) -dumpmachine | sed -e 's,\\([^-]*\\).*,\\1,g'"))}
6060
DEB_SECTION=${DEB_SECTION:-gnustep}
61-
DEB_PRIORITY=${DEB_PRIORTY:-optional}
61+
DEB_PRIORITY=${DEB_PRIORITY:-optional}
6262
DEB_VCS_SVN=${DEB_VCS_SVN:-${svn_path}}
6363
DEB_VERSION=${DEB_VERSION:-${TARBALL_VERSION:-${PACKAGE_VERSION}}}
6464
if [ -z "${DEB_BUILD_DEPENDS}" ] ; then

0 commit comments

Comments
 (0)