Re: lintian complaining about modified files

2009-02-18 Thread Andreas Tscharner

Hello Magnus,

Magnus Holmgren wrote:

On onsdagen den 19 november 2008, Andreas Tscharner wrote:

I use the dpatch system to make the requested changes in the sources
(only 1 dpatch changing only one source file).

Now lintian complains that config.guess and 1 more are changed, but
not by dpatch. I suppose that these files get changed in the build process.

What is the correct way to get this problem solved?


You can simply 
gunzip /usr/share/doc/dpatch/examples/dpatch/01_config.dpatch.gz and put it 
in debian/patches (and list it in 00list) and it will take care of things.




I did that, but config.guess and config.sub are still changed during the 
build process. What could go wrong? Which files doI need to have a close 
look at?


TIA and best regards
Andreas
--
  (`-''-/).___..--''`-._
   `o_ o  )   `-.  ( ).`-.__.`)
   (_Y_.)'  ._   )  `._ `. ``-..-'
 _..`--'_..-_/  /--'_.' .'
(il).-''  (li).'  ((!.-'

Andreas Tscharner   a...@vis.ethz.ch   ICQ-No. 14356454


--
To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: lintian complaining about modified files

2009-02-18 Thread David Paleino
On Wed, 18 Feb 2009 19:52:08 +0100, Andreas Tscharner wrote:

 I did that, but config.guess and config.sub are still changed during the 
 build process. What could go wrong? Which files doI need to have a close 
 look at?

Remove them in the clean target in debian/rules. The .diff.gz cannot represent
file deletions.

Kindly,
David

-- 
 . ''`.  Debian maintainer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://snipr.com/qa_page
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Re: lintian complaining about modified files

2008-11-23 Thread Magnus Holmgren
On onsdagen den 19 november 2008, Andreas Tscharner wrote:
 I use the dpatch system to make the requested changes in the sources
 (only 1 dpatch changing only one source file).

 Now lintian complains that config.guess and 1 more are changed, but
 not by dpatch. I suppose that these files get changed in the build process.

 What is the correct way to get this problem solved?

You can simply 
gunzip /usr/share/doc/dpatch/examples/dpatch/01_config.dpatch.gz and put it 
in debian/patches (and list it in 00list) and it will take care of things.

-- 
Magnus Holmgren[EMAIL PROTECTED]
Debian Developer 


signature.asc
Description: This is a digitally signed message part.


lintian complaining about modified files

2008-11-19 Thread Andreas Tscharner

Hello World,
Hello Mentors,

I use the dpatch system to make the requested changes in the sources 
(only 1 dpatch changing only one source file).


Now lintian complains that config.guess and 1 more are changed, but 
not by dpatch. I suppose that these files get changed in the build process.


What is the correct way to get this problem solved?

Thanks and best regards
Andreas
--
  (`-''-/).___..--''`-._
   `o_ o  )   `-.  ( ).`-.__.`)
   (_Y_.)'  ._   )  `._ `. ``-..-'
 _..`--'_..-_/  /--'_.' .'
(il).-''  (li).'  ((!.-'

Andreas Tscharner   [EMAIL PROTECTED]   ICQ-No. 14356454


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: lintian complaining about modified files

2008-11-19 Thread Michal Čihař
Hi

Dne Wed, 19 Nov 2008 10:10:42 +0100
Andreas Tscharner [EMAIL PROTECTED] napsal(a):

 I use the dpatch system to make the requested changes in the sources 
 (only 1 dpatch changing only one source file).
 
 Now lintian complains that config.guess and 1 more are changed, but 
 not by dpatch. I suppose that these files get changed in the build process.
 
 What is the correct way to get this problem solved?

You probably copy them in clean target? The clean way to update
config.guess and config.sub is to copy them during build and delete
during clean phase as removed files are ignored from diff.


-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Re: lintian complaining about modified files

2008-11-19 Thread Sandro Tosi
Hello Andreas,

On Wed, Nov 19, 2008 at 10:10, Andreas Tscharner [EMAIL PROTECTED] wrote:
 Hello World,
 Hello Mentors,

 I use the dpatch system to make the requested changes in the sources (only 1
 dpatch changing only one source file).

 Now lintian complains that config.guess and 1 more are changed, but not by
 dpatch. I suppose that these files get changed in the build process.

 What is the correct way to get this problem solved?

The easiest way is to copy them from
/usr/share/misc/config.{guess,sub} in configure target and remove them
in clean target (since removed files are ignored).

For more info, take a look at /usr/share/doc/autotools-dev/README.Debian.gz

Regards,
-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]