]>
ToastFreeware Gitweb - debian/mimetic.git/log
gregor herrmann [Sun, 15 Aug 2021 13:00:36 0000 (15:00 0200)]
Make fast forward from 0.9.8-9
[dgit --quilt=gbp]
gregor herrmann [Sun, 15 Aug 2021 13:00:36 0000 (15:00 0200)]
Fix build failure with GCC-11
Origin: upstream
Bug-Debian: https://bugs.debian.org/984235
Applied:
bf84940f9021950c80846e6b1a5f8b0b55991b00
Reviewed-by: gregor herrmann <[email protected] >
Last-Update: 2021-04-13
The failure:
.
mmfile.cxx: In member function ‘bool mimetic::MMFile::map()’:
mmfile.cxx:60:14: error: ordered comparison of pointer with integer zero (‘char*’ and ‘int’)
60 | if(m_beg > 0)
| ~~~~~~^~~
.
https://gcc.gnu.org/gcc-11/porting_to.html says:
.
GCC 11 now issues a diagnostic for ordered comparisons of pointers against
constant integers. Commonly this is an ordered comparison against NULL or
0. These should be equality comparisons, not ordered comparisons.
Gbp-Pq: Name g -11.patch
gregor herrmann [Sun, 15 Aug 2021 13:00:36 0000 (15:00 0200)]
fix FTBFS on architectures where char is unsigned
Bug-Debian: https://bugs.debian.org/859963
Forwarded: via email
Last-Update: 2021-04-13
Applied:
d83e0363e316836d1b8d587f4b89e8e09229abe4 and
2f1bb2b93ecec3167a0aa3410ea4423d5b26320a
Fix error
base64.cxx:30:1: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
by making Base64::sDecTable a signed char.
Gbp-Pq: Name signed-char.patch
gregor herrmann [Sun, 15 Aug 2021 13:02:42 0000 (15:02 0200)]
releasing package mimetic version 0.9.8-10 into distribution unstable
Gbp-Dch: Ignore
gregor herrmann [Tue, 13 Apr 2021 17:04:28 0000 (19:04 0200)]
mark signed-char.patch as applied upstream
Gbp-Dch: Ignore
gregor herrmann [Tue, 13 Apr 2021 17:00:47 0000 (19:00 0200)]
update changelog
Gbp-Dch: Ignore
gregor herrmann [Tue, 13 Apr 2021 16:58:44 0000 (18:58 0200)]
Add debian/upstream/metadata.
gregor herrmann [Tue, 13 Apr 2021 16:57:53 0000 (18:57 0200)]
update g -11.patch to the version from upstream git
Gbp-Dch: Ignore
gregor herrmann [Fri, 5 Mar 2021 19:41:00 0000 (20:41 0100)]
update changelog / add TODO
Gbp-Dch: Ignore
gregor herrmann [Fri, 5 Mar 2021 19:38:31 0000 (20:38 0100)]
Bump debhelper-compat to 13.
gregor herrmann [Fri, 5 Mar 2021 19:38:25 0000 (20:38 0100)]
Declare compliance with Debian Policy 4.5.1.
gregor herrmann [Fri, 5 Mar 2021 19:37:35 0000 (20:37 0100)]
Update years of packaging copyright.
gregor herrmann [Fri, 5 Mar 2021 19:21:52 0000 (20:21 0100)]
Add patch to fix a build failure with GCC-11.
Closes: #984235
gregor herrmann [Fri, 1 May 2020 18:30:35 0000 (20:30 0200)]
update changelog
Gbp-Dch: Ignore
gregor herrmann [Fri, 1 May 2020 18:29:17 0000 (20:29 0200)]
Drop transition for old debug package migration.
Fixes: lintian: debug-symbol-migration-possibly-complete
See-also: https://lintian.debian.org/tags/debug-symbol-migration-possibly-complete.html
gregor herrmann [Fri, 1 May 2020 18:27:18 0000 (20:27 0200)]
Set Rules-Requires-Root: no.
gregor herrmann [Fri, 1 May 2020 18:26:03 0000 (20:26 0200)]
debian/watch: use more macros.
gregor herrmann [Wed, 29 Jan 2020 15:00:28 0000 (16:00 0100)]
releasing package mimetic version 0.9.8-9
Gbp-Dch: Ignore
gregor herrmann [Wed, 29 Jan 2020 14:53:17 0000 (15:53 0100)]
Make fast forward from 0.9.8-8
[dgit --quilt=gbp]
gregor herrmann [Wed, 29 Jan 2020 14:53:17 0000 (15:53 0100)]
fix FTBFS on architectures where char is unsigned
Bug-Debian: https://bugs.debian.org/859963
Forwarded: via email
Last-Update: 2017-04-10
Fix error
base64.cxx:30:1: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
by making Base64::sDecTable a signed char.
Gbp-Pq: Name signed-char.patch
gregor herrmann [Wed, 29 Jan 2020 14:52:50 0000 (15:52 0100)]
Add debian/not-installed to aid dh_missing.
gregor herrmann [Wed, 29 Jan 2020 14:46:04 0000 (15:46 0100)]
Fix build failure: override dh_installexamples only for arch-independent packages.
gregor herrmann [Wed, 29 Jan 2020 12:59:59 0000 (13:59 0100)]
releasing package mimetic version 0.9.8-8
Gbp-Dch: Ignore
gregor herrmann [Wed, 29 Jan 2020 12:57:03 0000 (13:57 0100)]
fix FTBFS on architectures where char is unsigned
Bug-Debian: https://bugs.debian.org/859963
Forwarded: via email
Last-Update: 2017-04-10
Fix error
base64.cxx:30:1: error: narrowing conversion of '-1' from 'int' to 'char' inside { } [-Wnarrowing]
by making Base64::sDecTable a signed char.
Gbp-Pq: Name signed-char.patch
gregor herrmann [Wed, 29 Jan 2020 12:45:51 0000 (13:45 0100)]
Update years of packaging copyright.
gregor herrmann [Wed, 29 Jan 2020 12:45:03 0000 (13:45 0100)]
Drop override_dh_compress.
dh doesn't compress examples anymore in compat level 12.
gregor herrmann [Wed, 29 Jan 2020 12:43:10 0000 (13:43 0100)]
debian/watch: use uscan version 4.
gregor herrmann [Wed, 29 Jan 2020 12:43:10 0000 (13:43 0100)]
Bump debhelper-compat to 12.
gregor herrmann [Wed, 29 Jan 2020 12:43:10 0000 (13:43 0100)]
(Re-)sort dependencies
Gbp-Dch: ignore
gregor herrmann [Wed, 29 Jan 2020 12:43:02 0000 (13:43 0100)]
Declare compliance with Debian Policy 4.5.0.
gregor herrmann [Wed, 29 Jan 2020 12:41:25 0000 (13:41 0100)]
Replace build path in generated example Makefile with a constant.
gregor herrmann [Wed, 29 Jan 2020 12:27:04 0000 (13:27 0100)]
Install libmimetic.a into libmimetic-dev.
Thanks: Paul Grégoire for the bug report.
Closes: #950136
gregor herrmann [Sat, 27 Oct 2018 20:00:06 0000 (22:00 0200)]
releasing package mimetic version 0.9.8-7
gregor herrmann [Sat, 27 Oct 2018 19:54:07 0000 (21:54 0200)]
Update years of packaging copyright.
gregor herrmann [Sat, 27 Oct 2018 19:49:01 0000 (21:49 0200)]
Remove trailing whitespace from debian/*.
gregor herrmann [Sat, 27 Oct 2018 19:48:58 0000 (21:48 0200)]
Declare compliance with Debian Policy 4.2.1.
gregor herrmann [Sat, 27 Oct 2018 19:48:52 0000 (21:48 0200)]
Reformat debian/control with cme
Gbp-Dch: ignore
gregor herrmann [Sat, 27 Oct 2018 19:48:09 0000 (21:48 0200)]
Use debhelper compat level 11.
Additionally adjust paths for doc-base registration.
gregor herrmann [Sat, 27 Oct 2018 17:39:43 0000 (19:39 0200)]
Mark libmimetic-doc as Multi-Arch: foreign.
gregor herrmann [Sat, 27 Oct 2018 17:50:56 0000 (19:50 0200)]
Drop unneeded lintian overrides about Vcs-* URLs.
gregor herrmann [Sat, 27 Oct 2018 17:36:36 0000 (19:36 0200)]
debian/control: update Vcs-* fields.
gregor herrmann [Mon, 7 Aug 2017 20:23:41 0000 (16:23 -0400)]
releasing package mimetic version 0.9.8-6
gregor herrmann [Mon, 7 Aug 2017 20:18:23 0000 (16:18 -0400)]
Add all hardening options in debian/rules.
gregor herrmann [Mon, 7 Aug 2017 20:00:33 0000 (16:00 -0400)]
Add linitian override about insecure Vcs URLs.
gregor herrmann [Mon, 7 Aug 2017 19:55:38 0000 (15:55 -0400)]
Use HTTPS for Format URL in debian/copyright.
gregor herrmann [Mon, 7 Aug 2017 19:51:26 0000 (15:51 -0400)]
Declare compliance with Debian Policy 4.0.1.
gregor herrmann [Mon, 7 Aug 2017 19:49:08 0000 (15:49 -0400)]
Support DEB_BUILD_OPTIONS/DEB_BUILD_PROFILES "nodoc".
gregor herrmann [Mon, 7 Aug 2017 19:37:24 0000 (15:37 -0400)]
Bump debhelper compat level and dependency to 10.
Drop manual autoreconf fragments.
gregor herrmann [Mon, 7 Aug 2017 19:36:02 0000 (15:36 -0400)]
Update years of packaging copyright.
gregor herrmann [Mon, 7 Aug 2017 19:33:34 0000 (15:33 -0400)]
Override dh_makeshlibs for new symbols from gcc 7
gregor herrmann [Mon, 7 Aug 2017 19:32:00 0000 (15:32 -0400)]
Build-Depend on g (>= 4:7)
gregor herrmann [Fri, 14 Apr 2017 15:40:05 0000 (17:40 0200)]
releasing package mimetic version 0.9.8-5
gregor herrmann [Mon, 10 Apr 2017 18:06:05 0000 (20:06 0200)]
update changelog
Gbp-Dch: Ignore
gregor herrmann [Mon, 10 Apr 2017 18:04:06 0000 (20:04 0200)]
Add patch signed-char.patch to fix build failure
on architectures where char is unsigned.
Thanks: Adrian Bunk for the bug report.
Closes: #859963
gregor herrmann [Fri, 15 Jan 2016 14:31:40 0000 (15:31 0100)]
releasing package mimetic version 0.9.8-4
gregor herrmann [Fri, 15 Jan 2016 14:24:46 0000 (15:24 0100)]
debian/control: build-depend on debhelper 9.
20160114
to ensure support for --dbgsym-migration in dh_strip.
gregor herrmann [Fri, 15 Jan 2016 14:24:04 0000 (15:24 0100)]
debian/rules: change dh_strip argument from --ddeb-migration to --dbgsym-migration.
gregor herrmann [Sun, 20 Dec 2015 12:05:27 0000 (13:05 0100)]
releasing package mimetic version 0.9.8-3
gregor herrmann [Sun, 20 Dec 2015 01:07:16 0000 (02:07 0100)]
update changelog
Gbp-Dch: Ignore
gregor herrmann [Sun, 20 Dec 2015 01:04:41 0000 (02:04 0100)]
debian/rules: change override_dh_strip
to use dh_strips "--ddeb-migration" option.
gregor herrmann [Sun, 20 Dec 2015 01:04:23 0000 (02:04 0100)]
debian/control: drop "Package: libmimetic0-dbg".
Simon McVittie [Mon, 24 Aug 2015 09:04:57 0000 (10:04 0100)]
Imported Debian patch 0.9.8-2.1
gregor herrmann [Mon, 3 Aug 2015 12:44:33 0000 (14:44 0200)]
releasing package mimetic version 0.9.8-2
gregor herrmann [Mon, 3 Aug 2015 12:12:08 0000 (14:12 0200)]
Declare compliance with Debian Policy 3.9.6.
gregor herrmann [Mon, 3 Aug 2015 11:52:44 0000 (13:52 0200)]
Rename libmimetic0 to libmimetic0v5 (libstdc 6 ABI changes).
Add Conflict/Replaces on old libmimetic0.
Closes: #791203
gregor herrmann [Tue, 17 Jun 2014 16:17:38 0000 (18:17 0200)]
releasing package mimetic version 0.9.8-1
gregor herrmann [Tue, 17 Jun 2014 15:57:30 0000 (17:57 0200)]
use stand-alone paragraph
Git-Dch: Ignore
gregor herrmann [Tue, 17 Jun 2014 15:56:42 0000 (17:56 0200)]
Update years of packaging copyright.
gregor herrmann [Tue, 17 Jun 2014 15:55:04 0000 (17:55 0200)]
Declare compliance with Debian Policy 3.9.5.
gregor herrmann [Tue, 17 Jun 2014 15:54:24 0000 (17:54 0200)]
debian/{rules,control}: split building of arch:indep -doc package
(use Build-Depends-Indep and override_dh_build-indep target).
gregor herrmann [Tue, 17 Jun 2014 15:38:49 0000 (17:38 0200)]
Drop patches, both merged upstream.
gregor herrmann [Tue, 17 Jun 2014 15:38:24 0000 (17:38 0200)]
New upstream release.
gregor herrmann [Tue, 17 Jun 2014 15:37:19 0000 (17:37 0200)]
Imported Upstream version 0.9.8
gregor herrmann [Tue, 17 Jun 2014 15:37:19 0000 (17:37 0200)]
Imported Upstream version 0.9.8
gregor herrmann [Tue, 30 Jul 2013 18:06:40 0000 (20:06 0200)]
releasing package mimetic version 0.9.7-4
gregor herrmann [Tue, 30 Jul 2013 18:03:15 0000 (20:03 0200)]
cme: sort/wrap
Git-Dch: Ignore
gregor herrmann [Tue, 30 Jul 2013 18:02:39 0000 (20:02 0200)]
Declare compliance with Debian Policy 3.9.4.
gregor herrmann [Tue, 30 Jul 2013 18:01:47 0000 (20:01 0200)]
Remove empty maintainer script from source package.
debhelper adds them anyway.
gregor herrmann [Tue, 30 Jul 2013 17:59:31 0000 (19:59 0200)]
Update years of packaging copyright.
gregor herrmann [Tue, 30 Jul 2013 17:58:16 0000 (19:58 0200)]
Make doc-base file installation less confusing.
gregor herrmann [Tue, 30 Jul 2013 17:52:57 0000 (19:52 0200)]
Update regexp in debian/watch.
Thanks: Bart Martens.
gregor herrmann [Tue, 30 Jul 2013 17:51:55 0000 (19:51 0200)]
Mark -dbg package as Multi-Arch: same.
Thanks: lintian.
gregor herrmann [Tue, 30 Jul 2013 17:45:39 0000 (19:45 0200)]
Add patch to fix build failure with clang.
Thanks: Raphael Rigo for the bug report and the patch.
Closes: #718306
gregor herrmann [Wed, 2 Jan 2013 12:10:12 0000 (13:10 0100)]
update changelog
Git-Dch: Ignore
gregor herrmann [Wed, 2 Jan 2013 12:07:08 0000 (13:07 0100)]
Fix upstream URL in debian/{control,copyright,watch}.
Closes: #697171
Thanks: Bart Martens for the bug report
gregor herrmann [Fri, 13 Apr 2012 15:48:09 0000 (17:48 0200)]
releasing version 0.9.7-3
gregor herrmann [Fri, 13 Apr 2012 15:43:13 0000 (17:43 0200)]
Revert "Move building of -doc package to override_dh_auto_build-indep, and split
Build-Depends and Build-Depends-Indep."
This reverts commit
d7ab09bab763a7930cbd10312c3ea15116df53f7 .
Fails on half of the buildds which call `debian/rules build' and not
`debian/rules build-arch' and then don't find doxygen from
Build-Depends-Indep.
gregor herrmann [Fri, 13 Apr 2012 14:23:34 0000 (16:23 0200)]
releasing version 0.9.7-2
gregor herrmann [Wed, 4 Apr 2012 21:23:50 0000 (23:23 0200)]
update changelog
Git-Dch: Ignore
gregor herrmann [Wed, 4 Apr 2012 21:23:09 0000 (23:23 0200)]
Move building of -doc package to override_dh_auto_build-indep, and split
Build-Depends and Build-Depends-Indep.
gregor herrmann [Wed, 4 Apr 2012 17:06:28 0000 (19:06 0200)]
update changelog
Git-Dch: Ignore
gregor herrmann [Wed, 4 Apr 2012 17:02:18 0000 (19:02 0200)]
Use detached symbols in -dbg package.
gregor herrmann [Wed, 4 Apr 2012 16:58:55 0000 (18:58 0200)]
Multiarch-ify packages (changes in debian/{control,*.install}).
gregor herrmann [Wed, 4 Apr 2012 15:56:42 0000 (17:56 0200)]
Set debhelper compatibility level to 9.
gregor herrmann [Wed, 4 Apr 2012 15:51:38 0000 (17:51 0200)]
Remove unneeded lintian override.
gregor herrmann [Wed, 4 Apr 2012 15:46:56 0000 (17:46 0200)]
Bump Standards-Version to 3.9.3 (no changes).
gregor herrmann [Wed, 4 Apr 2012 15:46:17 0000 (17:46 0200)]
Update years of packaging copyright.
gregor herrmann [Wed, 4 Apr 2012 15:46:01 0000 (17:46 0200)]
debian/copyright: update to Copyright-Format 1.0.
gregor herrmann [Wed, 4 Apr 2012 15:45:14 0000 (17:45 0200)]
Add patch to fix build failure with gcc-4.7.
Closes: #667278
gregor herrmann [Sun, 8 Jan 2012 19:56:48 0000 (20:56 0100)]
Update Vcs-* headers.