Skip to content

Commit 0f968e1

Browse files
committed
deb: correct devtools packaging
1 parent 5e4e49f commit 0f968e1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.ci/linux-devtools-deb.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
cd $(Build.StagingDirectory)
4141
mkdir devtools/DEBIAN
4242
cp $(Build.SourcesDirectory)/debian/linux-devtools devtools/DEBIAN/control
43-
sed -e "s/version:/& $(date +%Y%m%d).$(Build.BuildId)/" -i devtools/DEBIAN/control
43+
sed -e "s/Version:/& $(Build.BuildId)/" -i devtools/DEBIAN/control
4444
fakeroot dpkg-deb --build devtools
4545
displayName: 'package image'
4646
- task: PublishBuildArtifacts@1

debian/linux-devtools

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
package: linux-swift-devtools
2-
version:
3-
architecture: amd64
4-
maintainer: Saleem Abdulrasool <[email protected]>
5-
description: Linux Swift Developer Tools
1+
Package: swift-devtools
2+
Version:
3+
Architecture: amd64
4+
Maintainer: Saleem Abdulrasool <[email protected]>
5+
Description: Linux Swift Developer Tools
66

0 commit comments

Comments
 (0)