All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] Debian package building fails with 2.5-rc1
@ 2009-05-05 18:25 Stefan Kisdaroczi
  2009-05-28  9:10 ` Stefan Kisdaroczi
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Kisdaroczi @ 2009-05-05 18:25 UTC (permalink / raw)
  To: xenomai

[-- 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 --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-05-28 13:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-05 18:25 [Xenomai-help] Debian package building fails with 2.5-rc1 Stefan Kisdaroczi
2009-05-28  9:10 ` 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

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.