[med-svn] r3576 - trunk/packages/mummer/trunk/debian

Charles Plessy plessy at alioth.debian.org
Wed Jul 1 05:34:32 UTC 2009


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
 




More information about the debian-med-commit mailing list