[med-svn] r20682 - trunk/packages/altree/trunk/debian

Vincent Danjean vdanjean at moszumanska.debian.org
Tue Dec 8 19:44:49 UTC 2015


Author: vdanjean
Date: 2015-12-08 19:44:48 +0000 (Tue, 08 Dec 2015)
New Revision: 20682

Modified:
   trunk/packages/altree/trunk/debian/changelog
   trunk/packages/altree/trunk/debian/rules
Log:
Avoid to call 'make install' with PREFIX=...

Modified: trunk/packages/altree/trunk/debian/changelog
===================================================================
--- trunk/packages/altree/trunk/debian/changelog	2015-12-08 18:12:41 UTC (rev 20681)
+++ trunk/packages/altree/trunk/debian/changelog	2015-12-08 19:44:48 UTC (rev 20682)
@@ -2,7 +2,10 @@
 
   * [debian/control] Update build dependencies for GSL 2, change libgsl0-dev to
     libgsl-dev. Thanks Bas Couwenberg <sebastic at debian.org> (Closes: #807173)
+  * Fix "FTBFS with perl 5.22 in experimental (MakeMaker changes)" by removing
+    manual (wrong) call to "make install PREFIX=..." (Closes: #807423)
 
+
  -- Vincent Danjean <vdanjean at debian.org>  Sun, 06 Dec 2015 15:22:44 +0100
 
 altree (1.3.1-2) unstable; urgency=medium

Modified: trunk/packages/altree/trunk/debian/rules
===================================================================
--- trunk/packages/altree/trunk/debian/rules	2015-12-08 18:12:41 UTC (rev 20681)
+++ trunk/packages/altree/trunk/debian/rules	2015-12-08 19:44:48 UTC (rev 20682)
@@ -15,9 +15,6 @@
 	$(MAKE) -C Documentation pdf
 	dh_auto_build
 
-override_dh_auto_install:
-	$(MAKE) PREFIX=debian/altree/usr install
-
 override_dh_compress:
 	dh_compress --exclude=.pdf
 




More information about the debian-med-commit mailing list