r47254 - in /packages/healpix/healpix-cxx/trunk/debian: changelog control patches/serial-tests.diff rules

lsinger-guest at users.alioth.debian.org lsinger-guest at users.alioth.debian.org
Thu May 19 21:16:49 UTC 2016


Author: lsinger-guest
Date: Thu May 19 21:16:49 2016
New Revision: 47254

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47254
Log:
healpix-cxx: update to 3.30.0

Modified:
    packages/healpix/healpix-cxx/trunk/debian/changelog
    packages/healpix/healpix-cxx/trunk/debian/control
    packages/healpix/healpix-cxx/trunk/debian/patches/serial-tests.diff
    packages/healpix/healpix-cxx/trunk/debian/rules

Modified: packages/healpix/healpix-cxx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpix-cxx/trunk/debian/changelog?rev=47254&op=diff
==============================================================================
--- packages/healpix/healpix-cxx/trunk/debian/changelog	(original)
+++ packages/healpix/healpix-cxx/trunk/debian/changelog	Thu May 19 21:16:49 2016
@@ -1,12 +1,13 @@
-healpix-cxx (3.11.2-8) UNRELEASED; urgency=medium
+healpix-cxx (3.30.0-1) UNRELEASED; urgency=medium
 
+  * New upstream version.
   * Use Automake serial build test harness. Automake's default, parallel
     test harness does not print the test's output to stdout. This makes it
     difficult to debug unit test failures. Since this package has only a
     single unit test, we lose no speed by using the serial test harness that
     does send output to stdout.
 
- -- Leo Singer <leo.singer at ligo.org>  Thu, 03 Jul 2014 13:55:37 -0700
+ -- Leo Singer <leo.singer at ligo.org>  Wed, 07 Oct 2015 15:08:01 -0700
 
 healpix-cxx (3.11.2-7) unstable; urgency=medium
 

Modified: packages/healpix/healpix-cxx/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpix-cxx/trunk/debian/control?rev=47254&op=diff
==============================================================================
--- packages/healpix/healpix-cxx/trunk/debian/control	(original)
+++ packages/healpix/healpix-cxx/trunk/debian/control	Thu May 19 21:16:49 2016
@@ -9,9 +9,9 @@
  libcfitsio3-dev,
  autotools-dev,
  dh-autoreconf
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/healpix/healpix-cxx/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/healpix/healpix-cxx/trunk/
+Vcs-Browser: https://svn.debian.org/viewsvn/debian-science/packages/healpix/healpix-cxx/trunk/
 Section: libs
 
 Package: libhealpix-cxx-dev

Modified: packages/healpix/healpix-cxx/trunk/debian/patches/serial-tests.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpix-cxx/trunk/debian/patches/serial-tests.diff?rev=47254&op=diff
==============================================================================
--- packages/healpix/healpix-cxx/trunk/debian/patches/serial-tests.diff	(original)
+++ packages/healpix/healpix-cxx/trunk/debian/patches/serial-tests.diff	Thu May 19 21:16:49 2016
@@ -9,7 +9,7 @@
 --- a/configure.ac
 +++ b/configure.ac
 @@ -1,5 +1,5 @@
- AC_INIT([healpix_cxx], [3.11.2])
+ AC_INIT([healpix_cxx], [3.30.0])
 -AM_INIT_AUTOMAKE([foreign subdir-objects -Wall -Werror])
 +AM_INIT_AUTOMAKE([foreign serial-tests subdir-objects -Wall -Werror])
  AM_MAINTAINER_MODE([enable])

Modified: packages/healpix/healpix-cxx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpix-cxx/trunk/debian/rules?rev=47254&op=diff
==============================================================================
--- packages/healpix/healpix-cxx/trunk/debian/rules	(original)
+++ packages/healpix/healpix-cxx/trunk/debian/rules	Thu May 19 21:16:49 2016
@@ -22,6 +22,11 @@
 export OMP_NUM_THREADS=$(NUMJOBS)
 endif
 
+# Enable build hardening.
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
 %:
 	dh $@ --with autoreconf
 




More information about the debian-science-commits mailing list