diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/copyright | 22 | ||||
| -rw-r--r-- | debian/lrc.excludes | 6 | ||||
| -rw-r--r-- | debian/patches/0005-fix_link_lib_failed.patch | 4 |
4 files changed, 21 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog index 7fa22f7..b77ed88 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ xtrkcad (1:5.3.1GA-1) UNRELEASED; urgency=medium - Add -std=gnu17 to CFLAGS to fix FTBFS with GCC-15 (Closes: #1098175). * debian/copyright: - Replace old FSF address. + - Rewrite to make lrc happy. * debian/control: - Bump Standards-Version to 4.7.2.0. - Change Vcs-Git from git to https. diff --git a/debian/copyright b/debian/copyright index 60ad722..88ce0f3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -6,7 +6,7 @@ Source: http://sourceforge.net/projects/xtrkcad-fork/ Files: * Copyright: 2003 Sillub Technology 2005-2015 Troy D. Hanson - 2005-2022 Dave Bullis + 2005-2024 Dave Bullis 2006-2024 Martin Fischer 2007 Bob Blackwell License: GPL-2+ @@ -78,7 +78,7 @@ License: Expat Files: app/tools/dirent.* Copyright: 1997-2003 Kevlin Henney -License: permissive +License: Kevlin-Henney Files: app/wlib/gtklib/uthash.h Copyright: 2005-2014 Troy D. Hanson @@ -172,14 +172,6 @@ License: Expat TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -License: permissive - Permission to use, copy, modify, and distribute this software and its - documentation for any purpose is hereby granted without fee, provided - that this copyright and permissions notice appear in all copies and - derivatives. - . - This software is supplied "as is" without express or implied warranty. - License: public-domain THIS WORK IS IN PUBLIC DOMAIN: The person or persons who have associated work with this document @@ -305,3 +297,13 @@ License: APAFML are prominently noted in the modified file(s); and that this paragraph is not modified. Adobe Systems has no responsibility or obligation to support the use of the AFM files. + +License: Kevlin-Henney + Permission to use, copy, modify, and distribute this software and its + documentation for any purpose is hereby granted without fee, provided + that this copyright and permissions notice appear in all copies and + derivatives. + . + This software is supplied "as is" without express or implied warranty. + . + But that said, if there are any problems please get in touch. diff --git a/debian/lrc.excludes b/debian/lrc.excludes new file mode 100644 index 0000000..60bbe05 --- /dev/null +++ b/debian/lrc.excludes @@ -0,0 +1,6 @@ +LICENSE +app/tools/halibut/LICENCE +app/wlib/mswlib/getline/LICENSE +app/doc/warranty.but +distribution/posix/xtrkcad.spec +app/doc/warranty.but diff --git a/debian/patches/0005-fix_link_lib_failed.patch b/debian/patches/0005-fix_link_lib_failed.patch index 29d3bde..3ea9bf2 100644 --- a/debian/patches/0005-fix_link_lib_failed.patch +++ b/debian/patches/0005-fix_link_lib_failed.patch @@ -2,8 +2,8 @@ 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: 14-11-2024 ---- +Last-Update: 2024-11-14 +- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- a/CMake/FindLibzip.cmake +++ b/CMake/FindLibzip.cmake |
