From: Mark Wooding Date: Thu, 5 Apr 2012 14:27:47 +0000 (+0100) Subject: Debianization! X-Git-Tag: 1.1.3^0 X-Git-Url: https://git.distorted.org.uk/~mdw/strayman/commitdiff_plain/a9e5961e0f27bf6e61fea17a1ff1042a3b7ff59d Debianization! --- diff --git a/Makefile.m4 b/Makefile.m4 index 2b08007..d9c2e07 100644 --- a/Makefile.m4 +++ b/Makefile.m4 @@ -74,4 +74,7 @@ Makefile.am: Makefile.m4 .PHONY: dvi +EXTRA_DIST += debian/changelog debian/control debian/copyright debian/compat +EXTRA_DIST += debian/rules + ##----- That's all, folks --------------------------------------------------- diff --git a/debian/.gitignore b/debian/.gitignore new file mode 100644 index 0000000..91d666c --- /dev/null +++ b/debian/.gitignore @@ -0,0 +1,5 @@ +tmp +files +*.debhelper +*.substvars +strayman diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..4915cc8 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +strayman (1.1.3) experimental; urgency=low + + * Debianized. + + -- Mark Wooding Thu, 05 Apr 2012 13:02:54 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..d32a897 --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: strayman +Section: tex +Priority: extra +Maintainer: Mark Wooding +Build-Depends: debhelper (>= 8.9), tex-common, texlive-latex-base +Standards-Version: 3.1.1 + +Package: strayman +Architecture: all +Depends: texlive-latex-base +Description: Document class for large and small documents + The `strayman' class was originally designed for software manuals, but has + grown with time and is now useful for short articles too. Its most + distinctive feature is the use of whitespace rather than indentation + between paragraphs. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..ce33452 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,16 @@ +mdwfonts is copyright (c) 1996 Mark Wooding. + +mdwfonts 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 2 of the License, or +(at your option) any later version. + +mdwfonts 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. + +You should have a copy of the GNU General Public License in +/usr/share/common-licenses/GPL; if not, write to the Free Software +Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, +USA. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..0cff7b4 --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#! /usr/bin/make -f + +%:; dh $@ --with tex