changed debian/source/format to native

This commit is contained in:
openKylinBot 2022-05-14 03:39:29 +08:00
parent 945ad26271
commit 2819b7d828
4 changed files with 1 additions and 48 deletions

View File

@ -1,22 +0,0 @@
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Sat, 14 May 2022 03:39:29 +0800
Subject: Debian specific;
prefer x-terminal-emulator as terminal to run applications in.
---
libmate-desktop/mate-desktop-utils.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libmate-desktop/mate-desktop-utils.c b/libmate-desktop/mate-desktop-utils.c
index b86253e..fd8466b 100644
--- a/libmate-desktop/mate-desktop-utils.c
+++ b/libmate-desktop/mate-desktop-utils.c
@@ -135,6 +135,8 @@ mate_desktop_prepend_terminal_to_vector (int *argc, char ***argv)
* as -e in mate-terminal is broken we use that. */
term_argv[1] = g_strdup ("-x");
} else {
+ if (check == NULL)
+ check = g_find_program_in_path ("x-terminal-emulator");
if (check == NULL)
check = g_find_program_in_path ("nxterm");
if (check == NULL)

View File

@ -1,23 +0,0 @@
From: Chris Lamb <lamby@debian.org>
Date: Sat, 14 May 2022 03:39:29 +0800
Subject: Make the build reproducible
Last-Update: 2020-02-15
---
configure.ac | 3 +++
1 file changed, 3 insertions(+)
diff --git a/configure.ac b/configure.ac
index af02709..db96529 100644
--- a/configure.ac
+++ b/configure.ac
@@ -62,6 +62,9 @@ AC_DEFINE(MATE_MINOR, [mate_minor], [Define to the minor version])
AC_DEFINE(MATE_MICRO, [mate_micro], [Define to the micro version])
RELEASE_YEAR=`date +%Y`
+if test "x$SOURCE_DATE_EPOCH" != "x"; then
+ RELEASE_YEAR=`date -u -d "@$SOURCE_DATE_EPOCH" +%Y 2>/dev/null || date -u -r $SOURCE_DATE_EPOCH +%Y || date -u +%Y`
+fi
AC_SUBST([RELEASE_YEAR])
AC_ARG_ENABLE(deprecation_flags,

View File

@ -1,2 +0,0 @@
2001_prefer-x-terminal-emulator.patch
2002_reproducible-build.patch

View File

@ -1 +1 @@
3.0 (quilt)
3.0 (native)