Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
keep-revisioninfo.h.patch | do not touch src/revisioninfo.h This is not needed in Debian builds, as the Git tree is not available during build, resulting in an empty git hash being put in src/revisioninfo.h. Even if building out of a packaging git clone, the Git tree is not the upstream one, leading to confusion. Instead, we just keep the src/revisioninfo.h file as shipped upstream (or created by debian/pack-upstream-snapshot.sh for snapshots). |
Damyan Ivanov <dmn@debian.org> | not-needed | |||
unbundle-firebird.patch | adapt to using system-wide ibase.h the bundled copy of ibase.h and the headers that are included by it is not present in the Debian source package, so a bit of patching is needed to get the build system to not fail and use the system ibase.h, contained in the firebird-dev package (a build-dependency of flamerobin) . the rest of the patch makes Firebird features not available in Debian packages of Firebird optional. . To make this forwardable upstream it needs to make the changes opt-in somehow |
Damyan Ivanov <dmn@debian.org> | no |