gnu-smalltalk (3.2.4-2) 01_rename_to_gnu_smalltalk.diff

Summary

 Makefile.am      |    2 +-
 configure.ac     |    2 +-
 tests/package.m4 |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

    
download this patch

Patch contents

Rename `smalltalk' package to `gnu-smalltalk'.
--- smalltalk-3.2.orig/Makefile.am
+++ smalltalk-3.2/Makefile.am
@@ -19,7 +19,7 @@
 AUTOMAKE_OPTIONS = gnu 1.8
 ACLOCAL_AMFLAGS = -I build-aux
 
-PACKAGE=smalltalk
+PACKAGE=gnu-smalltalk
 gstdatadir=$(pkgdatadir)
 
 DIST_SUBDIRS = lib-src snprintfv lightning sigsegv libffi opcode libgst \
--- smalltalk-3.2.orig/configure.ac
+++ smalltalk-3.2/configure.ac
@@ -7,7 +7,7 @@
 
 dnl 2.63 needed by testsuite, actually
 AC_PREREQ(2.63)
-AC_INIT([GNU Smalltalk], 3.2.4, help-smalltalk@gnu.org, smalltalk,
+AC_INIT([GNU Smalltalk], 3.2.4, help-smalltalk@gnu.org, gnu-smalltalk,
         [http://smalltalk.gnu.org/])
 MAINTAINER="bonzini@gnu.org"
 
--- smalltalk-3.2.orig/tests/package.m4
+++ smalltalk-3.2/tests/package.m4
@@ -1,6 +1,6 @@
 # Signature of the current package.
 m4_define([AT_PACKAGE_NAME],      [GNU Smalltalk])
-m4_define([AT_PACKAGE_TARNAME],   [smalltalk])
+m4_define([AT_PACKAGE_TARNAME],   [gnu-smalltalk])
 m4_define([AT_PACKAGE_VERSION],   [3.2.4])
 m4_define([AT_PACKAGE_STRING],    [GNU Smalltalk 3.2.4])
 m4_define([AT_PACKAGE_BUGREPORT], [help-smalltalk@gnu.org])