On July 26, 2012 23:43:01 Timothy Pearson wrote:
Bruce wrote:
So, just a simple:
$ diff -ru {tde,build}/main/dependencies/tqt3 > tqt3.diff
is all you want?
No, Debian applies patches that are not suitable for the generic source tree when it builds a package. You would first need to reverse out all of the Debian specific patches, then run the diff command.
"debian/rules clean" unpatches, so nothing special to do for that
Not 100% unfortunately--there was a .pri file that was modified in a non-generic manner during the build process, which I was able to remove from the diff file.
The reports of files only existing in "build" should ideally be added to Debian's "clean" target, ya?
Probably!
The diff is attached...
Committed to GIT in hash ebcb1d8. Thanks again for your hard work on this!
Tim