r46790 - in /packages/healpix/healpy/trunk/debian: changelog rules

lsinger-guest at users.alioth.debian.org lsinger-guest at users.alioth.debian.org
Thu Jul 3 21:36:24 UTC 2014


Author: lsinger-guest
Date: Thu Jul  3 21:36:24 2014
New Revision: 46790

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46790
Log:
healpy: fix permissions on data files

Modified:
    packages/healpix/healpy/trunk/debian/changelog
    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=46790&op=diff
==============================================================================
--- packages/healpix/healpy/trunk/debian/changelog	(original)
+++ packages/healpix/healpy/trunk/debian/changelog	Thu Jul  3 21:36:24 2014
@@ -1,6 +1,7 @@
 healpy (1.8.1-2) UNRELEASED; urgency=medium
 
   * Remove unnecessary pydist-overrides file.
+  * Fix permissions on data files.
 
  -- Leo Singer <leo.singer at ligo.org>  Sun, 29 Jun 2014 20:21:38 -0700
 

Modified: packages/healpix/healpy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/healpix/healpy/trunk/debian/rules?rev=46790&op=diff
==============================================================================
--- packages/healpix/healpy/trunk/debian/rules	(original)
+++ packages/healpix/healpy/trunk/debian/rules	Thu Jul  3 21:36:24 2014
@@ -15,3 +15,9 @@
 
 override_dh_auto_test: matplotlibrc
 	dh_auto_test
+
+override_dh_fixperms:
+	chmod -x \
+	  debian/python*-healpy/usr/lib/python*/dist-packages/healpy/data/* \
+	  debian/python*-healpy/usr/lib/python*/dist-packages/healpy/test/data/*
+	dh_fixperms




More information about the debian-science-commits mailing list