[Pkg-utopia-commits] r1777 - /packages/unstable/dbus-python/debian/rules

smcv-guest at users.alioth.debian.org smcv-guest at users.alioth.debian.org
Wed Oct 3 16:36:13 UTC 2007


Author: smcv-guest
Date: Wed Oct  3 16:36:13 2007
New Revision: 1777

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1777
Log:
Actually install the -dbg modules in the -dbg directory

Modified:
    packages/unstable/dbus-python/debian/rules

Modified: packages/unstable/dbus-python/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-python/debian/rules?rev=1777&op=diff
==============================================================================
--- packages/unstable/dbus-python/debian/rules (original)
+++ packages/unstable/dbus-python/debian/rules Wed Oct  3 16:36:13 2007
@@ -57,7 +57,7 @@
 dbg-install-%: build-%-dbg/build-stamp
 	dh_testdir
 	dh_testroot
-	$(MAKE) -C build-$* install DESTDIR=$(CURDIR)/debian/python-dbus-dbg
+	$(MAKE) -C build-$*-dbg install DESTDIR=$(CURDIR)/debian/python-dbus-dbg
 	find debian/python-dbus-dbg ! -type d ! -name '*.so' -print0 | xargs -0 rm -f
 	find debian/python-dbus-dbg -depth -empty -exec rmdir {} \;
 




More information about the Pkg-utopia-commits mailing list