restore debian packaging for packaging branch

This reverts commit ffb54942a0.
This commit is contained in:
Michael Billington 2017-06-08 21:14:14 +10:00
parent ffb54942a0
commit 2b37068e27
10 changed files with 34 additions and 1 deletions

View File

@ -15,4 +15,4 @@ addons:
script:
- make test
- ./mdcheckr README.md
- make unsigned-package

5
debian/changelog vendored Normal file
View File

@ -0,0 +1,5 @@
mdcheckr (1.0-1) UNRELEASED; urgency=low
* Initial release.
-- Michael Billington <michael.billington@gmail.com> Sun, 04 Jun 2017 17:33:37 +1000

1
debian/compat vendored Normal file
View File

@ -0,0 +1 @@
9

12
debian/control vendored Normal file
View File

@ -0,0 +1,12 @@
Source: mdcheckr
Maintainer: Michael Billington <michael.billington@gmail.com>
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

7
debian/copyright vendored Normal file
View File

@ -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

1
debian/debhelper-build-stamp vendored Normal file
View File

@ -0,0 +1 @@
mdcheckr

1
debian/install vendored Normal file
View File

@ -0,0 +1 @@
mdcheckr usr/bin

1
debian/manpages vendored Normal file
View File

@ -0,0 +1 @@
mdcheckr.1

4
debian/rules vendored Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/make -f
%:
dh $@

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)