[SCM] Implementation of the FITS WCS standard branch, master, updated. upstream/4.8.2-38-g853f37a
Ole Streicher
debian at liska.ath.cx
Wed Mar 21 08:25:27 UTC 2012
The following commit has been merged in the master branch:
commit 853f37acae0b1a636c398abee5aabdee68d3a17a
Author: Ole Streicher <debian at liska.ath.cx>
Date: Wed Mar 21 09:19:16 2012 +0100
Update to version 4.13.2: last patch merged by upstream
diff --git a/debian/changelog b/debian/changelog
index 851869e..f025b7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,8 @@
-wcslib (4.13.1-1) unstable; urgency=low
+wcslib (4.13.2-1) unstable; urgency=low
* New upstream version
- * Excplicitely link library with -lm
- -- Ole Streicher <debian at liska.ath.cx> Thu, 15 Mar 2012 22:00:00 +0100
+ -- Ole Streicher <debian at liska.ath.cx> Thu, 21 Mar 2012 09:00:00 +0100
wcslib (4.12-1) unstable; urgency=low
diff --git a/debian/patches/link-with-lm.patch b/debian/patches/link-with-lm.patch
deleted file mode 100644
index bd3790a..0000000
--- a/debian/patches/link-with-lm.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Author: Ole Streicher <debian at liska.ath.cx>
-Description: Excplicitely link library with -lm
---- wcslib-4.13.1.orig/C/GNUmakefile
-+++ wcslib-4.13.1/C/GNUmakefile
-@@ -237,7 +237,7 @@ $(SHRLIB) : $(PICLIB)
- cd tmp && \
- trap 'cd .. ; $(RM) -r tmp' 0 1 2 3 15 ; \
- $(AR) x ../$(PICLIB) && \
-- $(SHRLD) $(LDFLAGS) -o $@ *.o && \
-+ $(SHRLD) $(LDFLAGS) -o $@ *.o -lm && \
- mv $@ ..
-
- $(PICLIB) : $(MODULES:%.o=$(PICLIB)(%.o)) ;
---- wcslib-4.13.1.orig/Fortran/GNUmakefile
-+++ wcslib-4.13.1/Fortran/GNUmakefile
-@@ -236,7 +236,7 @@ $(SHRLIB) : $(PICLIB)
- cd tmp && \
- trap 'cd .. ; $(RM) -r tmp' 0 1 2 3 15 ; \
- $(AR) x ../$(PICLIB) && \
-- $(SHRLD) $(LDFLAGS) -o $(@F) *.o && \
-+ $(SHRLD) $(LDFLAGS) -o $(@F) *.o -lm && \
- mv $(@F) ../../C
-
- $(PICLIB) : $(MODULES:%.o=$(PICLIB)(%.o)) ;
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ff68888..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-link-with-lm.patch
--
Implementation of the FITS WCS standard
More information about the debian-science-commits
mailing list