Page MenuHomeMusing Studio

No OneTemporary

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0b1d35d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+writeas-cli (0.1.0) precise; urgency=low
+
+ * Initial Release.
+
+ -- Write.as <hello@write.as> Sun, 26 Aug 2018 14:06:25 +1200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8036b09
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: writeas-cli
+Section: web
+Priority: extra
+Maintainer: Write.as <hello@write.as>
+Build-Depends: debhelper (>= 8.0.0),
+ dh-golang,
+ golang-pq-dev,
+ golang-go,
+ golang-godebiancontrol-dev,
+ golang-codesearch-dev
+Standards-Version: 3.9.3
+
+Package: writeas-cli
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends}, dpkg-dev
+Built-Using: ${misc:Built-Using}
+Description: A distraction free and private writing tool, with builtin publishing.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..621af54
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,30 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: writeas-gtk
+Source: https://code.as/writeas/writeas-gtk/
+
+Files: *
+Copyright: 2018 A Bunch Tell LLC <hello@write.as>
+License: MIT
+
+License: MIT
+ The MIT License (MIT)
+
+ Copyright (c) 2015 Write.as
+
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..635d94c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+export DH_OPTIONS
+
+export DH_GOPKG := github.com/writeas/writeas-cli
+
+%:
+ dh $@ --buildsystem=golang --with=golang
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)
diff --git a/debian/writeas-cli.debhelper.log b/debian/writeas-cli.debhelper.log
new file mode 100644
index 0000000..c9ed471
--- /dev/null
+++ b/debian/writeas-cli.debhelper.log
@@ -0,0 +1,2 @@
+dh_update_autotools_config
+dh_auto_configure

File Metadata

Mime Type
text/x-diff
Expires
Sat, Jan 31, 9:01 AM (17 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3612168

Event Timeline