Skip to content

Commit 76352cc

Browse files
committed
debian: add initial control files for debian packaging
The packaging on debian mostly requires the control files and a pre-configured layout to package as a root. This adds the control files as a starting point.
1 parent 3e4112a commit 76352cc

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Package: swift-lang
2+
Version: @VERSION@
3+
Architecture: @ARCH@
4+
Maintainer: Saleem Abdulrasool <[email protected]>
5+
Description: C/C++/Objective-C/Swift Toolchain
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Package: swift-lang-linux-runtime
2+
Version: @VERSION@
3+
Architecture: @ARCH@
4+
Maintainer: Saleem Abdulrasool <[email protected]>
5+
Description: Swift Runtime for Linux
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Package: swift-lang-linux-dev
2+
Version: @VERSION@
3+
Architecture: @ARCH@
4+
Maintainer: Saleem Abdulrasool <[email protected]>
5+
Description: Swift Development Content for Linux

0 commit comments

Comments
 (0)