[Pkg-maemo-commits] r43 ./hildon-help/debian: * Correct call to dh_strip to actually specify the dbg package name. This also fixes a lintian error.

Jonny Lamb jonnylamb at jonnylamb.com
Mon Jul 23 10:22:24 UTC 2007


------------------------------------------------------------
revno: 43
committer: Jonny Lamb <jonnylamb at jonnylamb.com>
branch nick: hildon-help
timestamp: Mon 2007-07-23 11:22:24 +0100
message:
  * Correct call to dh_strip to actually specify the dbg package name. This also fixes a lintian error.
modified:
  debian/changelog
  debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2007-07-23 02:56:34 +0000
+++ b/debian/changelog	2007-07-23 10:22:24 +0000
@@ -14,8 +14,10 @@
   * Remove reference to Opera browser styles in libhildonhelp0.install as
     they are not getting installed.
   * Cleanup rules.
+  * Correct call to dh_strip to actually specify the dbg package name. This
+    also fixes a lintian error.
 
- -- Jonny Lamb <jonnylamb at jonnylamb.com>  Mon, 23 Jul 2007 03:56:07 +0100
+ -- Jonny Lamb <jonnylamb at jonnylamb.com>  Mon, 23 Jul 2007 11:21:17 +0100
 
 libhildonhelp (1.9.3-1) unstable; urgency=low
 

=== modified file 'debian/rules'
--- a/debian/rules	2007-07-23 02:56:34 +0000
+++ b/debian/rules	2007-07-23 10:22:24 +0000
@@ -77,7 +77,7 @@
 	dh_install --sourcedir=debian/tmp -v
 	dh_installman
 	dh_link
-	dh_strip --dbg-package=libhildonhelp0
+	dh_strip --dbg-package=libhildonhelp0-dbg
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs -V



More information about the Pkg-maemo-commits mailing list