From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philippe Gerum In-Reply-To: <4A1E9004.9010901@domain.hid> References: <4A00848D.1090500@domain.hid> <4A1E550D.9090702@domain.hid> <1243513683.22173.0.camel@domain.hid> <4A1E9004.9010901@domain.hid> Content-Type: text/plain Date: Thu, 28 May 2009 15:40:10 +0200 Message-Id: <1243518010.22173.1.camel@domain.hid> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] Debian package building fails with 2.5-rc1 List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Kisdaroczi Cc: xenomai@xenomai.org On Thu, 2009-05-28 at 15:22 +0200, Stefan Kisdaroczi wrote: > Philippe Gerum schrieb: > > On Thu, 2009-05-28 at 11:10 +0200, Stefan Kisdaroczi wrote: > >> Hi Philippe, > >> > >> thx for commiting to xenomai-head. > >> Please merge to 2.4.x, you removed the Changelog file one week ago. > >> > > > > Should be ok now. Thanks, > > http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=3efa9d95abc65bef76546480bbd643de5a391a30 > > this is _xenomai-head.git_ , i dont see the change in _xenomai-2.4.git_ That's normal. I did not find my brain either. Should really be ok, now. > > you removed the changelog in 2.4.x here: > http://git.xenomai.org/?p=xenomai-2.4.git;a=commit;h=8a5e70f8067b6f8e8e1645a481a9ddcba8946581 > > thanks > > >> Thank you > >> Stefan > >> > >> Stefan Kisdaroczi schrieb: > >>> 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 > >>> > >>> > >>> > >>> > >>> ------------------------------------------------------------------------ > >>> > >>> _______________________________________________ > >>> Xenomai-help mailing list > >>> Xenomai-help@domain.hid > >>> https://mail.gna.org/listinfo/xenomai-help > >> > >> _______________________________________________ > >> Xenomai-help mailing list > >> Xenomai-help@domain.hid > >> https://mail.gna.org/listinfo/xenomai-help > > -- Philippe.