Thanks. The most notable change is that debhelper isn't used to do the
packaging stuff, and the build-dependency has been dropped; this is
after my personal preference.
Below is the diff for reference, I think though it might be better if
you don't include the debian/ directory in the upstream package at all.
It may well be that I'm not always available immediately if things need
to be changed in debian/, but do as you wish.
Regards, Gerrit.
* don't use debhelper, use implicit rules.
* rename package git-tk to gitk; adjust Build-Depends*, Depends, Recommends,
Suggests, Section, Description; Replaces: cogito (<< 0.16rc2-0) (ease
upgrade from previous cogito packages which include git-core); Conflicts:
git (<< 4.3.20-8) (/usr/bin/git transition).
* build with NO_OPENSSL=1 WITH_SEND_EMAIL=1 WITH_OWN_SUBPROCESS_PY=1
prefix=/usr, python 2.3; disable t/t6001-rev-list-merge-order.sh (test
fails with NO_OPENSSL=1).
Signed-off-by: Gerrit Pape <pape@smarden.org>
---
debian/changelog | 114 ++++++++++++++----------
debian/compat | 1
debian/control | 141 +++++++++++++++++++++---------
debian/copyright | 38 ++++----
debian/docs | 1
debian/git-arch.files | 2
debian/git-core.doc-base | 13 ---
debian/git-core.docs | 1
debian/git-core.files | 1
debian/git-core.postinst | 5 +
debian/git-core.prerm | 5 +
debian/git-cvs.files | 2
debian/git-doc.docs | 2
debian/git-doc.files | 4 -
debian/git-email.files | 2
debian/git-svn.files | 2
debian/git-tk.files | 2
debian/implicit | 93 ++++++++++++++++++++
debian/rules | 215 ++++++++++++++++++++++++++--------------------
19 files changed, 410 insertions(+), 234 deletions(-)
delete mode 100644 debian/compat
delete mode 100644 debian/docs
delete mode 100644 debian/git-arch.files
delete mode 100644 debian/git-core.doc-base
create mode ...