Skip to content

Commit 1ba3365

Browse files
committed
Set proper package version during build
1 parent d0f0c52 commit 1ba3365

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,8 @@ debian/.debhelper/
33
debian/composer/
44
tmp/
55

6+
/debian/composer.debhelper.log
7+
/debian/composer.postrm.debhelper
8+
/debian/composer.substvars
9+
/debian/debhelper-build-stamp
10+
/debian/files

debian/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ distributions.each {
3535
stage('Checkout ' + distribution) {
3636
buildImage = docker.image(vendor + '/' + distribution)
3737
sh 'git checkout debian/changelog'
38+
sh 'sh debian/setver'
3839
def version = sh (
3940
script: 'dpkg-parsechangelog --show-field Version',
4041
returnStdout: true
@@ -70,4 +71,3 @@ distributions.each {
7071
}
7172
}
7273
}
73-

debian/changelog

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
composer (2.5.4) UNRELEASED; urgency=medium
1+
composer (2.7.2) UNRELEASED; urgency=medium
22

33
[ root ]
44
* LICENSE README.md build.sh composer debian Fixed 1.10.2 regression
@@ -518,7 +518,22 @@ composer (2.5.4) UNRELEASED; urgency=medium
518518
* * Fixed extra.plugin-optional support in PluginInstaller when
519519
doing pre-install checks (#11318)
520520

521-
-- vitex <info@vitexsoftware.cz> Tue, 28 Feb 2023 11:29:14 +0100
521+
[ Vítězslav Dvořák ]
522+
* * Added info about the PHP version when running `composer --
523+
version` (#11866)
524+
* Added warning when the root version cannot be detected (#11858)
525+
* Fixed plugins still being enabled in a few contexts when running
526+
as root (c3efff91f)
527+
* Fixed `outdated --ignore ...` still attempting to load the latest
528+
version of the ignored packages (#11863)
529+
* Fixed handling of broken symlinks in the middle of an install path
530+
(#11864)
531+
* Fixed `update --lock` still incorrectly updating some metadata
532+
(#11850, #11787)
533+
**Full Changelog**:
534+
https://github.com/composer/composer/compare/2.7.1...2.7.2
535+
536+
-- Vítězslav Dvořák <info@vitexsoftware.cz> Wed, 03 Apr 2024 12:51:39 +0200
522537

523538
composer (1.0) EXPERIMENTAL; urgency=medium
524539

0 commit comments

Comments
 (0)