--- gmp-doc-5.1.2.orig/Makefile +++ gmp-doc-5.1.2/Makefile @@ -0,0 +1,23 @@ +default: all + +clean: + rm -f doc/gmp.aux + rm -f doc/gmp.cp + rm -f doc/gmp.cps + rm -f doc/gmp.fn + rm -f doc/gmp.fns + rm -f doc/gmp.ky + rm -f doc/gmp.log + rm -f doc/gmp.pdf + rm -f doc/gmp.pg + rm -f doc/gmp.toc + rm -f doc/gmp.tp + rm -f doc/gmp.vr + rm -f doc/gmp.vrs + +all: + cd doc && texi2pdf gmp.texi + +install: + + --- gmp-doc-5.1.2.orig/debian/gmp-doc.docs +++ gmp-doc-5.1.2/debian/gmp-doc.docs @@ -0,0 +1 @@ +doc/gmp.pdf --- gmp-doc-5.1.2.orig/debian/compat +++ gmp-doc-5.1.2/debian/compat @@ -0,0 +1 @@ +9 --- gmp-doc-5.1.2.orig/debian/copyright +++ gmp-doc-5.1.2/debian/copyright @@ -0,0 +1,31 @@ +This package is not part of the Debian GNU/Linux distribution as it is +licenced under the GFDL with invariant texts. See +http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=335403 and +http://lists.debian.org/debian-legal/2006/03/msg00536.html + +This source is repackaged from the gmp package obtained from +http://gmplib.org/. This package contains only the doc subdirectory +from the original upstream sources. + +Packaged by: smr@debian.org +Upstream authors: The GMP team + +License: + +This manual describes how to install and use the GNU multiple precision +arithmetic library, version @value{VERSION}. + +Copyright 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, +2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + +Permission is granted to copy, distribute and/or modify this document under +the terms of the GNU Free Documentation License, Version 1.2 or any later +version published by the Free Software Foundation; with no Invariant Sections, +with the Front-Cover Texts being ``A GNU Manual'', and with the Back-Cover +Texts being ``You have freedom to copy and modify this GNU Manual, like GNU +software''. + +On Debian systems, a copy of the license may be found in +/usr/share/common-licenses/GFDL-1.2. + + --- gmp-doc-5.1.2.orig/debian/gmp-doc.doc-base +++ gmp-doc-5.1.2/debian/gmp-doc.doc-base @@ -0,0 +1,12 @@ +Document: gmp-doc +Title: GMP: The GNU Multiple Precision Arithmetic Library +Author: The GMP Team +Abstract: GNU MP is a portable library written in C for arbitrary + precision arithmetic on integers, rational numbers, and floating-point + numbers. It aims to provide the fastest possible arithmetic for all + applications that need higher precision than is directly supported by + the basic C types. +Section: Science/Mathematics + +Format: PDF +Files: /usr/share/doc/gmp-doc/gmp.pdf.gz --- gmp-doc-5.1.2.orig/debian/control +++ gmp-doc-5.1.2/debian/control @@ -0,0 +1,14 @@ +Source: gmp-doc +Homepage: http://gmplib.org/ +Section: non-free/doc +Priority: optional +Build-Depends: debhelper (>= 9), texinfo, texlive +Maintainer: Steve M. Robbins +Standards-Version: 3.9.4 + +Package: gmp-doc +Priority: optional +Architecture: all +Depends: ${misc:Depends}, dpkg (>= 1.15.4) | install-info +Description: GMP (Multiprecision arithmetic library) documentation + This package provides the documentation for GMP. --- gmp-doc-5.1.2.orig/debian/gmp-doc.info +++ gmp-doc-5.1.2/debian/gmp-doc.info @@ -0,0 +1,3 @@ +doc/gmp.info +doc/gmp.info-1 +doc/gmp.info-2 --- gmp-doc-5.1.2.orig/debian/changelog +++ gmp-doc-5.1.2/debian/changelog @@ -0,0 +1,68 @@ +gmp-doc (5.1.2-1) unstable; urgency=low + + * New upstream. + + -- Steve M. Robbins Thu, 23 May 2013 23:59:28 -0500 + +gmp-doc (5.1.1-1) unstable; urgency=low + + * New upstream. Closes: #707072. + + -- Steve M. Robbins Wed, 08 May 2013 00:52:31 -0500 + +gmp-doc (5.0.5-1) unstable; urgency=low + + * New upstream. + + -- Steve M. Robbins Sat, 02 Jun 2012 04:04:45 -0500 + +gmp-doc (5.0.3-1) unstable; urgency=low + + * New upstream. + + -- Steve M. Robbins Sat, 28 Jan 2012 02:54:08 -0600 + +gmp-doc (5.0.2-1) unstable; urgency=low + + * New upstream. + + -- Steve M. Robbins Tue, 30 Aug 2011 01:23:53 -0500 + +gmp-doc (5.0.1-1) unstable; urgency=low + + * New upstream. + + -- Steve M. Robbins Mon, 21 Mar 2011 23:19:25 -0500 + +gmp-doc (4.3.2-1) unstable; urgency=low + + * New upstream version. + + * rules: Switch from "cdbs" to "dh". + + * control: Update standards version, update to debhelper 7, add missing + Depends. + + -- Steve M. Robbins Sat, 09 Jan 2010 00:58:10 -0600 + +gmp-doc (4.2.4-1) unstable; urgency=low + + * New upstream version. + + * Update Standards-Version to 3.8.0 + - copyright: Add notice stating the package is not part of Debian. + + -- Steve M. Robbins Sun, 21 Sep 2008 03:01:01 -0500 + +gmp-doc (4.2.3-1) unstable; urgency=low + + * New upstream version. + + -- Steve M. Robbins Sat, 09 Aug 2008 21:59:49 -0500 + +gmp-doc (4.2.2-1) unstable; urgency=low + + * Initial upload to Debian. Closes: #385623. + + -- Steve M. Robbins Thu, 27 Sep 2007 20:21:51 -0500 + --- gmp-doc-5.1.2.orig/debian/rules +++ gmp-doc-5.1.2/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@