remove debian/ packaging info for 1.0 release

This commit is contained in:
Michael Billington 2017-06-09 19:58:36 +10:00
parent 2b37068e27
commit 8485367bc0
10 changed files with 1 additions and 55 deletions

View File

@ -1,6 +1,6 @@
VERSION=1.0 VERSION=1.0
.PHONY: default test offline-test source-tarball unsigned-package .PHONY: default test
default: test default: test
@ -8,24 +8,3 @@ test:
bash -n mdcheckr bash -n mdcheckr
(cd tests && ./test.sh) (cd tests && ./test.sh)
source-tarball: mdcheckr_$(VERSION).orig.tar.gz
mdcheckr_$(VERSION).orig.tar.gz:
tar --transform "s,^,mdcheckr-$(VERSION)/," -cvzf \
mdcheckr_$(VERSION).orig.tar.gz \
LICENSE.md \
README.md \
mdcheckr \
mdcheckr.1 \
tests
unsigned-package: mdcheckr_$(VERSION)-1_all.deb
mdcheckr_$(VERSION)-1_all.deb: mdcheckr_$(VERSION).orig.tar.gz
tar -xvzf mdcheckr_$(VERSION).orig.tar.gz
cp -Rf debian/ mdcheckr-$(VERSION)/
(cd mdcheckr-$(VERSION)/ && debuild -us -uc)
rm -Rf mdcheckr-$(VERSION)/
clean:
rm -Rf mdcheckr-$(VERSION)* mdcheckr_$(VERSION)*

5
debian/changelog vendored
View File

@ -1,5 +0,0 @@
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
View File

@ -1 +0,0 @@
9

12
debian/control vendored
View File

@ -1,12 +0,0 @@
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
View File

@ -1,7 +0,0 @@
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

View File

@ -1 +0,0 @@
mdcheckr

1
debian/install vendored
View File

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

1
debian/manpages vendored
View File

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

4
debian/rules vendored
View File

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

View File

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