changed debian/source/format to native

This commit is contained in:
luoyaoming 2024-04-24 20:05:12 +08:00
parent ff32fa1415
commit 185d2fb303
3 changed files with 1 additions and 24 deletions

View File

@ -1,22 +0,0 @@
Index: libxres/autogen.sh
===================================================================
--- /dev/null
+++ libxres/autogen.sh
@@ -0,0 +1,17 @@
+#! /bin/sh
+
+srcdir=`dirname "$0"`
+test -z "$srcdir" && srcdir=.
+
+ORIGDIR=`pwd`
+cd "$srcdir"
+
+autoreconf -v --install || exit 1
+cd "$ORIGDIR" || exit $?
+
+git config --local --get format.subjectPrefix >/dev/null 2>&1 ||
+ git config --local format.subjectPrefix "PATCH libXRes"
+
+if test -z "$NOCONFIGURE"; then
+ exec "$srcdir"/configure "$@"
+fi

View File

@ -1 +0,0 @@
autogen.sh-install

View File

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