tags 562349 + pending
thanks
Dear maintainer,
I've prepared an NMU for libtommath (versioned as 0.39-3.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.
Regards.
diff -Nru libtommath-0.39/debian/changelog libtommath-0.39/debian/changelog
--- libtommath-0.39/debian/changelog 2010-05-16 22:12:56.000000000 -0700
+++ libtommath-0.39/debian/changelog 2010-05-05 09:10:42.000000000 -0700
@@ -1,3 +1,31 @@
+libtommath (0.39-3.1) unstable; urgency=low
+
+ [ Jari Aalto ]
+ * Non-maintainer upload.
+ - Move to packaging format "3.0 (quilt)".
+ * debian/compat
+ - Update to 7.
+ * Non-maintainer upload.
+ * debian/control
+ - (Build-Depends): Update to debhelper 7.1. Remove duplicate
+ texlive-latex-recommended and ghostscript.
+ - (Build-Depends-Indep): Remove duplicate libtiff-tools.
+ - (Depends): Add ${misc:Depends}.
+ - (Standards-Version): Update to 3.8.4.
+ - (libtommath0::Section): Remove; inherited from above.
+ * debian/copyright
+ - Update layout.
+ - Point to GPL-2.
+ * debian/rules
+ - (install): Update dh_clean to dh_prep.
+ * debian/source/format
+ - New file
+ * bx.tex
+ - Remove unused macro \undefined (FTBFS: Closes: #562349).
+ Patch thanks to Daniel Schepler <[email protected]>.
+
+ -- Jari Aalto <[email protected]> Wed, 05 May 2010 19:10:42 +0300
+
libtommath (0.39-3) unstable; urgency=low
* debian/control: work around auto-builders' brokenness by adding all the
diff -Nru libtommath-0.39/debian/compat libtommath-0.39/debian/compat
--- libtommath-0.39/debian/compat 2010-05-16 22:12:56.000000000 -0700
+++ libtommath-0.39/debian/compat 2010-05-05 08:59:31.000000000 -0700
@@ -1 +1 @@
-6
+7
diff -Nru libtommath-0.39/debian/control libtommath-0.39/debian/control
--- libtommath-0.39/debian/control 2010-05-16 22:12:56.000000000 -0700
+++ libtommath-0.39/debian/control 2010-05-05 09:10:48.000000000 -0700
@@ -1,14 +1,15 @@
Source: libtommath
Priority: extra
Maintainer: Joe Nahmias <[email protected]>
-Build-Depends: debhelper (>= 6), libtool, texlive-latex-recommended,
libtiff-tools, ghostscript
-Build-Depends-Indep: texlive-latex-recommended, libtiff-tools, ghostscript
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7.1), libtool, libtiff-tools
+Build-Depends-Indep: texlive-latex-recommended, ghostscript
+Standards-Version: 3.8.4
Section: libs
Homepage: http://math.libtomcrypt.com/
Package: libtommath-docs
Section: doc
+Depends: ${misc:Depends}
Architecture: all
Description: multiple-precision integer library [documentation]
LibTomMath is a C language library that provides a vast array of highly
@@ -37,7 +38,7 @@
Package: libtommath-dev
Section: libdevel
Architecture: any
-Depends: libtommath0 (= ${binary:Version})
+Depends: ${misc:Depends}, libtommath0 (= ${binary:Version})
Recommends: libtommath-docs
Description: multiple-precision integer library [development files]
LibTomMath is a C language library that provides a vast array of highly
@@ -64,9 +65,8 @@
It is not needed to merely execute programs that use LibTomMath.
Package: libtommath0
-Section: libs
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
Description: multiple-precision integer library [runtime]
LibTomMath is a C language library that provides a vast array of highly
optimized functions for number theory; including:
diff -Nru libtommath-0.39/debian/copyright libtommath-0.39/debian/copyright
--- libtommath-0.39/debian/copyright 2010-05-16 22:12:56.000000000 -0700
+++ libtommath-0.39/debian/copyright 2010-05-05 09:14:09.000000000 -0700
@@ -1,21 +1,25 @@
-This package was debianized by Joe Nahmias <[email protected]> on
-Sat, 22 Mar 2008 23:45:00 -0400.
+This package was debianized by:
-It was downloaded from <http://math.libtomcrypt.com/download.html>
+ Joe Nahmias <[email protected]>
+ on Sat, 22 Mar 2008 23:45:00 -0400.
-Upstream Author:
+It was downloaded from:
+
+ <http://math.libtomcrypt.com/download.html>
+
+Upstream Author:
Tom St Denis <[email protected]>
-Copyright:
+Copyright:
Copyright (C) 2006 Tom St Denis
License:
- LibTomMath is hereby released into the Public Domain.
+ LibTomMath is hereby released into the Public Domain.
-- Tom St Denis
-The Debian packaging is (C) 2008, Joe Nahmias <[email protected]> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is Copyright (C) 2008, Joe Nahmias <[email protected]> and
+is licensed under the GPL, see "/usr/share/common-licenses/GPL-2".
diff -Nru libtommath-0.39/debian/patches/debian-changes-0.39-3.1
libtommath-0.39/debian/patches/debian-changes-0.39-3.1
--- libtommath-0.39/debian/patches/debian-changes-0.39-3.1 1969-12-31
16:00:00.000000000 -0800
+++ libtommath-0.39/debian/patches/debian-changes-0.39-3.1 2010-05-16
22:09:13.000000000 -0700
@@ -0,0 +1,57 @@
+Description: Upstream changes introduced in version 0.39-3.1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ libtommath (0.39-3.1) unstable; urgency=low
+ .
+ [ Jari Aalto ]
+ * Non-maintainer upload.
+ - Move to packaging format "3.0 (quilt)".
+ * debian/compat
+ - Update to 7.
+ * Non-maintainer upload.
+ * debian/control
+ - (Build-Depends): Update to debhelper 7.1. Remove duplicate
+ texlive-latex-recommended and ghostscript.
+ - (Build-Depends-Indep): Remove duplicate libtiff-tools.
+ - (Depends): Add ${misc:Depends}.
+ - (Standards-Version): Update to 3.8.4.
+ - (libtommath0::Section): Remove; inherited from above.
+ * debian/copyright
+ - Update layout.
+ - Point to GPL-2.
+ * debian/rules
+ - (install): Update dh_clean to dh_prep.
+ * debian/source/format
+ - New file
+ * bx.tex
+ - Remove unused macro \undefined (FTBFS: Closes: #562349).
+ Patch thanks to Daniel Schepler <[email protected]>.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Jari Aalto <[email protected]>
+Bug-Debian: http://bugs.debian.org/562349
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- libtommath-0.39.orig/bn.tex
++++ libtommath-0.39/bn.tex
+@@ -29,7 +29,6 @@
+ \def\And{{\rm\ and\ }}
+ \def\iff{\hspace{1em}\Longleftrightarrow\hspace{1em}}
+ \def\implies{\Rightarrow}
+-\def\undefined{{\rm ``undefined"}}
+ \def\Proof{\vspace{1ex}\noindent {\bf Proof:}\hspace{1em}}
+ \let\oldphi\phi
+ \def\phi{\varphi}
diff -Nru libtommath-0.39/debian/patches/series
libtommath-0.39/debian/patches/series
--- libtommath-0.39/debian/patches/series 1969-12-31 16:00:00.000000000
-0800
+++ libtommath-0.39/debian/patches/series 2010-05-05 09:05:23.000000000
-0700
@@ -0,0 +1 @@
+debian-changes-0.39-3.1
diff -Nru libtommath-0.39/debian/rules libtommath-0.39/debian/rules
--- libtommath-0.39/debian/rules 2010-05-16 22:12:56.000000000 -0700
+++ libtommath-0.39/debian/rules 2010-05-05 09:08:25.000000000 -0700
@@ -38,7 +38,7 @@
install: build-arch
dh_testdir
dh_testroot
- dh_clean -k
+ dh_prep
dh_installdirs
$(MAKE) -f makefile.shared INSTALL_GROUP=root
DESTDIR=$(CURDIR)/debian/tmp install
diff -Nru libtommath-0.39/debian/source/format
libtommath-0.39/debian/source/format
--- libtommath-0.39/debian/source/format 1969-12-31 16:00:00.000000000
-0800
+++ libtommath-0.39/debian/source/format 2010-05-05 09:04:03.000000000
-0700
@@ -0,0 +1 @@
+3.0 (quilt)
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]