[Pkg-maemo-commits] r52 ./hildon-help/debian: * Fix binary indep target.

Loïc Minier lool at dooz.org
Wed Jul 25 13:00:21 UTC 2007


------------------------------------------------------------
revno: 52
committer: Loïc Minier <lool at dooz.org>
branch nick: debian
timestamp: Wed 2007-07-25 15:00:21 +0200
message:
  * Fix binary indep target.
modified:
  debian/changelog
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2007-07-24 15:38:45 +0000
+++ b/debian/changelog	2007-07-25 13:00:21 +0000
@@ -26,11 +26,11 @@
   * Add Debian revision to version.
   * Don't ignore distclean errors.
   * Loosen the libhildonhelp-dev -> libhildonhelp0 dep to permit bin NMUs.
-  * Cleanup rules.
+  * Cleanup rules; fix binary-arch and binary-indep targets.
   * Only pass --host to configure if DEB_HOST_GNU_TYPE and DEB_BUILD_GNU_TYPE
     differ.
 
- -- Loic Minier <lool at dooz.org>  Tue, 24 Jul 2007 17:38:33 +0200
+ -- Loic Minier <lool at dooz.org>  Wed, 25 Jul 2007 15:00:02 +0200
 
 libhildonhelp (1.9.3-1) unstable; urgency=low
 

=== modified file 'debian/rules'
--- a/debian/rules	2007-07-24 15:38:45 +0000
+++ b/debian/rules	2007-07-25 13:00:21 +0000
@@ -70,7 +70,19 @@
 
 # Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs -i
+	dh_installdocs -i
+	dh_install -i --sourcedir=debian/tmp -v
+	dh_installman -i
+	dh_link -i
+	dh_compress -i
+	dh_fixperms -i
+	dh_installdeb -i
+	dh_gencontrol -i
+	dh_md5sums -i
+	dh_builddeb -i
 
 # Build architecture-dependent files here.
 binary-arch: build install



More information about the Pkg-maemo-commits mailing list