Debianization! 1.1.3
authorMark Wooding <mdw@distorted.org.uk>
Thu, 5 Apr 2012 14:27:47 +0000 (15:27 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 5 May 2012 12:14:28 +0000 (13:14 +0100)
Makefile.m4
debian/.gitignore [new file with mode: 0644]
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: 0755]

index 2b08007..d9c2e07 100644 (file)
@@ -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 (file)
index 0000000..91d666c
--- /dev/null
@@ -0,0 +1,5 @@
+tmp
+files
+*.debhelper
+*.substvars
+strayman
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..4915cc8
--- /dev/null
@@ -0,0 +1,5 @@
+strayman (1.1.3) experimental; urgency=low
+
+  * Debianized.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Thu, 05 Apr 2012 13:02:54 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..45a4fb7
--- /dev/null
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..d32a897
--- /dev/null
@@ -0,0 +1,15 @@
+Source: strayman
+Section: tex
+Priority: extra
+Maintainer: Mark Wooding <mdw@distorted.org.uk>
+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 (file)
index 0000000..ce33452
--- /dev/null
@@ -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 (executable)
index 0000000..0cff7b4
--- /dev/null
@@ -0,0 +1,3 @@
+#! /usr/bin/make -f
+
+%:; dh $@ --with tex