Skip to content

Commit 32059f4

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 32876ac commit 32059f4

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-runtime
2+
Version: @VERSION@
3+
Architecture: @ARCH@
4+
Maintainer: Saleem Abdulrasool <[email protected]>
5+
Description: Linux Swift Runtime
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Package: swift-runtime-devel
2+
Version: @VERSION@
3+
Architecture: @ARCH@
4+
Maintainer: Saleem Abdulrasool <[email protected]>
5+
Description: Linux Swift Runtime Development Content
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Package: swift-toolchain
2+
Version: @VERSION@
3+
Architecture: @ARCH@
4+
Maintainer: Saleem Abdulrasool <[email protected]>
5+
Description: C/C++/Objective-C/Swift Toolchain

0 commit comments

Comments
 (0)