summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-01-05 08:03:12 +0100
committerSébastien Helleu <flashcode@flashtux.org>2023-01-05 08:03:12 +0100
commitdb81c07e1f1b85f3fd2ce5a14ef9d15a838e2cea (patch)
treea02318b329b38deb6b986ee9d3a1d97f2d1f74bd
parent30ad9ca62d3e47f6f806538d7b733dbab67710f9 (diff)
downloadweechat-db81c07e1f1b85f3fd2ce5a14ef9d15a838e2cea.zip
core: rename script build-debian.sh to build_debian.sh
-rw-r--r--.gitattributes2
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--ChangeLog.adoc2
-rwxr-xr-xtools/build_debian.sh (renamed from tools/build-debian.sh)10
-rw-r--r--tools/debian/patches/README2
5 files changed, 10 insertions, 10 deletions
diff --git a/.gitattributes b/.gitattributes
index c36ca414f..36274254e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5,4 +5,4 @@ debian-devel export-ignore
debian-stable export-ignore
weechat.spec export-ignore
.mailmap export-ignore
-tools/build-debian.sh export-ignore
+tools/build_debian.sh export-ignore
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5eef15f9f..5a9637e21 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -147,10 +147,10 @@ jobs:
sudo apt-get --yes --no-install-recommends install ${{ env.WEECHAT_DEPENDENCIES }} php-dev
- name: Test Debian patches
- run: ./tools/build-debian.sh test-patches
+ run: ./tools/build_debian.sh test-patches
- name: Build Debian packages
- run: ./tools/build-debian.sh devel ubuntu/jammy
+ run: ./tools/build_debian.sh devel ubuntu/jammy
- name: Install Debian packages
run: sudo dpkg -i ../weechat-devel*.deb
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index 672289d68..8592a845c 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -65,7 +65,7 @@ Tests::
Build::
- * core: rename script git-version.sh to set_git_version.sh
+ * core: rename scripts: build-debian.sh to build_debian.sh, git-version.sh to set_git_version.sh
* debian: change dependency guile-2.2-dev to guile-3.0-dev
* python: remove support of Python 2.x
* ruby: add detection of Ruby 3.2
diff --git a/tools/build-debian.sh b/tools/build_debian.sh
index 5cfc71d40..67a3c8b07 100755
--- a/tools/build-debian.sh
+++ b/tools/build_debian.sh
@@ -38,12 +38,12 @@
#
# Examples:
#
-# …/build-debian.sh devel debian/sid
-# …/build-debian.sh stable debian/bullseye
-# …/build-debian.sh 1.9 ubuntu/jammy
-# …/build-debian.sh 1.9-2 ubuntu/focal
+# …/build_debian.sh devel debian/sid
+# …/build_debian.sh stable debian/bullseye
+# …/build_debian.sh 1.9 ubuntu/jammy
+# …/build_debian.sh 1.9-2 ubuntu/focal
#
-# …/build-debian.sh test-patches
+# …/build_debian.sh test-patches
#
# Environment variables that can be used:
#
diff --git a/tools/debian/patches/README b/tools/debian/patches/README
index 3a2699a55..59b8f1adb 100644
--- a/tools/debian/patches/README
+++ b/tools/debian/patches/README
@@ -1,4 +1,4 @@
This directory contains patches that must be applied for some old Debian/Ubuntu
versions, in order to build Debian packages.
-They are automatically applied by the script "tools/build-debian.sh".
+They are automatically applied by the script "tools/build_debian.sh".