aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-07-03 12:12:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-07-03 12:12:25 -0300
commita625aa25873593fa80df46ab506cce5d5812ba45 (patch)
treee651ccaec0beaedfc0076e842095d37e16425ac3
parente13dd2a52883267ac5f9281687ae65291b428db0 (diff)
downloadbootless-a625aa25873593fa80df46ab506cce5d5812ba45.tar.gz
bootless-a625aa25873593fa80df46ab506cce5d5812ba45.tar.bz2
Debian packaging
-rw-r--r--debian/changelog0
-rw-r--r--debian/compat1
-rw-r--r--debian/control18
-rw-r--r--debian/copyright18
-rw-r--r--debian/docs1
-rw-r--r--debian/gbp.conf10
-rwxr-xr-xdebian/rules12
-rw-r--r--debian/source/format1
-rw-r--r--debian/watch2
9 files changed, 63 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/debian/changelog
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..5038b11
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: bootless
+Section: misc
+Priority: extra
+Maintainer: Silvio Rhatto <rhatto@riseup.net>
+Build-Depends: debhelper (>= 9.20120909~)
+Standards-Version: 3.9.5
+Homepage: https://keyringer.fluxo.info
+Vcs-Git: git://git.fluxo.info/bootless.git
+Vcs-Browser: https://git.fluxo.info/bootless/log/?h=debian
+
+Package: bootless
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, grub-pc, gawk | mawk
+Recommends: git, git-annex
+Description: Bootless is a scheme allowing a computer with encrypted disk to stay without
+attached bootloader in order to make more difficult to tamper the initialization
+process. Bootless is a bootloader installed in a removable media and used to
+initialize computers.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9850f56
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,18 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: 2016 Silvio Rhatto <rhatto@riseup.net>
+License: GPL-3+
+ This program is 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.
+ .
+ This program is distributed in the hope that it 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.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+README
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..1179afa
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,10 @@
+[DEFAULT]
+debian-branch = debian
+upstream-branch = upstream
+upstream-tag = upstream_bootless_%(version)s
+debian-tag = debian_bootless_%(version)s
+pristine-tar = True
+
+[git-import-orig]
+dch = False
+postimport = git-dch -N%(version)s -S -a --debian-branch=$GBP_BRANCH
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..edc9963
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+ dh $@
+
+override_dh_auto_install:
+ $(MAKE) DESTDIR=debian/bootless PREFIX=/usr install
+ rm debian/bootless/usr/share/doc/bootless/LICENSE
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1c0437e
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://bootless.fluxo.info/releases/bootless-(.*)\.tar\.bz2