[Pkg-ocaml-maint-commits] r1881 -
trunk/packages/syslog-ocaml/trunk/debian
Eric Cooper
ecc-guest at costa.debian.org
Wed Nov 2 01:35:03 UTC 2005
Author: ecc-guest
Date: 2005-11-02 01:35:02 +0000 (Wed, 02 Nov 2005)
New Revision: 1881
Modified:
trunk/packages/syslog-ocaml/trunk/debian/rules
Log:
fix DESTDIR setting for install target
Modified: trunk/packages/syslog-ocaml/trunk/debian/rules
===================================================================
--- trunk/packages/syslog-ocaml/trunk/debian/rules 2005-11-01 22:44:57 UTC (rev 1880)
+++ trunk/packages/syslog-ocaml/trunk/debian/rules 2005-11-02 01:35:02 UTC (rev 1881)
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
-#export DH_VERBOSE=1
-
include /usr/share/dpatch/dpatch.make
build: build-stamp
@@ -16,10 +14,9 @@
dh_testroot
rm -f build-stamp patch-stamp
-$(MAKE) clean
-
dh_clean
-DESTDIR = $(CURDIR)/debian/tmp$(shell ocamlc -where)
+DESTDIR = $(CURDIR)/debian/$(shell dh_listpackages)$(shell ocamlc -where)
install: build
dh_testdir
More information about the Pkg-ocaml-maint-commits
mailing list