[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ITP: HTSeq



Hello Diane!

On 26/07/13 00:23, Diane Trout wrote:
[...]
> Looking at your repository guide, it looks like you prefer git-buildpackage 
> style packages?

Some of us prefer git, others svn. :) Andreas is impartial.

> I had one problem where upstream includes the .egg-info directory in their 
> source release, and I had trouble resetting the build sufficiently for gbp to 
> work because the *.egg-info/SOURCES.txt kept changing. 

If I understand it correctly, you get something like:

"dpkg-source: error: aborting due to unexpected upstream changes,"

I would add a line with "single-debian-patch" on it to "debian/source/options". This makes the build system generate a patch (for 3.0 (quilt)
format packages) automatically. Changes to automatically generated files will (also) be collected there.

You also could just ignore automatically generated files from the automatic patch generation, check out man dpkg-source, --extend-diff-ignore.

Here is a very good guide to packaging with git [1].

[1] http://www.eyrie.org/~eagle/notes/debian/git.html

> Do you have any suggestions for getting around that? (Is there a way to tell 
> git-import-orig to ignore the egg-info directory for instance?)

Check out --filter and --filter-pristine-tar on man git-import-orig. If you use this feature, please make a note in debian/README.source.

Best regards,
Laszlo


Reply to: