summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/leap-seconds.patch10
-rw-r--r--debian/patches/series1
2 files changed, 11 insertions, 0 deletions
diff --git a/debian/patches/leap-seconds.patch b/debian/patches/leap-seconds.patch
new file mode 100644
index 0000000..fa7cd6a
--- /dev/null
+++ b/debian/patches/leap-seconds.patch
@@ -0,0 +1,10 @@
+--- a/celestia.cfg 2022-06-18 21:49:37.401596634 +0300
++++ b/celestia.cfg 2022-06-18 21:49:46.949762042 +0300
+@@ -429,6 +429,6 @@
+ # can be dounload from ftp://ftp.nist.gov/pub/time/leap-seconds.list or
+ # ftp://ftp.boulder.nist.gov/pub/time/leap-seconds.list.
+ #------------------------------------------------------------------------
+-# LeapSecondsFile "/usr/share/zoneinfo/leap-seconds.list"
++LeapSecondsFile "/usr/share/zoneinfo/leap-seconds.list"
+
+ }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..fb789af
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+leap-seconds.patch