From 8dc28516f6833df07b8498d0a71838a2f8a42bee Mon Sep 17 00:00:00 2001 From: Marco Magdy Date: Thu, 6 Dec 2018 17:47:30 -0800 Subject: [aws-lambda-cpp] add new port --- ports/aws-lambda-cpp/CONTROL | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ports/aws-lambda-cpp/CONTROL (limited to 'ports/aws-lambda-cpp/CONTROL') diff --git a/ports/aws-lambda-cpp/CONTROL b/ports/aws-lambda-cpp/CONTROL new file mode 100644 index 000000000..6c4ed94e4 --- /dev/null +++ b/ports/aws-lambda-cpp/CONTROL @@ -0,0 +1,4 @@ +Source: aws-lambda-cpp +Version: 2018-12-06 +Build-Depends: curl +Description: C++ Runtime for AWS Lambda. -- cgit v1.2.3 From 9e773bd912e42a413f87e9fb1a6712461e10c4bf Mon Sep 17 00:00:00 2001 From: Marco Magdy Date: Tue, 11 Dec 2018 10:07:26 -0800 Subject: Target the v0.1.0 release --- ports/aws-lambda-cpp/CONTROL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports/aws-lambda-cpp/CONTROL') diff --git a/ports/aws-lambda-cpp/CONTROL b/ports/aws-lambda-cpp/CONTROL index 6c4ed94e4..fb45cc22d 100644 --- a/ports/aws-lambda-cpp/CONTROL +++ b/ports/aws-lambda-cpp/CONTROL @@ -1,4 +1,4 @@ Source: aws-lambda-cpp -Version: 2018-12-06 +Version: 0.1.0 Build-Depends: curl Description: C++ Runtime for AWS Lambda. -- cgit v1.2.3