From: Stefan Kisdaroczi <kisda@domain.hid>
To: xenomai@xenomai.org
Subject: [Xenomai-help] Debian package building fails with 2.5-rc1
Date: Tue, 05 May 2009 20:25:17 +0200 [thread overview]
Message-ID: <4A00848D.1090500@domain.hid> (raw)
[-- Attachment #1: Type: text/plain, Size: 682 bytes --]
Hi,
there is no ChangeLog file in the project root anymore, so debian package building fails.
Following patch fixed it for me.
kisda
--- xenomai-2.5.orig/debian/rules
+++ xenomai-2.5/debian/rules
@@ -108,7 +108,7 @@
dh_testdir -i
dh_testroot -i
dh_installdocs -i -A CREDITS README.INSTALL TROUBLESHOOTING
- dh_installchangelogs -i ChangeLog
+ dh_installchangelogs -i
dh_link -i
dh_strip -i
dh_compress -i -X.pdf
@@ -131,7 +131,7 @@
dh_testroot -s
dh_installman -s
dh_installdocs -s -A CREDITS README.INSTALL TROUBLESHOOTING
- dh_installchangelogs -s ChangeLog
+ dh_installchangelogs -s
dh_link -s
dh_strip -s
dh_compress -s
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 250 bytes --]
next reply other threads:[~2009-05-05 18:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-05 18:25 Stefan Kisdaroczi [this message]
2009-05-28 9:10 ` [Xenomai-help] Debian package building fails with 2.5-rc1 Stefan Kisdaroczi
2009-05-28 12:28 ` Philippe Gerum
2009-05-28 13:22 ` Stefan Kisdaroczi
2009-05-28 13:40 ` Philippe Gerum
2009-05-28 13:57 ` Stefan Kisdaroczi
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4A00848D.1090500@domain.hid \
--to=kisda@domain.hid \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.