Debianize! 1.2.1
authorMark Wooding <mdw@distorted.org.uk>
Thu, 5 Apr 2012 12:45:06 +0000 (13:45 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 5 May 2012 12:16:48 +0000 (13:16 +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/mdwfonts.docs [new file with mode: 0644]
debian/mdwfonts.install [new file with mode: 0644]
debian/mdwfonts.maps [new file with mode: 0644]
debian/rules [new file with mode: 0755]

index f547ecb..8190f21 100644 (file)
@@ -99,6 +99,12 @@ dist-hook::
        echo $(VERSION) >$(distdir)/RELEASE
 EXTRA_DIST += auto-version
 
+EXTRA_DIST += debian/changelog debian/control debian/copyright debian/compat
+EXTRA_DIST += debian/rules
+
+EXTRA_DIST += debian/mdwfonts.install
+EXTRA_DIST += debian/mdwfonts.docs debian/mdwfonts.maps
+
 .PHONY: dvi
 
 ##----- That's all, folks ---------------------------------------------------
diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644 (file)
index 0000000..d2c19b8
--- /dev/null
@@ -0,0 +1,5 @@
+tmp
+files
+*.debhelper
+*.substvars
+mdwfonts
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..2971255
--- /dev/null
@@ -0,0 +1,5 @@
+mdwfonts (1.2.1) 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..95b8203
--- /dev/null
@@ -0,0 +1,15 @@
+Source: mdwfonts
+Section: tex
+Priority: extra
+Maintainer: Mark Wooding <mdw@distorted.org.uk>
+Build-Depends: debhelper (>= 8.9), tex-common, context,
+ texlive-latex-base, texlive-font-utils
+Standards-Version: 3.1.1
+
+Package: mdwfonts
+Architecture: all
+Depends: tex-common, texlive-binaries
+Description: Package for selecting Postscript fonts
+ This is a LaTeX package and some various font bits which allow configurable
+ fonts in documents, provide a `squashed' Courier font (inlcuding the bits
+ David Carlisle left out of pslatex) and some maths support for Palatino.
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/mdwfonts.docs b/debian/mdwfonts.docs
new file mode 100644 (file)
index 0000000..a0f80dc
--- /dev/null
@@ -0,0 +1,2 @@
+mdwfonts.tex
+mdwfonts.pdf
diff --git a/debian/mdwfonts.install b/debian/mdwfonts.install
new file mode 100644 (file)
index 0000000..5d47743
--- /dev/null
@@ -0,0 +1,2 @@
+usr/share/texmf/dvips
+usr/share/texmf/fonts
diff --git a/debian/mdwfonts.maps b/debian/mdwfonts.maps
new file mode 100644 (file)
index 0000000..a6d5ca6
--- /dev/null
@@ -0,0 +1 @@
+Map mdwfonts.map
diff --git a/debian/rules b/debian/rules
new file mode 100755 (executable)
index 0000000..5af9b70
--- /dev/null
@@ -0,0 +1,7 @@
+#! /usr/bin/make -f
+
+%:; dh $@ --with tex
+
+override_dh_auto_install:
+       make install DESTDIR=debian/tmp
+       dh_install -a