From 0fe5a15bfaa7478af2f80bbe038259f76d4453fc Mon Sep 17 00:00:00 2001 From: Deon George Date: Mon, 28 Jan 2019 03:46:05 +0000 Subject: [PATCH] Added golded patch --- debian/patches/mygolded.patch | 56 +++++++++++++++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 57 insertions(+) create mode 100644 debian/patches/mygolded.patch create mode 100644 debian/patches/series diff --git a/debian/patches/mygolded.patch b/debian/patches/mygolded.patch new file mode 100644 index 0000000..b95bea7 --- /dev/null +++ b/debian/patches/mygolded.patch @@ -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) ++ ++// ------------------------------------------------------------------ diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..29fc373 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +mygolded.patch