Added golded patch

This commit is contained in:
Deon George 2019-01-28 03:46:05 +00:00
parent 68989fa474
commit 0fe5a15bfa
2 changed files with 57 additions and 0 deletions

56
debian/patches/mygolded.patch vendored Normal file
View File

@ -0,0 +1,56 @@
--- /dev/null
+++ b/golded3/mygolded.h
@@ -0,0 +1,53 @@
+
+// ------------------------------------------------------------------
+// GoldED+
+// Personalized strings.
+// ------------------------------------------------------------------
+// $Id$
+// ------------------------------------------------------------------
+// Please do not modify this file. It's just a template for your
+// local "mygolded.h" settings file. So please change your copy only.
+
+// ------------------------------------------------------------------
+// Please edit these fields to match your real name
+
+#undef __GVER_VENDOR_NAME__
+#define __GVER_VENDOR_NAME__ "Put in your full name here"
+#undef __GVER_VENDOR_FIDO__
+#define __GVER_VENDOR_FIDO__ "your Fidonet-AKA"
+#undef __GVER_VENDOR_EMAIL__
+#define __GVER_VENDOR_EMAIL__ "your email@address"
+
+
+// ------------------------------------------------------------------
+// If you have an important message every user should read, put it
+// here in. If you don't, leave it as default. ;-)
+
+#undef __GVER_RELEASENAME__
+#define __GVER_RELEASENAME__ __GVER_VENDOR_NAME__"\'s personal edition"
+
+
+// ------------------------------------------------------------------
+// It is highly recommended to leave these fields unchanged.
+// They are reserved for future use.
+
+#undef __GVER_PRENAME__
+#define __GVER_PRENAME__ ""
+#undef __GVER_POSTNAME__
+#define __GVER_POSTNAME__ "+"
+#undef __GVER_PRESHORTNAME__
+#define __GVER_PRESHORTNAME__ ""
+#undef __GVER_POSTSHORTNAME__
+#define __GVER_POSTSHORTNAME__ "+"
+
+
+// ------------------------------------------------------------------
+// Version numbers.
+
+#undef __GVER_PREVERSION__
+#define __GVER_PREVERSION__ ""
+#undef __GVER_POSTVERSION__
+#define __GVER_POSTVERSION__ ""
+__GVER__(1,1,5)
+
+// ------------------------------------------------------------------

1
debian/patches/series vendored Normal file
View File

@ -0,0 +1 @@
mygolded.patch