From bea10eddaa475281b10f2df942d165cdd7ce3be7 Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Mon, 12 Jan 2015 18:59:24 +0100 Subject: [PATCH] Add meta info --- debian/meta/upstream_scm.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 debian/meta/upstream_scm.json diff --git a/debian/meta/upstream_scm.json b/debian/meta/upstream_scm.json new file mode 100644 index 0000000..5cdcf5a --- /dev/null +++ b/debian/meta/upstream_scm.json @@ -0,0 +1,5 @@ +{ + "type" : "git", + "url" : "https://github.com/calamares/calamares.git", + "branch" : "master" +}