Author: ivucica
Date: Sun Nov 15 00:37:51 2015
New Revision: 39172

URL: http://svn.gna.org/viewcvs/gnustep?rev=39172&view=rev
Log:
Fixed a typo in bake_debian_files. Fixed dates on some entries in ChangeLog.

Modified:
    tools/make/trunk/ChangeLog
    tools/make/trunk/bake_debian_files.sh

Modified: tools/make/trunk/ChangeLog
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/ChangeLog?rev=39172&r1=39171&r2=39172&view=diff
==============================================================================
--- tools/make/trunk/ChangeLog  (original)
+++ tools/make/trunk/ChangeLog  Sun Nov 15 00:37:51 2015
@@ -1,9 +1,17 @@
-2015-11-26 Richard Frith-Macdonald <[email protected]>
+2015-11-26 Ivan Vucica <[email protected]>
+
+       * ChangeLog:
+       Fixed dates on some previous entries.
+
+       * bake_debian_files:
+       Fixed a typo: DEB_PRIORTY -> DEB_PRIORITY.
+
+2015-10-26 Richard Frith-Macdonald <[email protected]>
 
        * TestFramework/gnustep-tests.in:
        Exit with status 1 if there are any test failures, 0 otherwise.
 
-2015-11-24 Richard Frith-Macdonald <[email protected]>
+2015-10-24 Richard Frith-Macdonald <[email protected]>
 
        * 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 <[email protected]>
+2015-10-21 Richard Frith-Macdonald <[email protected]>
 
        * Instance/framework.make: Remove unused methods (-frameworkEnv and
        -frameworkPath) from the dummy class.
 
-2015-11-20 Richard Frith-Macdonald <[email protected]>
+2015-10-20 Richard Frith-Macdonald <[email protected]>
 
        * TestFramework/gnustep-tests.in: Deprecate Env.sh ... use TestInfo to
        set test ewnvironment

Modified: tools/make/trunk/bake_debian_files.sh
URL: 
http://svn.gna.org/viewcvs/gnustep/tools/make/trunk/bake_debian_files.sh?rev=39172&r1=39171&r2=39172&view=diff
==============================================================================
--- tools/make/trunk/bake_debian_files.sh       (original)
+++ tools/make/trunk/bake_debian_files.sh       Sun Nov 15 00:37:51 2015
@@ -58,7 +58,7 @@
 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


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to