./libwpeditor-plus/debian r7: Pass -s to dh_* in binary-arch.
Loïc Minier
lool at dooz.org
Thu Aug 14 13:48:39 UTC 2008
------------------------------------------------------------
revno: 7
committer: Loïc Minier <lool at dooz.org>
branch nick: debian
timestamp: Thu 2008-08-14 15:48:39 +0200
message:
Pass -s to dh_* in binary-arch.
modified:
debian/changelog
debian/rules
-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog 2008-08-14 13:47:15 +0000
+++ b/debian/changelog 2008-08-14 13:48:39 +0000
@@ -23,6 +23,7 @@
* Version the libwpeditor-plus0 dep of libwpeditor-plus-dev on
${binary:Version} per policy.
* Misc cosmetic cleanups (whitespaces and such).
+ * Pass -s to dh_* in binary-arch.
-- Jonny Lamb <jonnylamb at jonnylamb.com> Mon, 23 Jun 2008 01:26:26 +0100
=== modified file 'debian/rules'
--- a/debian/rules 2008-08-14 13:47:58 +0000
+++ b/debian/rules 2008-08-14 13:48:39 +0000
@@ -53,21 +53,21 @@
binary-arch: build install
dh_testdir
dh_testroot
- dh_installchangelogs
- dh_installdocs
- dh_installexamples
- dh_install --sourcedir=debian/tmp
- dh_installman
- dh_link
- dh_strip
- dh_compress
- dh_fixperms
- dh_makeshlibs
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
+ dh_installchangelogs -s
+ dh_installdocs -s
+ dh_installexamples -s
+ dh_install -s --sourcedir=debian/tmp
+ dh_installman -s
+ dh_link -s
+ dh_strip -s
+ dh_compress -s
+ dh_fixperms -s
+ dh_makeshlibs -s
+ dh_installdeb -s
+ dh_shlibdeps -s
+ dh_gencontrol -s
+ dh_md5sums -s
+ dh_builddeb -s
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
More information about the pkg-maemo-commits
mailing list