Release 1.8.1. 1.8.1
authorMark Wooding <mdw@distorted.org.uk>
Sat, 24 Aug 2019 14:25:03 +0000 (15:25 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 24 Aug 2019 15:14:41 +0000 (16:14 +0100)
Debianization!

Makefile.m4
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/rules [new file with mode: 0644]

index dc039ce..966d846 100644 (file)
@@ -94,6 +94,9 @@ dist-hook::
        echo $(VERSION) >$(distdir)/RELEASE
 EXTRA_DIST += auto-version
 
+EXTRA_DIST += debian/changelog debian/control debian/copyright debian/compat
+EXTRA_DIST += debian/rules
+
 .PHONY: dvi
 
 ##----- That's all, folks ---------------------------------------------------
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..ada7c23
--- /dev/null
@@ -0,0 +1,6 @@
+mdwtools (1.8.1) experimental; urgency=medium
+
+  * Debianization.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sat, 24 Aug 2019 15:11:01 +0100
+
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..ec63514
--- /dev/null
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..76279f7
--- /dev/null
@@ -0,0 +1,34 @@
+Source: mdwtools
+Section: tex
+Priority: extra
+Maintainer: Mark Wooding <mdw@distorted.org.uk>
+Build-Depends: debhelper (>= 9), tex-common, texlive-latex-base, ghostscript
+Standards-Version: 3.1.1
+
+Package: mdwtools
+Architecture: all
+Depends: texlive-latex-base
+Description: A collection of somewhat random LaTeX packages
+ Contains the following packages.
+   * at - a new space of commands, introduced by `@' rather than `\'.
+   * centre - putting things in the middle, with British spelling.
+   * cmtt - use all the typewriter-face characters, without `verbatim'.
+   * colour - not just black and white, with British spelling.
+   * crypto - random definitions for cryptographic research.
+   * doafter - for TeX hackers: do stuff after the `\aftergroup' tokens.
+   * exercise - typeset exercises and stash the answers for later.
+   * footnote - an environmentm rather than a command, for footnotes.
+   * mathenv - some mathematical alignment environments.
+   * mdwkey - for TeX hackers: read keyword arguments.
+   * mdwlist - some new kinds of list environments.
+   * mdwmath - some miscellaneous mathematical definitions.
+   * mdwref - convenience commands for typesetting cross-references.
+   * mdwtab - more refined typesetting for tables.
+   * mdwthm - theorem typesetting.
+   * mtcolor/mtcolour - colour support for `mdwtab'.
+   * poetry - typesetting verse.
+   * slowbox - skip typesetting boxes which are too slow.
+   * svcolor/svcolour - colour support for `sverb'.
+   * sverb - verbatim-like commands and environments.
+   * svsplit - like `verbatim', but with line breaking.
+   * syntax - typset grammars and syntax diagrams.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644 (file)
index 0000000..4de42c1
--- /dev/null
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Copyright: 1996-1998, 2000--2003, 2006--2008, 2013, 2015, 2016, 2019 Mark Wooding
+Upstream-Name: mdwfonts
+Upstream-Contact: Mark Wooding <mdw@distorted.org.uk>
+Source: https://ftp.distorted.org.uk/pub/mdw/
+License: GPL-2.0+
+
+Files: *
+Copyright: 1996-1998, 2000--2003, 2006--2008, 2013, 2015, 2016, 2019 Mark Wooding
+License: GPL-2.0+
+
+License: GPL-2.0+
+ mdwtools 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.
+ .
+ mdwtools 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 received a copy of the GNU General Public License
+ along with mdwtools; if not, write to the Free Software
+ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ .
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in the file `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/rules b/debian/rules
new file mode 100644 (file)
index 0000000..0cff7b4
--- /dev/null
@@ -0,0 +1,3 @@
+#! /usr/bin/make -f
+
+%:; dh $@ --with tex