From 297cc1eef833a2e9c6785d8d5b4fdb4a03a67bb9 Mon Sep 17 00:00:00 2001 From: shenmo Date: Fri, 18 Apr 2025 00:16:21 +0800 Subject: [PATCH] =?UTF-8?q?1.6.0=20=E6=94=AF=E6=8C=81=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 2 +- src/usr/bin/just-X-me | 1 + src/usr/bin/just-install-me | 1 + src/usr/bin/just-repack-me | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) create mode 120000 src/usr/bin/just-X-me create mode 120000 src/usr/bin/just-install-me create mode 120000 src/usr/bin/just-repack-me diff --git a/debian/changelog b/debian/changelog index fe39fce..445dacf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -uos-packaging-tools (1.5.1) UNRELEASED; urgency=low +uos-packaging-tools (1.6.0) UNRELEASED; urgency=low * Initial release. Closes: #nnnn diff --git a/src/usr/bin/just-X-me b/src/usr/bin/just-X-me new file mode 120000 index 0000000..3315564 --- /dev/null +++ b/src/usr/bin/just-X-me @@ -0,0 +1 @@ +../../opt/uos-packaging-tools/just-X-me \ No newline at end of file diff --git a/src/usr/bin/just-install-me b/src/usr/bin/just-install-me new file mode 120000 index 0000000..9ca11d2 --- /dev/null +++ b/src/usr/bin/just-install-me @@ -0,0 +1 @@ +../../opt/uos-packaging-tools/just-install-me \ No newline at end of file diff --git a/src/usr/bin/just-repack-me b/src/usr/bin/just-repack-me new file mode 120000 index 0000000..60e8671 --- /dev/null +++ b/src/usr/bin/just-repack-me @@ -0,0 +1 @@ +../../opt/uos-packaging-tools/just-repack-me \ No newline at end of file