From a1e923d376b4b676a740b245541203eba2f9f507 Mon Sep 17 00:00:00 2001 From: Diogo Mendes Matsubara Date: Thu, 13 Jun 2024 10:36:57 +0200 Subject: [PATCH] Hack to publish debian packages for 0.11.0 --- dist/build-crates-debian-main.js | 4 ++-- dist/build-crates-standalone-main.js | 4 ++-- dist/bump-crates-main.js | 4 ++-- dist/publish-crates-cargo-main.js | 4 ++-- dist/publish-crates-debian-main.js | 4 ++-- dist/publish-crates-eclipse-main.js | 4 ++-- dist/publish-crates-github-main.js | 4 ++-- dist/publish-crates-homebrew-main.js | 4 ++-- src/cargo.ts | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/dist/build-crates-debian-main.js b/dist/build-crates-debian-main.js index 7cb9b60..191f12e 100644 --- a/dist/build-crates-debian-main.js +++ b/dist/build-crates-debian-main.js @@ -127508,7 +127508,7 @@ function buildDebian(path, target, version) { (0,_command__WEBPACK_IMPORTED_MODULE_5__.sh)(`cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version} \ + --deb-version ${version}-stable \ --variant ${variant}`, { cwd: path, }); @@ -127518,7 +127518,7 @@ function buildDebian(path, target, version) { (0,_command__WEBPACK_IMPORTED_MODULE_5__.sh)(`cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version}`, { + --deb-version ${version}-stable`, { cwd: path, }); } diff --git a/dist/build-crates-standalone-main.js b/dist/build-crates-standalone-main.js index 2d7a6d7..d26fd70 100644 --- a/dist/build-crates-standalone-main.js +++ b/dist/build-crates-standalone-main.js @@ -127493,7 +127493,7 @@ function buildDebian(path, target, version) { sh(`cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version} \ + --deb-version ${version}-stable \ --variant ${variant}`, { cwd: path, }); @@ -127503,7 +127503,7 @@ function buildDebian(path, target, version) { sh(`cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version}`, { + --deb-version ${version}-stable`, { cwd: path, }); } diff --git a/dist/bump-crates-main.js b/dist/bump-crates-main.js index ccf6b76..34cd18c 100644 --- a/dist/bump-crates-main.js +++ b/dist/bump-crates-main.js @@ -81214,7 +81214,7 @@ function buildDebian(path, target, version) { sh(`cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version} \ + --deb-version ${version}-stable \ --variant ${variant}`, { cwd: path, }); @@ -81224,7 +81224,7 @@ function buildDebian(path, target, version) { sh(`cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version}`, { + --deb-version ${version}-stable`, { cwd: path, }); } diff --git a/dist/publish-crates-cargo-main.js b/dist/publish-crates-cargo-main.js index a7b08c4..d53a10e 100644 --- a/dist/publish-crates-cargo-main.js +++ b/dist/publish-crates-cargo-main.js @@ -81102,7 +81102,7 @@ function buildDebian(path, target, version) { sh(`cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version} \ + --deb-version ${version}-stable \ --variant ${variant}`, { cwd: path, }); @@ -81112,7 +81112,7 @@ function buildDebian(path, target, version) { sh(`cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version}`, { + --deb-version ${version}-stable`, { cwd: path, }); } diff --git a/dist/publish-crates-debian-main.js b/dist/publish-crates-debian-main.js index cfade69..bd2fa0a 100644 --- a/dist/publish-crates-debian-main.js +++ b/dist/publish-crates-debian-main.js @@ -127488,7 +127488,7 @@ function buildDebian(path, target, version) { sh(`cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version} \ + --deb-version ${version}-stable \ --variant ${variant}`, { cwd: path, }); @@ -127498,7 +127498,7 @@ function buildDebian(path, target, version) { sh(`cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version}`, { + --deb-version ${version}-stable`, { cwd: path, }); } diff --git a/dist/publish-crates-eclipse-main.js b/dist/publish-crates-eclipse-main.js index d97af27..c8362e9 100644 --- a/dist/publish-crates-eclipse-main.js +++ b/dist/publish-crates-eclipse-main.js @@ -127569,7 +127569,7 @@ function buildDebian(path, target, version) { sh(`cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version} \ + --deb-version ${version}-stable \ --variant ${variant}`, { cwd: path, }); @@ -127579,7 +127579,7 @@ function buildDebian(path, target, version) { sh(`cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version}`, { + --deb-version ${version}-stable`, { cwd: path, }); } diff --git a/dist/publish-crates-github-main.js b/dist/publish-crates-github-main.js index c49d065..600c78e 100644 --- a/dist/publish-crates-github-main.js +++ b/dist/publish-crates-github-main.js @@ -127569,7 +127569,7 @@ function buildDebian(path, target, version) { sh(`cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version} \ + --deb-version ${version}-stable \ --variant ${variant}`, { cwd: path, }); @@ -127579,7 +127579,7 @@ function buildDebian(path, target, version) { sh(`cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version}`, { + --deb-version ${version}-stable`, { cwd: path, }); } diff --git a/dist/publish-crates-homebrew-main.js b/dist/publish-crates-homebrew-main.js index 85981f2..9f5142e 100644 --- a/dist/publish-crates-homebrew-main.js +++ b/dist/publish-crates-homebrew-main.js @@ -127473,7 +127473,7 @@ function buildDebian(path, target, version) { sh(`cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version} \ + --deb-version ${version}-stable \ --variant ${variant}`, { cwd: path, }); @@ -127483,7 +127483,7 @@ function buildDebian(path, target, version) { sh(`cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version}`, { + --deb-version ${version}-stable`, { cwd: path, }); } diff --git a/src/cargo.ts b/src/cargo.ts index 30bf5b5..b782f45 100644 --- a/src/cargo.ts +++ b/src/cargo.ts @@ -335,7 +335,7 @@ export function buildDebian(path: string, target: string, version: string) { `cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version} \ + --deb-version ${version}-stable \ --variant ${variant}`, { cwd: path, @@ -347,7 +347,7 @@ export function buildDebian(path: string, target: string, version: string) { `cargo deb --no-build --no-strip \ --target ${target} \ --package ${package_.name} \ - --deb-version ${version}`, + --deb-version ${version}-stable`, { cwd: path, },