[ppl] 17/68: Imported Debian patch 0.10-2
Andreas Tille
tille at debian.org
Sat Nov 12 08:40:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository ppl.
commit 1b094ae350671ff8de78d7ee6c18ceecb17d4aaf
Author: Michael Tautschnig <mt at debian.org>
Date: Wed Feb 4 20:42:26 2009 +0100
Imported Debian patch 0.10-2
---
debian/changelog | 10 ++++++++++
debian/rules | 2 +-
debian/watch | 19 +------------------
src/Float.defs.hh | 6 ++++++
4 files changed, 18 insertions(+), 19 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1bce311..e739c7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+ppl (0.10-2) unstable; urgency=high
+
+ * urgency=high because of RC bug fix.
+ * Check snapshots and releases for newer versions.
+ * Proper defines on bigendian systems. Closes: #514158.
+ * Don't ignore errors while running make check (this would have made visible
+ the above bug immediately).
+
+ -- Michael Tautschnig <mt at debian.org> Wed, 04 Feb 2009 20:42:26 +0100
+
ppl (0.10-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/rules b/debian/rules
index e85799c..628f684 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,7 +68,7 @@ build-arch-stamp: config.status
check:
dh_testdir
ifeq ($(with_check),yes)
- -$(MAKE) $(NJOBS) check
+ $(MAKE) $(NJOBS) check
# -$(MAKE) $(NJOBS) -C Watchdog check
else
@echo "Testsuite not run: $(with_check)."
diff --git a/debian/watch b/debian/watch
index 63a70c9..3b44a83 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,23 +1,6 @@
-# Example watch control file for uscan
-# Rename this file to "watch" and then you can run the "uscan" command
-# to check for upstream updates and more.
-# See uscan(1) for format
-
-# Compulsory line, this is a version 3 file
version=3
-# Uncomment to examine a Webpage
-# <Webpage URL> <string match>
-#http://www.example.com/downloads.php minisat2-(.*)\.tar\.gz
-
-# Uncomment to examine a Webserver directory
opts="uversionmangle=s/pre/~pre/" \
http://www.cs.unipr.it/ppl/Download/ftp/snapshots/ppl-(.*)\.tar\.gz
-
-# Uncommment to examine a FTP server
-#ftp://ftp.example.com/pub/minisat2-(.*)\.tar\.gz debian uupdate
-
-# Uncomment to find new files on sourceforge, for debscripts >= 2.9
-# http://sf.net/minisat2/minisat2-(.*)\.tar\.gz
-
+http://www.cs.unipr.it/ppl/Download/ftp/releases/LATEST/ppl-(.*)\.tar\.gz
diff --git a/src/Float.defs.hh b/src/Float.defs.hh
index 95e4668..e694de2 100644
--- a/src/Float.defs.hh
+++ b/src/Float.defs.hh
@@ -65,6 +65,12 @@ struct float_ieee754_single {
void build(bool negative, mpz_t mantissa, int exponent);
};
+#ifdef WORDS_BIGENDIAN
+#ifndef PPL_WORDS_BIGENDIAN
+#define PPL_WORDS_BIGENDIAN
+#endif
+#endif
+
#ifdef PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS
/*! \ingroup PPL_CXX_interface */
#endif // defined(PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ppl.git
More information about the debian-science-commits
mailing list