[Debian-astro-commits] [wcstools] 02/04: Update patches for new release
Ole Streicher
olebole at moszumanska.debian.org
Thu Jun 9 14:06:55 UTC 2016
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch debian
in repository wcstools.
commit 4c05ed102a862eeead55e1929c280d64e6f2f637
Author: Ole Streicher <ole at aip.de>
Date: Thu Jun 9 09:30:06 2016 +0200
Update patches for new release
---
debian/changelog | 5 +++--
debian/patches/makefiles.patch | 6 +++++-
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 524d6a0..14f8cbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-wcstools (3.9.2-6) UNRELEASED; urgency=low
+wcstools (3.9.3-1) UNRELEASED; urgency=low
* Add ASCL-Id to d/u/metadata
+ * New upstream version
- -- Ole Streicher <olebole at debian.org> Fri, 26 Feb 2016 10:55:39 +0100
+ -- Ole Streicher <olebole at debian.org> Thu, 09 Jun 2016 09:20:43 +0200
wcstools (3.9.2-5) unstable; urgency=low
diff --git a/debian/patches/makefiles.patch b/debian/patches/makefiles.patch
index 2d47df1..1818a4b 100644
--- a/debian/patches/makefiles.patch
+++ b/debian/patches/makefiles.patch
@@ -55,7 +55,7 @@ Description: Rename libwcs to libwcstools to avoid conflicts with Mark
all: cphead delwcs delhead edhead fixpix gethead i2f imcat imhead immatch \
imrot imsize imstar imwcs scat sethead addpix getpix setpix sky2xy \
-@@ -16,184 +15,183 @@
+@@ -16,187 +15,186 @@
isfile simpos bincat
addpix: addpix.c $(LIBWCS) libwcs/fitsfile.h
@@ -198,6 +198,10 @@ Description: Rename libwcs to libwcstools to avoid conflicts with Mark
- $(CC) $(CFLAGS) -o $(BIN)/isnum isnum.c $(LIBS)
+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $(BIN)/isnum isnum.c $(LIBS)
+ isimlist: isimlist.c $(LIBWCS) libwcs/fitsfile.h
+- $(CC) $(CFLAGS) -o $(BIN)/isimlist isimlist.c $(LIBS)
++ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $(BIN)/isimlist isimlist.c $(LIBS)
+
isrange: isrange.c
- $(CC) $(CFLAGS) -o $(BIN)/isrange isrange.c
+ $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o $(BIN)/isrange isrange.c
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/wcstools.git
More information about the Debian-astro-commits
mailing list