Skip to content

Revert modifications on upstream source files

In Debian source packages all modifications should be strictly in debian/ subdirectory only. Current master branch seems to have some modifications that don't belong there:

± git diff --stat upstream
 .gitignore                                     |   2 ++
 Disp.c                                         |   2 +-
 Makefile                                       |  46 +++++++++++++++++++++++------------------
 XFireworks.c                                   |   1 +
 debian/README.Debian                           |   6 ++++++
 debian/changelog                               | 152 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/control                                 |  16 +++++++++++++++
 debian/copyright                               |  26 +++++++++++++++++++++++
 debian/dirs                                    |   3 +++
 debian/docs                                    |   3 +++
 debian/menu                                    |   2 ++
 debian/patches/Fix-FBTFS-for-mkconf            |  35 +++++++++++++++++++++++++++++++
 debian/patches/Fix-FBTFS-for-time_t-transition |  45 ++++++++++++++++++++++++++++++++++++++++
 debian/patches/cross-build-dh_auto_build       |  44 +++++++++++++++++++++++++++++++++++++++
 debian/patches/debian-changes-1.3-7            |  97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/patches/hardening                       |  76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/patches/series                          |   5 +++++
 debian/postinst                                |  47 ++++++++++++++++++++++++++++++++++++++++++
 debian/postrm                                  |  38 ++++++++++++++++++++++++++++++++++
 debian/preinst                                 |  48 +++++++++++++++++++++++++++++++++++++++++++
 debian/rules                                   |  82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/source/format                           |   1 +
 etc.c                                          |   4 +++-
 mkconf.c                                       |   3 ++-
 xfireworks.1                                   |   4 ++--
 25 files changed, 763 insertions(+), 25 deletions(-)

Also delete .gitignore to keep the upstream source area fully clean.

Revert these files back to the original upstream version with:

± git checkout upstream -- Disp.c Makefile XFireworks.c etc.c mkconf.c xfireworks.1

Most of these modifications came in commit 57999c37 and 127c2e96.

Merge request reports

Loading