]> ToastFreeware Gitweb - debian/mimetic.git/log
debian/mimetic.git
3 years agoMake fast forward from 0.9.8-9 archive/debian/0.9.8-10
gregor herrmann [Sun, 15 Aug 2021 13:00:36 0000 (15:00 0200)]
Make fast forward from 0.9.8-9

[dgit --quilt=gbp]

3 years agoFix build failure with GCC-11
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

3 years agofix FTBFS on architectures where char is unsigned
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

3 years agoreleasing package mimetic version 0.9.8-10 into distribution unstable debian/0.9.8-10
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

3 years agomark signed-char.patch as applied upstream
gregor herrmann [Tue, 13 Apr 2021 17:04:28 0000 (19:04 0200)]
mark signed-char.patch as applied upstream

Gbp-Dch: Ignore

3 years agoupdate changelog
gregor herrmann [Tue, 13 Apr 2021 17:00:47 0000 (19:00 0200)]
update changelog

Gbp-Dch: Ignore

3 years agoAdd debian/upstream/metadata.
gregor herrmann [Tue, 13 Apr 2021 16:58:44 0000 (18:58 0200)]
Add debian/upstream/metadata.

3 years agoupdate g -11.patch to the version from upstream git
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

3 years agoupdate changelog / add TODO
gregor herrmann [Fri, 5 Mar 2021 19:41:00 0000 (20:41 0100)]
update changelog / add TODO

Gbp-Dch: Ignore

3 years agoBump debhelper-compat to 13.
gregor herrmann [Fri, 5 Mar 2021 19:38:31 0000 (20:38 0100)]
Bump debhelper-compat to 13.

3 years agoDeclare compliance with Debian Policy 4.5.1.
gregor herrmann [Fri, 5 Mar 2021 19:38:25 0000 (20:38 0100)]
Declare compliance with Debian Policy 4.5.1.

3 years agoUpdate years of packaging copyright.
gregor herrmann [Fri, 5 Mar 2021 19:37:35 0000 (20:37 0100)]
Update years of packaging copyright.

3 years agoAdd patch to fix a build failure with GCC-11.
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
4 years agoupdate changelog
gregor herrmann [Fri, 1 May 2020 18:30:35 0000 (20:30 0200)]
update changelog

Gbp-Dch: Ignore

4 years agoDrop transition for old debug package migration.
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

4 years agoSet Rules-Requires-Root: no.
gregor herrmann [Fri, 1 May 2020 18:27:18 0000 (20:27 0200)]
Set Rules-Requires-Root: no.

4 years agodebian/watch: use more macros.
gregor herrmann [Fri, 1 May 2020 18:26:03 0000 (20:26 0200)]
debian/watch: use more macros.

4 years agoreleasing package mimetic version 0.9.8-9 debian/0.9.8-9
gregor herrmann [Wed, 29 Jan 2020 15:00:28 0000 (16:00 0100)]
releasing package mimetic version 0.9.8-9

Gbp-Dch: Ignore

4 years agoMake fast forward from 0.9.8-8 archive/debian/0.9.8-9
gregor herrmann [Wed, 29 Jan 2020 14:53:17 0000 (15:53 0100)]
Make fast forward from 0.9.8-8

[dgit --quilt=gbp]

4 years agofix FTBFS on architectures where char is unsigned
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

4 years agoAdd debian/not-installed to aid dh_missing.
gregor herrmann [Wed, 29 Jan 2020 14:52:50 0000 (15:52 0100)]
Add debian/not-installed to aid dh_missing.

4 years agoFix build failure: override dh_installexamples only for arch-independent packages.
gregor herrmann [Wed, 29 Jan 2020 14:46:04 0000 (15:46 0100)]
Fix build failure: override dh_installexamples only for arch-independent packages.

4 years agoreleasing package mimetic version 0.9.8-8 debian/0.9.8-8
gregor herrmann [Wed, 29 Jan 2020 12:59:59 0000 (13:59 0100)]
releasing package mimetic version 0.9.8-8

Gbp-Dch: Ignore

4 years agofix FTBFS on architectures where char is unsigned archive/debian/0.9.8-8
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

4 years agoUpdate years of packaging copyright.
gregor herrmann [Wed, 29 Jan 2020 12:45:51 0000 (13:45 0100)]
Update years of packaging copyright.

4 years agoDrop override_dh_compress.
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.

4 years agodebian/watch: use uscan version 4.
gregor herrmann [Wed, 29 Jan 2020 12:43:10 0000 (13:43 0100)]
debian/watch: use uscan version 4.

4 years agoBump debhelper-compat to 12.
gregor herrmann [Wed, 29 Jan 2020 12:43:10 0000 (13:43 0100)]
Bump debhelper-compat to 12.

4 years ago(Re-)sort dependencies
gregor herrmann [Wed, 29 Jan 2020 12:43:10 0000 (13:43 0100)]
(Re-)sort dependencies

Gbp-Dch: ignore

4 years agoDeclare compliance with Debian Policy 4.5.0.
gregor herrmann [Wed, 29 Jan 2020 12:43:02 0000 (13:43 0100)]
Declare compliance with Debian Policy 4.5.0.

4 years agoReplace build path in generated example Makefile with a constant.
gregor herrmann [Wed, 29 Jan 2020 12:41:25 0000 (13:41 0100)]
Replace build path in generated example Makefile with a constant.

4 years agoInstall libmimetic.a into libmimetic-dev.
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
6 years agoreleasing package mimetic version 0.9.8-7 debian/0.9.8-7
gregor herrmann [Sat, 27 Oct 2018 20:00:06 0000 (22:00 0200)]
releasing package mimetic version 0.9.8-7

6 years agoUpdate years of packaging copyright.
gregor herrmann [Sat, 27 Oct 2018 19:54:07 0000 (21:54 0200)]
Update years of packaging copyright.

6 years agoRemove trailing whitespace from debian/*.
gregor herrmann [Sat, 27 Oct 2018 19:49:01 0000 (21:49 0200)]
Remove trailing whitespace from debian/*.

6 years agoDeclare compliance with Debian Policy 4.2.1.
gregor herrmann [Sat, 27 Oct 2018 19:48:58 0000 (21:48 0200)]
Declare compliance with Debian Policy 4.2.1.

6 years agoReformat debian/control with cme
gregor herrmann [Sat, 27 Oct 2018 19:48:52 0000 (21:48 0200)]
Reformat debian/control with cme

Gbp-Dch: ignore

6 years agoUse debhelper compat level 11.
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.

6 years agoMark libmimetic-doc as Multi-Arch: foreign.
gregor herrmann [Sat, 27 Oct 2018 17:39:43 0000 (19:39 0200)]
Mark libmimetic-doc as Multi-Arch: foreign.

6 years agoDrop unneeded lintian overrides about Vcs-* URLs.
gregor herrmann [Sat, 27 Oct 2018 17:50:56 0000 (19:50 0200)]
Drop unneeded lintian overrides about Vcs-* URLs.

6 years agodebian/control: update Vcs-* fields.
gregor herrmann [Sat, 27 Oct 2018 17:36:36 0000 (19:36 0200)]
debian/control: update Vcs-* fields.

7 years agoreleasing package mimetic version 0.9.8-6 debian/0.9.8-6
gregor herrmann [Mon, 7 Aug 2017 20:23:41 0000 (16:23 -0400)]
releasing package mimetic version 0.9.8-6

7 years agoAdd all hardening options in debian/rules.
gregor herrmann [Mon, 7 Aug 2017 20:18:23 0000 (16:18 -0400)]
Add all hardening options in debian/rules.

7 years agoAdd linitian override about insecure Vcs URLs.
gregor herrmann [Mon, 7 Aug 2017 20:00:33 0000 (16:00 -0400)]
Add linitian override about insecure Vcs URLs.

7 years agoUse HTTPS for Format URL in debian/copyright.
gregor herrmann [Mon, 7 Aug 2017 19:55:38 0000 (15:55 -0400)]
Use HTTPS for Format URL in debian/copyright.

7 years agoDeclare compliance with Debian Policy 4.0.1.
gregor herrmann [Mon, 7 Aug 2017 19:51:26 0000 (15:51 -0400)]
Declare compliance with Debian Policy 4.0.1.

7 years agoSupport DEB_BUILD_OPTIONS/DEB_BUILD_PROFILES "nodoc".
gregor herrmann [Mon, 7 Aug 2017 19:49:08 0000 (15:49 -0400)]
Support DEB_BUILD_OPTIONS/DEB_BUILD_PROFILES "nodoc".

7 years agoBump debhelper compat level and dependency to 10.
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.

7 years agoUpdate years of packaging copyright.
gregor herrmann [Mon, 7 Aug 2017 19:36:02 0000 (15:36 -0400)]
Update years of packaging copyright.

7 years agoOverride dh_makeshlibs for new symbols from gcc 7
gregor herrmann [Mon, 7 Aug 2017 19:33:34 0000 (15:33 -0400)]
Override dh_makeshlibs for new symbols from gcc 7

7 years agoBuild-Depend on g (>= 4:7)
gregor herrmann [Mon, 7 Aug 2017 19:32:00 0000 (15:32 -0400)]
Build-Depend on g  (>= 4:7)

7 years agoreleasing package mimetic version 0.9.8-5 debian/0.9.8-5
gregor herrmann [Fri, 14 Apr 2017 15:40:05 0000 (17:40 0200)]
releasing package mimetic version 0.9.8-5

7 years agoupdate changelog
gregor herrmann [Mon, 10 Apr 2017 18:06:05 0000 (20:06 0200)]
update changelog

Gbp-Dch: Ignore

7 years agoAdd patch signed-char.patch to fix build failure
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
8 years agoreleasing package mimetic version 0.9.8-4 debian/0.9.8-4
gregor herrmann [Fri, 15 Jan 2016 14:31:40 0000 (15:31 0100)]
releasing package mimetic version 0.9.8-4

8 years agodebian/control: build-depend on debhelper 9.20160114
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.

8 years agodebian/rules: change dh_strip argument from --ddeb-migration to --dbgsym-migration.
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.

9 years agoreleasing package mimetic version 0.9.8-3 debian/0.9.8-3
gregor herrmann [Sun, 20 Dec 2015 12:05:27 0000 (13:05 0100)]
releasing package mimetic version 0.9.8-3

9 years agoupdate changelog
gregor herrmann [Sun, 20 Dec 2015 01:07:16 0000 (02:07 0100)]
update changelog

Gbp-Dch: Ignore

9 years agodebian/rules: change override_dh_strip
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.

9 years agodebian/control: drop "Package: libmimetic0-dbg".
gregor herrmann [Sun, 20 Dec 2015 01:04:23 0000 (02:04 0100)]
debian/control: drop "Package: libmimetic0-dbg".

9 years agoImported Debian patch 0.9.8-2.1 debian/0.9.8-2.1
Simon McVittie [Mon, 24 Aug 2015 09:04:57 0000 (10:04 0100)]
Imported Debian patch 0.9.8-2.1

9 years agoreleasing package mimetic version 0.9.8-2 debian/0.9.8-2
gregor herrmann [Mon, 3 Aug 2015 12:44:33 0000 (14:44 0200)]
releasing package mimetic version 0.9.8-2

9 years agoDeclare compliance with Debian Policy 3.9.6.
gregor herrmann [Mon, 3 Aug 2015 12:12:08 0000 (14:12 0200)]
Declare compliance with Debian Policy 3.9.6.

9 years agoRename libmimetic0 to libmimetic0v5 (libstdc 6 ABI changes).
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
10 years agoreleasing package mimetic version 0.9.8-1 debian/0.9.8-1
gregor herrmann [Tue, 17 Jun 2014 16:17:38 0000 (18:17 0200)]
releasing package mimetic version 0.9.8-1

10 years agouse stand-alone paragraph
gregor herrmann [Tue, 17 Jun 2014 15:57:30 0000 (17:57 0200)]
use stand-alone paragraph

Git-Dch: Ignore

10 years agoUpdate years of packaging copyright.
gregor herrmann [Tue, 17 Jun 2014 15:56:42 0000 (17:56 0200)]
Update years of packaging copyright.

10 years agoDeclare compliance with Debian Policy 3.9.5.
gregor herrmann [Tue, 17 Jun 2014 15:55:04 0000 (17:55 0200)]
Declare compliance with Debian Policy 3.9.5.

10 years agodebian/{rules,control}: split building of arch:indep -doc package
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).

10 years agoDrop patches, both merged upstream.
gregor herrmann [Tue, 17 Jun 2014 15:38:49 0000 (17:38 0200)]
Drop patches, both merged upstream.

10 years agoNew upstream release.
gregor herrmann [Tue, 17 Jun 2014 15:38:24 0000 (17:38 0200)]
New upstream release.

10 years agoImported Upstream version 0.9.8
gregor herrmann [Tue, 17 Jun 2014 15:37:19 0000 (17:37 0200)]
Imported Upstream version 0.9.8

10 years agoImported Upstream version 0.9.8 upstream upstream/0.9.8
gregor herrmann [Tue, 17 Jun 2014 15:37:19 0000 (17:37 0200)]
Imported Upstream version 0.9.8

11 years agoreleasing package mimetic version 0.9.7-4 debian/0.9.7-4
gregor herrmann [Tue, 30 Jul 2013 18:06:40 0000 (20:06 0200)]
releasing package mimetic version 0.9.7-4

11 years agocme: sort/wrap
gregor herrmann [Tue, 30 Jul 2013 18:03:15 0000 (20:03 0200)]
cme: sort/wrap

Git-Dch: Ignore

11 years agoDeclare compliance with Debian Policy 3.9.4.
gregor herrmann [Tue, 30 Jul 2013 18:02:39 0000 (20:02 0200)]
Declare compliance with Debian Policy 3.9.4.

11 years agoRemove empty maintainer script from source package.
gregor herrmann [Tue, 30 Jul 2013 18:01:47 0000 (20:01 0200)]
Remove empty maintainer script from source package.

debhelper adds them anyway.

11 years agoUpdate years of packaging copyright.
gregor herrmann [Tue, 30 Jul 2013 17:59:31 0000 (19:59 0200)]
Update years of packaging copyright.

11 years agoMake doc-base file installation less confusing.
gregor herrmann [Tue, 30 Jul 2013 17:58:16 0000 (19:58 0200)]
Make doc-base file installation less confusing.

11 years agoUpdate regexp in debian/watch.
gregor herrmann [Tue, 30 Jul 2013 17:52:57 0000 (19:52 0200)]
Update regexp in debian/watch.

Thanks: Bart Martens.

11 years agoMark -dbg package as Multi-Arch: same.
gregor herrmann [Tue, 30 Jul 2013 17:51:55 0000 (19:51 0200)]
Mark -dbg package as Multi-Arch: same.

Thanks: lintian.

11 years agoAdd patch to fix build failure with clang.
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
12 years agoupdate changelog
gregor herrmann [Wed, 2 Jan 2013 12:10:12 0000 (13:10 0100)]
update changelog

Git-Dch: Ignore

12 years agoFix upstream URL in debian/{control,copyright,watch}.
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

12 years agoreleasing version 0.9.7-3 debian/0.9.7-3
gregor herrmann [Fri, 13 Apr 2012 15:48:09 0000 (17:48 0200)]
releasing version 0.9.7-3

12 years agoRevert "Move building of -doc package to override_dh_auto_build-indep, and split
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.

12 years agoreleasing version 0.9.7-2 debian/0.9.7-2
gregor herrmann [Fri, 13 Apr 2012 14:23:34 0000 (16:23 0200)]
releasing version 0.9.7-2

12 years agoupdate changelog
gregor herrmann [Wed, 4 Apr 2012 21:23:50 0000 (23:23 0200)]
update changelog

Git-Dch: Ignore

12 years agoMove building of -doc package to override_dh_auto_build-indep, and split
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.

12 years agoupdate changelog
gregor herrmann [Wed, 4 Apr 2012 17:06:28 0000 (19:06 0200)]
update changelog

Git-Dch: Ignore

12 years agoUse detached symbols in -dbg package.
gregor herrmann [Wed, 4 Apr 2012 17:02:18 0000 (19:02 0200)]
Use detached symbols in -dbg package.

12 years agoMultiarch-ify packages (changes in debian/{control,*.install}).
gregor herrmann [Wed, 4 Apr 2012 16:58:55 0000 (18:58 0200)]
Multiarch-ify packages (changes in debian/{control,*.install}).

12 years agoSet debhelper compatibility level to 9.
gregor herrmann [Wed, 4 Apr 2012 15:56:42 0000 (17:56 0200)]
Set debhelper compatibility level to 9.

12 years agoRemove unneeded lintian override.
gregor herrmann [Wed, 4 Apr 2012 15:51:38 0000 (17:51 0200)]
Remove unneeded lintian override.

12 years agoBump Standards-Version to 3.9.3 (no changes).
gregor herrmann [Wed, 4 Apr 2012 15:46:56 0000 (17:46 0200)]
Bump Standards-Version to 3.9.3 (no changes).

12 years agoUpdate years of packaging copyright.
gregor herrmann [Wed, 4 Apr 2012 15:46:17 0000 (17:46 0200)]
Update years of packaging copyright.

12 years agodebian/copyright: update to Copyright-Format 1.0.
gregor herrmann [Wed, 4 Apr 2012 15:46:01 0000 (17:46 0200)]
debian/copyright: update to Copyright-Format 1.0.

12 years agoAdd patch to fix build failure with gcc-4.7.
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
12 years agoUpdate Vcs-* headers.
gregor herrmann [Sun, 8 Jan 2012 19:56:48 0000 (20:56 0100)]
Update Vcs-* headers.