diff options
| -rw-r--r-- | debian/changelog | 4 | ||||
| -rw-r--r-- | debian/patches/0005-fix_link_lib_failed.patch | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 740832c..7fa22f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,9 @@ xtrkcad (1:5.3.1GA-1) UNRELEASED; urgency=medium - Replace old FSF address. * debian/control: - Bump Standards-Version to 4.7.2.0. - - Change VCS-Git from git to https. + - Change Vcs-Git from git to https. + * debian/patches/0005-fix_link_lib_failed.patch: + - Fix Last-Update -- Jörg Frings-Fürst <debian@jff.email> Fri, 24 Oct 2025 20:00:44 +0200 diff --git a/debian/patches/0005-fix_link_lib_failed.patch b/debian/patches/0005-fix_link_lib_failed.patch index 23deba2..29d3bde 100644 --- a/debian/patches/0005-fix_link_lib_failed.patch +++ b/debian/patches/0005-fix_link_lib_failed.patch @@ -2,7 +2,7 @@ Description: fix_xtrkcad_build_failure Author: Yue Gui <yuemeng.gui@gmail.com> Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1087474 Forwarded: not-needed -Last-Update: 2024-11-14 <YYYY-MM-DD, last update of the meta-information, optional> +Last-Update: 14-11-2024 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/CMake/FindLibzip.cmake |
