[iml] 01/03: Delete patches (applied upstream).
Tobias Hansen
thansen at moszumanska.debian.org
Thu Apr 30 22:14:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository iml.
commit 58cb65570c5fa57ca153c4ea3f2bc2ba043099b3
Author: Tobias Hansen <tobias.han at gmx.de>
Date: Wed Apr 29 18:49:26 2015 +0200
Delete patches (applied upstream).
---
debian/patches/makefile.patch | 23 -----------------------
debian/patches/mpz_init_ui_typo.patch | 13 -------------
debian/patches/series | 2 --
3 files changed, 38 deletions(-)
diff --git a/debian/patches/makefile.patch b/debian/patches/makefile.patch
deleted file mode 100644
index a251f2b..0000000
--- a/debian/patches/makefile.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Index: iml/Makefile.am
-===================================================================
---- iml.orig/Makefile.am 2009-09-12 20:29:58.000000000 -0400
-+++ iml/Makefile.am 2009-09-12 20:31:27.000000000 -0400
-@@ -1,3 +1,5 @@
- EXTRA_DIST = bootstrap
-
- SUBDIRS = repl config src doc tests examples
-+
-+ACLOCAL_AMFLAGS = -I config
-Index: iml/configure.ac
-===================================================================
---- iml.orig/configure.ac 2009-09-12 20:31:32.000000000 -0400
-+++ iml/configure.ac 2009-09-12 20:31:38.000000000 -0400
-@@ -2,7 +2,7 @@
-
- AC_PREREQ(2.59)
- AC_INIT(IML, 1.0.3)
--AC_CONFIG_AUX_DIR(config)
-+AC_CONFIG_MACRO_DIR([config])
- AM_CONFIG_HEADER(config.h:config-h.in)
- AC_CONFIG_SRCDIR([src/RNSop.c])
- AM_INIT_AUTOMAKE
diff --git a/debian/patches/mpz_init_ui_typo.patch b/debian/patches/mpz_init_ui_typo.patch
deleted file mode 100644
index bb9854e..0000000
--- a/debian/patches/mpz_init_ui_typo.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: iml-1.0.3/src/nullspace.c
-===================================================================
---- iml-1.0.3.orig/src/nullspace.c 2008-08-15 02:35:43.000000000 -0400
-+++ iml-1.0.3/src/nullspace.c 2008-08-15 02:35:52.000000000 -0400
-@@ -253,7 +253,7 @@
- for (i = 0; i < m; i++) {
- for (j = 0; j < m; j++)
- mpz_init_set_ui(mp_N[i * m + j], 0);
-- mpz_init_ui(mp_N[i * m + i], 1);
-+ mpz_init_set_ui(mp_N[i * m + i], 1);
- }
- *mp_N_pass = mp_N;
- } else { /* r>0 and s>0 */
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 816c446..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-mpz_init_ui_typo.patch
-makefile.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/iml.git
More information about the debian-science-commits
mailing list