r47260 - in /packages/healpix/healpy/trunk/debian: changelog control rules

lsinger-guest at users.alioth.debian.org lsinger-guest at users.alioth.debian.org
Mon May 23 15:07:33 UTC 2016


Author: lsinger-guest
Date: Mon May 23 15:07:33 2016
New Revision: 47260

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47260
Log:
healpy: update to 1.9.1-2

Modified:
    packages/healpix/healpy/trunk/debian/changelog
    packages/healpix/healpy/trunk/debian/control
    packages/healpix/healpy/trunk/debian/rules

Modified: packages/healpix/healpy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/changelog?rev=47260&op=diff
==============================================================================
--- packages/healpix/healpy/trunk/debian/changelog	(original)
+++ packages/healpix/healpy/trunk/debian/changelog	Mon May 23 15:07:33 2016
@@ -1,3 +1,12 @@
+healpy (1.9.1-2) unstable; urgency=medium
+
+  * Adjust dh_fixperms override so that it only affects architecture-
+    independent packages. This should fix autobuilding of non-amd64
+    architectures.
+  * Add missing build dependency on dh-python.
+
+ -- Leo Singer <leo.singer at ligo.org>  Mon, 23 May 2016 10:51:25 -0400
+
 healpy (1.9.1-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/healpix/healpy/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/control?rev=47260&op=diff
==============================================================================
--- packages/healpix/healpy/trunk/debian/control	(original)
+++ packages/healpix/healpy/trunk/debian/control	Mon May 23 15:07:33 2016
@@ -20,6 +20,7 @@
  python3-pytest,
  python3-six,
  debhelper (>= 9),
+ dh-python,
  libcfitsio3-dev,
  libhealpix-cxx-dev (>= 3.30.0),
  pkg-config,

Modified: packages/healpix/healpy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/rules?rev=47260&op=diff
==============================================================================
--- packages/healpix/healpy/trunk/debian/rules	(original)
+++ packages/healpix/healpy/trunk/debian/rules	Mon May 23 15:07:33 2016
@@ -22,8 +22,6 @@
 	rm -rf debian/python*-healpy/usr/lib/python*/dist-packages/healpy/data debian/python*-healpy/usr/lib/python*/dist-packages/healpy/test/data
 
 # Fix permissions on data files
-override_dh_fixperms:
-	chmod -x \
-		debian/python-healpy-data/usr/share/healpy/data/* \
-		debian/python-healpy-data/usr/share/healpy/test/data/*
+override_dh_fixperms-indep:
+	find debian/python-healpy-data/usr/share/healpy -type f | xargs chmod -x
 	dh_fixperms




More information about the debian-science-commits mailing list