[med-svn] [snap-aligner] 01/01: use -std=gnu++98

Michael Crusoe misterc-guest at moszumanska.debian.org
Fri Aug 5 08:01:53 UTC 2016


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

misterc-guest pushed a commit to branch master
in repository snap-aligner.

commit ff52fea3308db3f1d995fc014311b9630128a870
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date:   Fri Aug 5 00:44:51 2016 -0700

    use -std=gnu++98
---
 debian/changelog | 6 ++++++
 debian/control   | 4 ++--
 debian/copyright | 2 +-
 debian/rules     | 3 +++
 4 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index da27875..48e3632 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+snap-aligner (0.18~1.0~beta.18+dfsg1-4) unstable; urgency=medium
+
+  * Build with -std=gnu++98, closes: 831138
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com>  Fri, 05 Aug 2016 01:00:41 -0700
+
 snap-aligner (0.18~1.0~beta.18+dfsg1-3) unstable; urgency=medium
 
   * Add support for kfreebsd and non-x86, thanks to Aaron M. Ucko
diff --git a/debian/control b/debian/control
index 09692f0..5ee929d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,12 @@
 Source: snap-aligner
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Michael R. Crusoe <crusoe at ucdavis.edu>
+Uploaders: Michael R. Crusoe <michael.crusoe at gmail.com>
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
                help2man,
                zlib1g-dev
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/snap-aligner.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/snap-aligner.git
 Homepage: http://snap.cs.berkeley.edu/
diff --git a/debian/copyright b/debian/copyright
index 068483a..f9b9f16 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: SNAP
 Source: https://github.com/amplab/snap
 Files-Excluded: import/z*
diff --git a/debian/rules b/debian/rules
index f595ab3..1f763c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,9 @@
 
 DEBVERS        := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
 VERSION        := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
+CXXFLAGS := -std=gnu++98
+export CXXFLAGS
+
 %:
 	dh $@
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/snap-aligner.git



More information about the debian-med-commit mailing list