summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2020-10-19 19:02:09 +0200
committergregor herrmann <gregoa@debian.org>2020-10-19 19:02:09 +0200
commit21018c26a4525dd17109f7b91a2331d61f112503 (patch)
treeb29c8460a308dbe6a26d5eb146c13fd952b5aa59
parentf7a2a0abdd14631489abcd791c96fdce2d891fb9 (diff)
update changelog / add PROBLEM and TODO
Gbp-Dch: Ignore
-rw-r--r--debian/changelog19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index f6b5f87..f003b39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,27 @@
libtk-tablematrix-perl (1.24-1) UNRELEASED; urgency=medium
+ PROBLEM: fails to build:
+ tkAppInit.c: In function 'Tcl_AppInit':
+ tkAppInit.c:116:56: error: 'Tktable_SafeInit' undeclared (first use in this function); did you mean 'Tktable_Init'?
+ the new 1.25 (in git, not yet on the cpan) doesn't look like it has relevant
+ changes
+
+ TODO: which of ChangeLog and Changes gets installed, and which do we want?
+
* debian/control: update Build-Depends for cross builds.
* Update 'DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow' to '=+all'.
* Import upstream version 1.24.
+ * Drop debian/tests/pkg-perl/use-name.
+ The module name can be taken from the new META.{json,yml}.
+ * Update upstream copyright holders.
+ * Update years of packaging copyright.
+ * Add debian/upstream/metadata.
+ * Drop debian/patches/demos.diff.
+ * Refresh debian/patches/pod.diff (line endings).
+ * Declare compliance with Debian Policy 4.5.0.
+ * Set Rules-Requires-Root: no.
+ * Annotate test-only build dependencies with <!nocheck>.
+ * Bump debhelper-compat to 13.
-- gregor herrmann <gregoa@debian.org> Mon, 19 Oct 2020 18:28:18 +0200