From c990bd38989a2ee5a9e2c3ed4fba08109d423d7c Mon Sep 17 00:00:00 2001 From: 5hv5hvnk Date: Mon, 2 Jan 2023 01:39:43 +0530 Subject: [PATCH 1/2] added control file for deb --- platforms/Linux/DEB/Debian/bullseye/control | 8 ++++++++ platforms/Linux/DEB/Debian/buster/control | 8 ++++++++ 2 files changed, 16 insertions(+) create mode 100755 platforms/Linux/DEB/Debian/bullseye/control create mode 100755 platforms/Linux/DEB/Debian/buster/control diff --git a/platforms/Linux/DEB/Debian/bullseye/control b/platforms/Linux/DEB/Debian/bullseye/control new file mode 100755 index 00000000..f5e4c8d3 --- /dev/null +++ b/platforms/Linux/DEB/Debian/bullseye/control @@ -0,0 +1,8 @@ +Package: swiftlang +Version: 5.7.2 +License: Apache 2.0 +Maintainer: swift-infrastructure@forums.swift.org +URL: https://swift.org +Description: Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns.The goal of the Swift project is to create the best available language for uses ranging from system programming, to mobile and desktop apps, scaling up to cloud services. Most importantly, Swift is designed to make writing anf maintaining correct programs easier for the developer. +Architecture: all +Repo: https:/github.com/apple/swift-installer-scripts diff --git a/platforms/Linux/DEB/Debian/buster/control b/platforms/Linux/DEB/Debian/buster/control new file mode 100755 index 00000000..f5e4c8d3 --- /dev/null +++ b/platforms/Linux/DEB/Debian/buster/control @@ -0,0 +1,8 @@ +Package: swiftlang +Version: 5.7.2 +License: Apache 2.0 +Maintainer: swift-infrastructure@forums.swift.org +URL: https://swift.org +Description: Swift is a general-purpose programming language built using a modern approach to safety, performance, and software design patterns.The goal of the Swift project is to create the best available language for uses ranging from system programming, to mobile and desktop apps, scaling up to cloud services. Most importantly, Swift is designed to make writing anf maintaining correct programs easier for the developer. +Architecture: all +Repo: https:/github.com/apple/swift-installer-scripts From 55e1dc0b19065a0264cbedf8f19c602013a3f5a0 Mon Sep 17 00:00:00 2001 From: 5hv5hvnk Date: Mon, 2 Jan 2023 01:41:42 +0530 Subject: [PATCH 2/2] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eb6897d..32f9d756 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ https://download.swift.org/repo/centos/releases/8/swiftlang.repo ### Debian Package (Deb)* -- [ ] [SR-15334](https://bugs.swift.org/browse/SR-15334) Create Debs control file +- [x] [SR-15334](https://bugs.swift.org/browse/SR-15334) Create Debs control file - [ ] [SR-15335](https://bugs.swift.org/browse/SR-15335) Setup CI to build the deb package - [ ] [SR-15336](https://bugs.swift.org/browse/SR-15336) Code sign package with swift.org certificate - [ ] [SR-15337](https://bugs.swift.org/browse/SR-15337) Host the deb package on swift.org