[maemo-commits] [maemo-commits] r8572 - projects/haf/trunk/libcairo/debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon Dec 4 12:19:53 EET 2006
- Previous message: [maemo-commits] r8571 - projects/haf/trunk/libcairo/debian
- Next message: [maemo-commits] r8573 - projects/haf/tags/libcairo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: tko
Date: 2006-12-04 12:19:51 +0200 (Mon, 04 Dec 2006)
New Revision: 8572
Modified:
projects/haf/trunk/libcairo/debian/changelog
projects/haf/trunk/libcairo/debian/rules
Log:
- add -i's and -a's to debhelper commands to handle binary-indep properly
Modified: projects/haf/trunk/libcairo/debian/changelog
===================================================================
--- projects/haf/trunk/libcairo/debian/changelog 2006-12-04 09:56:53 UTC (rev 8571)
+++ projects/haf/trunk/libcairo/debian/changelog 2006-12-04 10:19:51 UTC (rev 8572)
@@ -3,9 +3,11 @@
* Add debugging symbols
- debian/control: Add libcairo2-dbg package
- debian/rules: update call to dh_strip
- * debian/rules: always pass --host and --build to configure
+ * debian/rules:
+ - always pass --host and --build to configure
+ - add -i's and -a's to debhelper commands to handle binary-indep properly
- -- Tommi Komulainen <tommi.komulainen at nokia.com> Mon, 4 Dec 2006 11:54:50 +0200
+ -- Tommi Komulainen <tommi.komulainen at nokia.com> Mon, 4 Dec 2006 12:10:27 +0200
libcairo (1.2.4-4osso1) unstable; urgency=low
Modified: projects/haf/trunk/libcairo/debian/rules
===================================================================
--- projects/haf/trunk/libcairo/debian/rules 2006-12-04 09:56:53 UTC (rev 8571)
+++ projects/haf/trunk/libcairo/debian/rules 2006-12-04 10:19:51 UTC (rev 8572)
@@ -120,29 +120,37 @@
# Build architecture-independent files here.
binary-indep: build install
-# We have nothing to do by default.
+ dh_testdir -i
+ dh_testroot -i
+ dh_installdocs -i -A TODO README NEWS AUTHORS
+ dh_installchangelogs -i ChangeLog
+ 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
- dh_testdir
- dh_testroot
-
- dh_install
- dh_installdocs -A TODO README NEWS AUTHORS
- dh_installchangelogs ChangeLog
- dh_installman
- dh_installexamples
- dh_link
+ dh_testdir -a
+ dh_testroot -a
+ dh_install -a
+ dh_installdocs -a -A TODO README NEWS AUTHORS
+ dh_installchangelogs -a ChangeLog
+ dh_installman -a
+ dh_installexamples -a
+ dh_link -a
dh_strip -a --dbg-package=libcairo2
- dh_compress
- dh_fixperms
- dh_makeshlibs -plibcairo2 -V
- dh_installdeb
- dh_shlibdeps
- dh_perl
- dh_gencontrol
- dh_md5sums
- dh_builddeb
+ dh_compress -a
+ dh_fixperms -a
+ dh_makeshlibs -a -plibcairo2 -V
+ dh_installdeb -a
+ dh_shlibdeps -a
+ dh_perl -a
+ dh_gencontrol -a
+ dh_md5sums -a
+ dh_builddeb -a
binary: binary-indep binary-arch
- Previous message: [maemo-commits] r8571 - projects/haf/trunk/libcairo/debian
- Next message: [maemo-commits] r8573 - projects/haf/tags/libcairo
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
