[libcerf] 02/03: Removed old patches

Eugen Wintersberger eugenwintersberger-guest at moszumanska.debian.org
Tue Aug 12 11:51:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

eugenwintersberger-guest pushed a commit to branch master
in repository libcerf.

commit 88ede018251173f1455441e4dc8cd85dc956cc38
Author: Eugen Wintersberger <eugen.wintersberger at gmail.com>
Date:   Tue Aug 12 13:37:45 2014 +0200

    Removed old patches
---
 ...-installation-path-for-HTML-documentation.patch | 21 ----------
 ...Set-the-proper-so-version-for-the-library.patch | 19 ---------
 ...ch-to-fix-package-version-in-configure.ac.patch | 45 ----------------------
 ...04-Fixing-package-version-in-configure.ac.patch | 33 ----------------
 debian/patches/series                              |  4 --
 5 files changed, 122 deletions(-)

diff --git a/debian/patches/0001-Fixed-installation-path-for-HTML-documentation.patch b/debian/patches/0001-Fixed-installation-path-for-HTML-documentation.patch
deleted file mode 100644
index ebb1203..0000000
--- a/debian/patches/0001-Fixed-installation-path-for-HTML-documentation.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Eugen Wintersberger <eugen.wintersberger at gmail.com>
-Date: Fri, 28 Jun 2013 22:24:45 +0200
-Subject: Fixed installation path for HTML documentation
-
----
- man/Makefile.am |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/man/Makefile.am b/man/Makefile.am
-index c888b45..fb35631 100644
---- a/man/Makefile.am
-+++ b/man/Makefile.am
-@@ -20,7 +20,7 @@
- #   http://apps.jcns.fz-juelich.de/libcerf
- 
- man_MANS = w_of_z.3 im_w_of_x.3 dawson.3 cdawson.3 cerf.3 cerfc.3 erfcx.3 cerfcx.3 erfi.3 cerfi.3 voigt.3 
--auxdir = $(datadir)/man/html
-+auxdir = $(docdir)/html
- aux_DATA = w_of_z.html voigt.html dawson.html cerf.html erfcx.html erfi.html
- 
- w_of_z.3 : w_of_z.pod
diff --git a/debian/patches/0002-Set-the-proper-so-version-for-the-library.patch b/debian/patches/0002-Set-the-proper-so-version-for-the-library.patch
deleted file mode 100644
index f03cc51..0000000
--- a/debian/patches/0002-Set-the-proper-so-version-for-the-library.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From: Eugen Wintersberger <eugen.wintersberger at gmail.com>
-Date: Tue, 29 Jul 2014 13:14:47 +0200
-Subject: Set the proper so-version for the library
-
----
- lib/Makefile.am |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/Makefile.am b/lib/Makefile.am
-index 12be501..2a69dc6 100644
---- a/lib/Makefile.am
-+++ b/lib/Makefile.am
-@@ -22,4 +22,4 @@
- lib_LTLIBRARIES = libcerf.la
- libcerf_la_SOURCES = cerf.h im_w_of_x.c erfcx.c w_of_z.c err_fcts.c 
- include_HEADERS = cerf.h
--libcerf_la_LDFLAGS = -version-info $(VERSION)
-\ No newline at end of file
-+libcerf_la_LDFLAGS = -version-info 0:0:0
diff --git a/debian/patches/0003-Patch-to-fix-package-version-in-configure.ac.patch b/debian/patches/0003-Patch-to-fix-package-version-in-configure.ac.patch
deleted file mode 100644
index e7d45a9..0000000
--- a/debian/patches/0003-Patch-to-fix-package-version-in-configure.ac.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From: Eugen Wintersberger <eugen.wintersberger at gmail.com>
-Date: Tue, 29 Jul 2014 13:46:10 +0200
-Subject: Patch to fix package version in configure.ac
-
----
- ...03-Fixing-package-version-in-configure.ac.patch |   21 ++++++++++++++++++++
- debian/patches/series                              |    1 +
- 2 files changed, 22 insertions(+)
- create mode 100644 debian/patches/0003-Fixing-package-version-in-configure.ac.patch
-
-diff --git a/debian/patches/0003-Fixing-package-version-in-configure.ac.patch b/debian/patches/0003-Fixing-package-version-in-configure.ac.patch
-new file mode 100644
-index 0000000..cce4030
---- /dev/null
-+++ b/debian/patches/0003-Fixing-package-version-in-configure.ac.patch
-@@ -0,0 +1,21 @@
-+From: Eugen Wintersberger <eugen.wintersberger at gmail.com>
-+Date: Tue, 29 Jul 2014 13:45:28 +0200
-+Subject: Fixing package version in configure.ac
-+
-+---
-+ configure.ac |    2 +-
-+ 1 file changed, 1 insertion(+), 1 deletion(-)
-+
-+diff --git a/configure.ac b/configure.ac
-+index 6065ea6..3229267 100644
-+--- a/configure.ac
-++++ b/configure.ac
-+@@ -19,7 +19,7 @@
-+ # Website:
-+ #   http://apps.jcns.fz-juelich.de/libcerf
-+ 
-+-AC_INIT([cerf],[1:3],[http://apps.jcns.fz-juelich.de/libcerf])
-++AC_INIT([cerf],[1.3],[http://apps.jcns.fz-juelich.de/libcerf])
-+   # version is current:revision:age; for simplicity, we always put age=0
-+   # <- http://www.sourceware.org/autobook/autobook/autobook_91.html
-+ 
-diff --git a/debian/patches/series b/debian/patches/series
-index 00ded6d..956ef89 100644
---- a/debian/patches/series
-+++ b/debian/patches/series
-@@ -1,2 +1,3 @@
- 0001-Fixed-installation-path-for-HTML-documentation.patch
- 0002-Set-the-proper-so-version-for-the-library.patch
-+0003-Fixing-package-version-in-configure.ac.patch
diff --git a/debian/patches/0004-Fixing-package-version-in-configure.ac.patch b/debian/patches/0004-Fixing-package-version-in-configure.ac.patch
deleted file mode 100644
index 9593c57..0000000
--- a/debian/patches/0004-Fixing-package-version-in-configure.ac.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From: Eugen Wintersberger <eugen.wintersberger at gmail.com>
-Date: Tue, 29 Jul 2014 13:45:28 +0200
-Subject: Fixing package version in configure.ac
-
-Switched back to the correct so-name after contacting Joachim.
----
- configure.ac    |    2 +-
- lib/Makefile.am |    2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 6065ea6..3229267 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -19,7 +19,7 @@
- # Website:
- #   http://apps.jcns.fz-juelich.de/libcerf
- 
--AC_INIT([cerf],[1:3],[http://apps.jcns.fz-juelich.de/libcerf])
-+AC_INIT([cerf],[1.3],[http://apps.jcns.fz-juelich.de/libcerf])
-   # version is current:revision:age; for simplicity, we always put age=0
-   # <- http://www.sourceware.org/autobook/autobook/autobook_91.html
- 
-diff --git a/lib/Makefile.am b/lib/Makefile.am
-index 2a69dc6..5c09a83 100644
---- a/lib/Makefile.am
-+++ b/lib/Makefile.am
-@@ -22,4 +22,4 @@
- lib_LTLIBRARIES = libcerf.la
- libcerf_la_SOURCES = cerf.h im_w_of_x.c erfcx.c w_of_z.c err_fcts.c 
- include_HEADERS = cerf.h
--libcerf_la_LDFLAGS = -version-info 0:0:0
-+libcerf_la_LDFLAGS = -version-info 1:3:0
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 4cd2ed5..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,4 +0,0 @@
-0001-Fixed-installation-path-for-HTML-documentation.patch
-0002-Set-the-proper-so-version-for-the-library.patch
-0003-Patch-to-fix-package-version-in-configure.ac.patch
-0004-Fixing-package-version-in-configure.ac.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libcerf.git



More information about the debian-science-commits mailing list