diff --git a/.travis.yml b/.travis.yml index 5e3aebc..13cee1e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ addons: script: - make test - ./mdcheckr README.md - + - make unsigned-package diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..94ecb7e --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +mdcheckr (1.0-1) UNRELEASED; urgency=low + + * Initial release. + + -- Michael Billington Sun, 04 Jun 2017 17:33:37 +1000 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..f9abd04 --- /dev/null +++ b/debian/control @@ -0,0 +1,12 @@ +Source: mdcheckr +Maintainer: Michael Billington +Section: misc +Priority: optional +Standards-Version: 3.9.2 +Build-Depends: debhelper (>= 9) + +Package: mdcheckr +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, pandoc, curl, libxml2-utils, which +Description: + check markdown files for broken links and other errors diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..68a0489 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,7 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://github.com/mike42/mdcheckr + +Files: * +Copyright: 2017 Michael Billington +License: MIT + diff --git a/debian/debhelper-build-stamp b/debian/debhelper-build-stamp new file mode 100644 index 0000000..a9f005f --- /dev/null +++ b/debian/debhelper-build-stamp @@ -0,0 +1 @@ +mdcheckr diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..2f210c0 --- /dev/null +++ b/debian/install @@ -0,0 +1 @@ +mdcheckr usr/bin diff --git a/debian/manpages b/debian/manpages new file mode 100644 index 0000000..a7cccc8 --- /dev/null +++ b/debian/manpages @@ -0,0 +1 @@ +mdcheckr.1 diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..4f2c774 --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f +%: + dh $@ + 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)