summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-07-24 11:36:16 +0800
committerSean Whitton <spwhitton@spwhitton.name>2018-07-24 11:36:16 +0800
commit2a1f827225de803202afd2af542b1d0c4edd0502 (patch)
tree16ae47d1a282fd5ddc169886fcdb3d4bbd443711 /debian
parent23ad88817c283d5d180b9c27a7c644c204be19a7 (diff)
downloadmailscripts-2a1f827225de803202afd2af542b1d0c4edd0502.tar.gz
initial Debianisation
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control14
-rw-r--r--debian/copyright64
-rw-r--r--debian/install1
-rwxr-xr-xdebian/rules4
6 files changed, 89 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..49cf9b3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+mailscripts (0.1) UNRELEASED; urgency=medium
+
+ * Initial release.
+
+ -- Sean Whitton <spwhitton@spwhitton.name> Tue, 24 Jul 2018 11:30:11 +0800
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..f7297e5
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,14 @@
+Source: mailscripts
+Section: mail
+Priority: optional
+Maintainer: Sean Whitton <spwhitton@spwhitton.name>
+Standards-Version: 4.1.5.0
+Build-Depends: debhelper (>= 10)
+Vcs-Git: https://git.spwhitton.name/mailscripts
+Vcs-Browser: https://git.spwhitton.name/mailscripts
+
+Package: mailscripts
+Depends: ${misc:Depends}, python
+Recommends: notmuch
+Architecture: all
+Description: collection of scripts for manipulating e-mail on Debian
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7a8f35a
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,64 @@
+mailscripts
+Collection of scripts for manipulating e-mail on Debian
+
+Copyright (C)2017-2018 Sean Whitton
+
+These programs are free software: you can redistribute it and/or
+modify it under the terms of the GNU General Public License as
+published by the Free Software Foundation, either version 3 of the
+License, or (at your option) any later version.
+
+These programs are distributed in the hope that they will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+General Public License for more details.
+
+A copy of the GNU General Public License v3 can be found in
+/usr/share/common-licenses/GPL-3.
+
+
+Contributions are accepted upstram under the same terms; please sign
+off your patches (by writing an approprite Signed-Off-By tag in your
+commit message or patch submission) to indicate your attestation that
+the Developer Certificate of Origin (version 1.1) applies.
+
+
+-8<-
+
+Developer Certificate of Origin
+Version 1.1
+
+Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
+1 Letterman Drive
+Suite D4700
+San Francisco, CA, 94129
+
+Everyone is permitted to copy and distribute verbatim copies of this
+license document, but changing it is not allowed.
+
+
+Developer's Certificate of Origin 1.1
+
+By making a contribution to this project, I certify that:
+
+(a) The contribution was created in whole or in part by me and I
+ have the right to submit it under the open source license
+ indicated in the file; or
+
+(b) The contribution is based upon previous work that, to the best
+ of my knowledge, is covered under an appropriate open source
+ license and I have the right under that license to submit that
+ work with modifications, whether created in whole or in part
+ by me, under the same open source license (unless I am
+ permitted to submit under a different license), as indicated
+ in the file; or
+
+(c) The contribution was provided directly to me by some other
+ person who certified (a), (b) or (c) and I have not modified
+ it.
+
+(d) I understand and agree that this project and the contribution
+ are public and that a record of the contribution (including all
+ personal information I submit with it, including my sign-off) is
+ maintained indefinitely and may be redistributed consistent with
+ this project or the open source license(s) involved.
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..78d679a
--- /dev/null
+++ b/debian/install
@@ -0,0 +1 @@
+mdmv /usr/bin
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2d33f6a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@