./hildon-fm/debian r370: Install to the more conventional debian/tmp dir instead of debian/build.

Loïc Minier lool at dooz.org
Sun Aug 24 18:47:16 UTC 2008


------------------------------------------------------------
revno: 370
committer: Loïc Minier <lool at dooz.org>
branch nick: debian
timestamp: Sun 2008-08-24 20:47:16 +0200
message:
  Install to the more conventional debian/tmp dir instead of debian/build.
modified:
  debian/changelog
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2008-08-24 18:46:10 +0000
+++ b/debian/changelog	2008-08-24 18:47:16 +0000
@@ -10,6 +10,7 @@
       autotoolized with "NOCONFIGURE=1 ./autogen.sh" with Debian's autogen.sh.
   * Bump up Standards-Version to 3.8.0.
   * Cleanup rules.
+  * Install to the more conventional debian/tmp dir instead of debian/build.
 
  -- Loic Minier <lool at dooz.org>  Sun, 24 Aug 2008 19:32:37 +0200
 

=== modified file 'debian/rules'
--- a/debian/rules	2008-08-24 18:46:10 +0000
+++ b/debian/rules	2008-08-24 18:47:16 +0000
@@ -35,7 +35,7 @@
 	dh_testroot
 	rm -f build-stamp
 	[ ! -f Makefile ] || $(MAKE) distclean
-	rm -rf debian/build
+	rm -rf debian/tmp
 	dh_clean
 
 install: build
@@ -43,7 +43,7 @@
 	dh_testroot
 	dh_clean -k
 	dh_installdirs
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/build
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 
 binary-indep: build install
 
@@ -52,7 +52,7 @@
 	dh_testroot
 	dh_installchangelogs
 	dh_installdocs
-	dh_install --sourcedir=debian/build -v
+	dh_install --sourcedir=debian/tmp -v
 	dh_installman
 	dh_link
 	dh_strip --dbg-package=libhildonfm2-dbg



More information about the pkg-maemo-commits mailing list