Author: plessy
Date: 2009-07-01 05:34:31 +0000 (Wed, 01 Jul 2009)
New Revision: 3576

Modified:
   trunk/packages/mummer/trunk/debian/rules
Log:
Could not work as the build target is not called with (fake)root privileges.


Modified: trunk/packages/mummer/trunk/debian/rules
===================================================================
--- trunk/packages/mummer/trunk/debian/rules    2009-07-01 05:26:16 UTC (rev 
3575)
+++ trunk/packages/mummer/trunk/debian/rules    2009-07-01 05:34:31 UTC (rev 
3576)
@@ -45,6 +45,10 @@
 build: $(QUILT_STAMPFN) build-stamp
 build-stamp:
 # Unfortunately the upstream makefile does not separate the build and install 
steps.
+
+install:
+install: build
+# Unfortunately the upstream makefile does not separate the build and install 
steps.
        dh_testdir
        dh_testroot
        dh_prep
@@ -60,10 +64,6 @@
 clean: unpatch
        dh clean
 
-install:
-install: build
-# Unfortunately the upstream makefile does not separate the build and install 
steps.
-
 binary-indep: build install
        dh binary-indep -Xpdf
 


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit

Reply via email to