Re: How to remove an entire directory (and included files) with a quilt patch?

2011-12-13 Thread Jakub Wilk
* Andrew Shadura bugzi...@tut.by, 2011-12-13, 08:41: What is the correct way to remove an entire directory and it's contained files with a quilt patch? Why not do that in debian/rules ? So you would patch the one file that needs patching, and remove the whole directory from debian/rules, am I

Re: How to remove an entire directory (and included files) with a quilt patch?

2011-12-13 Thread Emilien Klein
2011/12/13 Paul Tagliamonte paul...@ubuntu.com: perhaps something like (with dh short syntax): override_dh_auto_build:    rm -rf ./cruddy/folder    dh_auto_build $(FLAGS_IF_ANY) I've added the following: override_dh_auto_build: rm -rf nautilus_image_manipulator/upload/poster

Re: How to remove an entire directory (and included files) with a quilt patch?

2011-12-13 Thread Paul Tagliamonte
On Tue, Dec 13, 2011 at 4:26 PM, Paul Tagliamonte paul...@ubuntu.com wrote: On Tue, Dec 13, 2011 at 4:22 PM, Emilien Klein emilien+deb...@klein.st wrote: 2011/12/13 Paul Tagliamonte paul...@ubuntu.com: perhaps something like (with dh short syntax): override_dh_auto_build:    rm -rf

How to remove an entire directory (and included files) with a quilt patch?

2011-12-12 Thread Emilien Klein
Hi mentors, I maintain the nautilus-image-manipulator package in Debian. N I M contains the source code for poster, which is now packaged in Debian. I thus want to make N I M depend on python-poster, and remove the copy of poster's source code from N I M's Debian package. I have to patch one

Re: How to remove an entire directory (and included files) with a quilt patch?

2011-12-12 Thread Paul Tagliamonte
On Mon, Dec 12, 2011 at 5:15 PM, Emilien Klein emilien+deb...@klein.st wrote: Hi mentors, I maintain the nautilus-image-manipulator package in Debian. N I M contains the source code for poster, which is now packaged in Debian. I thus want to make N I M depend on python-poster, and remove the

Re: How to remove an entire directory (and included files) with a quilt patch?

2011-12-12 Thread Emilien Klein
2011/12/12 Paul Tagliamonte paul...@ubuntu.com: What is the correct way to remove an entire directory and it's contained files with a quilt patch? Why not do that in debian/rules ? So you would patch the one file that needs patching, and remove the whole directory from debian/rules, am I

Re: How to remove an entire directory (and included files) with a quilt patch?

2011-12-12 Thread Paul Tagliamonte
On Mon, Dec 12, 2011 at 5:58 PM, Emilien Klein emilien+deb...@klein.st wrote: 2011/12/12 Paul Tagliamonte paul...@ubuntu.com: What is the correct way to remove an entire directory and it's contained files with a quilt patch? Why not do that in debian/rules ? So you would patch the one file

Re: How to remove an entire directory (and included files) with a quilt patch?

2011-12-12 Thread Andrew Shadura
Hello, On Mon, 12 Dec 2011 23:58:18 +0100 Emilien Klein emilien+deb...@klein.st wrote: 2011/12/12 Paul Tagliamonte paul...@ubuntu.com: What is the correct way to remove an entire directory and it's contained files with a quilt patch? Why not do that in debian/rules ? So you would patch