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 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