mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
core: rename script build-debian.sh to build_debian.sh
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
@@ -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:
|
||||
#
|
||||
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user