[med-svn] r1738 - in trunk/packages/plink/trunk/debian: . patches

smoe-guest at alioth.debian.org smoe-guest at alioth.debian.org
Sat Apr 12 22:41:23 UTC 2008


Author: smoe-guest
Date: 2008-04-12 22:41:22 +0000 (Sat, 12 Apr 2008)
New Revision: 1738

Added:
   trunk/packages/plink/trunk/debian/patches/Makefile.patch
Modified:
   trunk/packages/plink/trunk/debian/control
Log:
Also officially now Debian-med community maintained


Modified: trunk/packages/plink/trunk/debian/control
===================================================================
--- trunk/packages/plink/trunk/debian/control	2008-04-11 13:50:09 UTC (rev 1737)
+++ trunk/packages/plink/trunk/debian/control	2008-04-12 22:41:22 UTC (rev 1738)
@@ -1,7 +1,8 @@
 Source: plink
 Section: science
 Priority: optional
-Maintainer: Steffen Moeller <moeller at debian.org>
+Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Steffen Moeller <moeller at debian.org>
 Build-Depends: debhelper (>= 5), quilt, g++-3.3
 Standards-Version: 3.7.3
 Homepage: http://pngu.mgh.harvard.edu/~purcell/plink/

Added: trunk/packages/plink/trunk/debian/patches/Makefile.patch
===================================================================
--- trunk/packages/plink/trunk/debian/patches/Makefile.patch	                        (rev 0)
+++ trunk/packages/plink/trunk/debian/patches/Makefile.patch	2008-04-12 22:41:22 UTC (rev 1738)
@@ -0,0 +1,24 @@
+Index: plink-1.02/Makefile
+===================================================================
+--- plink-1.02.orig/Makefile	2008-04-09 12:20:22.000000000 +0200
++++ plink-1.02/Makefile	2008-04-09 15:19:23.000000000 +0200
+@@ -96,6 +96,9 @@
+ LIB += -ldl -lcrypt
+ endif
+ 
++PREFIX=/usr
++DESTDIR=
++
+ OBJ = $(SRC:.cpp=.o)
+ 
+ all : $(OUTPUT) 
+@@ -111,6 +114,9 @@
+ 
+ $(OUTPUT) : $(OBJ)
+ 
++install: $(OUTPUT)
++	cp $(OUTPUT) $(DESTDIR)$(PREFIX)/bin
++
+ FORCE:
+ 
+ clean:




More information about the debian-med-commit mailing list