[med-svn] r1654 - trunk/packages/loki/trunk/debian

tille at alioth.debian.org tille at alioth.debian.org
Sun Mar 23 17:40:51 UTC 2008


Author: tille
Date: 2008-03-23 17:40:50 +0000 (Sun, 23 Mar 2008)
New Revision: 1654

Modified:
   trunk/packages/loki/trunk/debian/changelog
   trunk/packages/loki/trunk/debian/rules
Log:
Fix broken install targed


Modified: trunk/packages/loki/trunk/debian/changelog
===================================================================
--- trunk/packages/loki/trunk/debian/changelog	2008-03-22 17:27:47 UTC (rev 1653)
+++ trunk/packages/loki/trunk/debian/changelog	2008-03-23 17:40:50 UTC (rev 1654)
@@ -1,3 +1,10 @@
+loki (2.4.7.4-3) unstable; urgency=low
+
+  * Fixed install target to install to debian/tmp correctly
+    Closes: #472320
+
+ -- Andreas Tille <tille at debian.org>  Sun, 23 Mar 2008 18:32:22 +0100
+
 loki (2.4.7.4-2) unstable; urgency=low
 
   * Debhelper 5

Modified: trunk/packages/loki/trunk/debian/rules
===================================================================
--- trunk/packages/loki/trunk/debian/rules	2008-03-22 17:27:47 UTC (rev 1653)
+++ trunk/packages/loki/trunk/debian/rules	2008-03-23 17:40:50 UTC (rev 1654)
@@ -6,6 +6,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+DEB_MAKE_INSTALL_TARGET := install prefix=$(CURDIR)/debian/tmp/usr  bindir=$(CURDIR)/debian/loki/usr/bin
+
 pkg=loki
 MANPAGES=check_het.1 \
          hist.1 \
@@ -21,4 +23,4 @@
 	for man in $(MANPAGES) ; do \
 	    ln -s loki.1.gz debian/$(pkg)/usr/share/man/man1/$${man}.gz ; \
 	done
-	make install prefix=$(CURDIR)/debian/loki/usr
+	make install prefix=$(CURDIR)/debian/loki/usr bindir=$(CURDIR)/debian/loki/usr/bin




More information about the debian-med-commit mailing list