Git log: commit a8116c277fbdb028672cbd2349797cafb04ed85d
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Apr 21 18:53:04 2025 +0200
Validate debian/copyright
commit 7d1ec31c3e4ec7430aab0f7715d23a1c78ddd298
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Apr 21 18:39:42 2025 +0200
NEw upstream version
commit be0d8347fb9a8ac12bc9a82b924cf73c2eb79cf3
Merge: 53e4422 6618037
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Apr 21 18:39:11 2025 +0200
Update upstream source from tag 'upstream/20241016'
Update to upstream version '20241016'
with Debian dir b73daabe4f76508967748a6eb861c4419033443a
commit 53e4422f8f6766f9d665c5949dd2a9c3075dc420
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Apr 21 18:33:59 2025 +0200
remove tab in copyright
commit 65dfb306ffd3ab7a2ab63becc4647d68fa1bd1e9
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Apr 21 18:32:57 2025 +0200
Avoid lintian warning
commit acb1fd085778367967583212a9037bcc7aa82b4c
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Apr 21 18:24:14 2025 +0200
FInalize
commit 792973afe5f54cacf274e93a9258e19543f5055d
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Apr 21 18:23:37 2025 +0200
Add other autogenerated file
commit 72f71045ffa827fe47440cec1032e684a1f7463a
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Apr 21 18:09:56 2025 +0200
Autoreconf
commit e51f509fef451677e4a91f689e8f9f1e547d9f5e
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Apr 21 18:06:22 2025 +0200
Consider tex-info as build file
commit 9266af16763b46569839cf551a81e32fafacdeed
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Apr 21 17:49:35 2025 +0200
Allow rebuilt twice
commit 1a24e65e2cdfe42e4be117c1e94452d25edd3a15
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Apr 21 17:18:01 2025 +0200
New upstream version
commit 77292fa81965b5a3a9001f58bb8aed1794f3897e
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Apr 21 17:09:35 2025 +0200
Revert "Prepare 2023.02 version"
This reverts commit d471a741671b83a38449d17aa9e7d2b3c613336d.
commit 1012de21967b08c7d7cb35f3949799a4dbcbefe4
Merge: d471a74 48b1354
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Apr 21 17:08:52 2025 +0200
Update upstream source from tag 'upstream/20230220'
Update to upstream version '20230220'
with Debian dir bf5f01ff50c4cd8f83f28c95274fcc22535aaca9
commit d471a741671b83a38449d17aa9e7d2b3c613336d
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Apr 21 17:06:01 2025 +0200
Prepare 2023.02 version
commit 5b64aa2fc758963477e4f04aa13e6ded4477eda9
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Nov 18 10:39:49 2022 +0000
Finalize changelog
commit 00534352896ca273cb310a25b8e9158dc8e3edb7
Merge: 15a7db8 f6e5613
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Nov 18 10:38:10 2022 +0000
merge patched into master
commit f6e5613e23e5af1894435ec7f73cb357e3df8bed
Author: Jerome Benoit <calculus@rezozer.net>
Date: Fri Nov 18 10:26:40 2022 +0000
Fix ax_python_devel serial 32 fails with current python3
The faulty code was introduce in commit df89f6cdaade38f3c1c9987be0c5a57c96fc1730
https://github.com/autoconf-archive/autoconf-archive/commit/df89f6cdaade38f3c1c9987be0c5a57c96fc1730
The current code tuple(sys.version_info) gives the 5-tuple (3, 10, 7, 'final', 0) while
the former code sys.version.split()[0] would give the 3-tuple (3, 10, 7).
So, at first glance, the current code tuple(sys.version_info) should be replaced by
tuple(sys.version_info)[:3].
A patch that applied to the current ax_python_devel serial 32 is attached.
forwarded: https://github.com/autoconf-archive/autoconf-archive/pull/267
bug: https://github.com/autoconf-archive/autoconf-archive/pull/267
bug-debian: https://bugs.debian.org/1020747
commit 15a7db8fee0a6522b7e8b4f684a19128476f05a8
Merge: beb9fc4 8ae73c1
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Nov 18 10:33:16 2022 +0000
merge patched into master
commit 8ae73c1894a0436bb7193713480d385756498c46
Author: Jerome Benoit <calculus@rezozer.net>
Date: Fri Nov 18 10:26:40 2022 +0000
Fix ax_python_devel serial 32 fails with current python3
The faulty code was introduce in commit df89f6cdaade38f3c1c9987be0c5a57c96fc1730
https://github.com/autoconf-archive/autoconf-archive/commit/df89f6cdaade38f3c1c9987be0c5a57c96fc1730
The current code tuple(sys.version_info) gives the 5-tuple (3, 10, 7, 'final', 0) while
the former code sys.version.split()[0] would give the 3-tuple (3, 10, 7).
So, at first glance, the current code tuple(sys.version_info) should be replaced by
tuple(sys.version_info)[:3].
A patch that applied to the current ax_python_devel serial 32 is attached.
commit beb9fc48bb3173aad99d6f2e2f55aeeebfbe01e5
Merge: 8f0c3ac 08382db
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Nov 18 10:30:08 2022 +0000
merge patched into master
commit 08382db876953494661cbdea0235cc4693a6475c
Author: Jerome Benoit <calculus@rezozer.net>
Date: Fri Nov 18 10:26:40 2022 +0000
Fix ax_python_devel serial 32 fails with current python3
The faulty code was introduce in commit df89f6cdaade38f3c1c9987be0c5a57c96fc1730
https://github.com/autoconf-archive/autoconf-archive/commit/df89f6cdaade38f3c1c9987be0c5a57c96fc1730
The current code tuple(sys.version_info) gives the 5-tuple (3, 10, 7, 'final', 0) while
the former code sys.version.split()[0] would give the 3-tuple (3, 10, 7).
So, at first glance, the current code tuple(sys.version_info) should be replaced by
tuple(sys.version_info)[:3].
A patch that applied to the current ax_python_devel serial 32 is attached.
commit 8f0c3accc7eb97b21343faba0e24c11be6af8543
Author: Bastien Roucariès <rouca@debian.org>
Date: Sat Oct 1 15:42:56 2022 +0000
Finalize changelog
commit e6e9e808639f4f7f225c67b88859374005b14d90
Merge: 7417e1a ae51f80
Author: Bastien Roucariès <rouca@debian.org>
Date: Sat Oct 1 15:22:43 2022 +0000
merge patched into master
commit ae51f809dc795db5f627b9cec52c7e4c74ed66c0
Author: Helmut Grohne <helmut@subdivi.de>
Date: Sat Oct 1 14:18:14 2022 +0000
Fix AX_HAVE_QT
The AX_HAVE_QT macro uses an uninitialized shell variable
am_have_qt_qmexe. Fix it.
commit 7417e1adc4186ff032a0e7489d15073729338116
Author: Bastien Roucariès <rouca@debian.org>
Date: Tue Sep 6 19:22:25 2022 +0000
New upstream version
commit a77830b6d1c632de10ccef3aca1cc0e009424138
Merge: 59eb296 0b5c45c
Author: Bastien Roucariès <rouca@debian.org>
Date: Tue Sep 6 19:16:10 2022 +0000
merge patched into master
commit 59eb296b19fe65c8abb1d2c7b5a365ddd1b4d302
Author: Bastien Roucariès <rouca@debian.org>
Date: Tue Sep 6 19:15:41 2022 +0000
record new upstream branch created by importing autoconf-archive_20220903.orig.tar.xz
commit 98f9682bbcb6c7bf09d59eac5566a77c168b83f0
Author: Bastien Roucariès <rouca@debian.org>
Date: Tue Sep 6 19:15:26 2022 +0000
record new upstream branch created by importing autoconf-archive_20220903.orig.tar.xz
commit aeb55b3d444fb357a700f94db5bf229ed0ef74fd
Author: Bastien Roucariès <rouca@debian.org>
Date: Wed Aug 31 12:47:48 2022 +0000
Import patch from fedora for python3.10 (Closes: #998476)
Signed-off-by: Bastien Roucariès <rouca@debian.org>
commit 829ecab3d2cb7ad324acf2b174bc75ab09296299
Merge: df552e0 87f5501
Author: Bastien Roucariès <rouca@debian.org>
Date: Wed Aug 31 12:45:08 2022 +0000
merge patched into master
commit 87f55011a96ebf3a7628b29694ec6acd54dc1222
Author: Yaakov Selkowitz <yselkowi@redhat.com>
Date: Thu Aug 5 11:12:47 2021 -0400
AX_PYTHON_DEVEL: fix for Python 3.10+
bug: https://github.com/autoconf-archive/autoconf-archive/pull/261
origin: https://src.fedoraproject.org/rpms/autoconf-archive/blob/b36f98e5a2343229452be02bece700af2defd65b/f/autoconf-archive-2021.02.19-python_310.patch
bug-debian: https://bugs.debian.org/998476
commit df552e060b62b83ec30c4f379317738ed163c750
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Aug 29 19:15:49 2022 +0000
Python3.10 support
commit 7a9700c1996ffbdd7c2ce0678d42e8489e76b213
Merge: ddb0441 08e6236
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Aug 29 19:14:58 2022 +0000
merge patched into master
commit 08e6236567954808d2bc6142cf6ac6dad0376be7
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Aug 29 19:05:23 2022 +0000
Add more python version
Add a few python version 3.12 3.11 3.10
Signed-off-by: Bastien Roucariès <rouca@debian.org>
commit 4f2e79502906dd0c89828bf259aa704c51b4e8b2
Author: Stefano Rivera <stefanor@debian.org>
Date: Sun Aug 28 18:44:44 2022 +0200
Fix typo, check for PYTHON_PLATFORM_SITE_PKG not PYTHON_SITE_PKG
commit 0b1fde9cc09399a99c308ec47f7874270a0efabd
Author: Stefano Rivera <stefanor@debian.org>
Date: Sun Aug 28 18:43:54 2022 +0200
Support Debian's posix_local sysconfig scheme in ax_python_devel
Debian adds a custom sysconfig scheme to system python installs,
"posix_local". This is the default scheme, and it redirects local
users' Python module installs to /usr/local even though Python is
installed with a /usr prefix. Both are on Debian's python's sys.path
module search path.
Autoconf and its users understand prefixes, and are likely to select
/usr/local, explicitly. Select the "posix_prefix" scheme, with the
user-supplied prefix.
Previously this custom sysconfig scheme was specified in
distutils.sysconfig, but not sysconfig itself. As distutils is being
deprecated, the custom scheme is now specified in sysconfig, since
Debian's Python 3.10 (3.10.2-4).
commit 3827904cece7b2f236c7f04e98fd5bc245b12841
Author: Dave Nicolson <david.nicolson@gmail.com>
Date: Sun Apr 3 19:27:57 2022 +0200
Remove duplicate variable
commit b0b7ba9865cd9973e17b3d25114c4f25b8de2073
Author: Peter Simons <simons@cryp.to>
Date: Mon Apr 25 14:00:23 2022 +0200
ax_python_devel: bump serial number after recent changes
commit 452e90aa0b8b2db358d5c55b93d1d57a35f7fdb2
Author: Andy Buckley <andy.buckley@cern.ch>
Date: Tue Apr 5 20:38:16 2022 +0100
Add a shim class to ax_devel_python.m4 to make the Python version-string comparisons evaluate correctly between < .10 and >= .10 micro version numbers
commit 53db0c6df43f05ae9763cd543be75158e3d6c0d5
Author: Dave Nicolson <david.nicolson@gmail.com>
Date: Sun Apr 3 19:27:44 2022 +0200
Make indentation consistent
commit ddb0441e7af13f191c035e8726111a980cf72756
Author: Bastien Roucariès <rouca@debian.org>
Date: Mon Aug 29 18:58:43 2022 +0000
Add forgotten bug and open new changelog
Signed-off-by: Bastien Roucariès <rouca@debian.org>
commit 6b241d879ac37f6855a5e1bb8f2aaca2be2e7ab7
Author: Bastien Roucariès <rouca@debian.org>
Date: Sat Aug 20 20:11:36 2022 +0000
Patch version:
* Bug fix: "ax_cc_maxopt.m4 change breaks code due to syntax error",
thanks to Alastair McKinstry (Closes: #1017727).
* Bug fix: "AX_LUA_HEADERS uses AC_RUN_IFELSE", thanks to Helmut Grohne
(Closes: #956713).
* Bug fix: "AX_HAVE_QT hard codes the build architecture qmake", thanks
to Helmut Grohne (Closes: #965273).
* Bug fix: "unsupported language: "CXX_FOR_BUILD", thanks to
Helmut Grohne (Closes: #924415).
commit 88e413bf06d50a89cd6b9535a0b2b38d36d3c5be
Merge: a50c73e 8483688
Author: Bastien Roucariès <rouca@debian.org>
Date: Sat Aug 20 20:09:43 2022 +0000
merge patched into master
commit 848368852e5775dead34fc453bb0d4edc02ef56b
Author: Helmut Grohne <helmut@subdivi.de>
Date: Sat Aug 13 09:50:52 2022 +0000
Fix AX_LUA_HEADERS uses AC_RUN_IFELSE
telegram-cli fails to cross build from source, because it uses
AX_LUA_HEADERS, which happens to use AC_RUN_IFELSE to compute the lua
version. As it turns out, the version is also available as an integer,
which allows using the cross-friendly AC_COMPUTE_INT. The attached patch
updates AX_LUA_HEADERS to use AC_COMPUTE_INT.
Signed-off-by: Bastien Roucariès <rouca@debian.org>
debian-bug: https://bugs.debian.org/956713
bug: https://github.com/autoconf-archive/autoconf-archive/pull/258
origin: https://github.com/autoconf-archive/autoconf-archive/pull/258/commits/95b398029b6298be9d22f4aefb9cb0f5c2d7f27c
commit f77d21827087c6e4fc7b1c44f0c590c04c839231
Author: Helmut Grohne <helmut@subdivi.de>
Date: Sat Aug 13 10:44:39 2022 +0000
FIX FTCBS
projectm fails to cross build from source, because it uses AX_HAVE_QT
from autoconf-archive and that macro hard codes the build architecture
qmake. We use the
host architecture for qmake.
Signed-off-by: Bastien Roucariès <rouca@debian.org>
origin: https://github.com/autoconf-archive/autoconf-archive/pull/258/commits/c76565884702b1ef663e66a17023b42032d397d3
bug-debian: https://bugs.debian.org/965273
bug: https://github.com/autoconf-archive/autoconf-archive/pull/258
commit 323cedaad3fa3fe733e8b8eef3e2cd2d8380abd8
Author: Helmut Grohne <helmut@subdivi.de>
Date: Sat Aug 13 10:48:36 2022 +0000
Fix FTCBFS with lib mysql
apophenia fails to cross build from source, because it fails to locate
the mysql client libraries. It does so via the AX_LIB_MYSQL macro, which
consults mysql_config, which cannot work during cross builds. This patch
extends the AX_LIB_MYSQL
macro to try pkg-config before mysql_config.
Signed-off-by: Bastien Roucariès <rouca@debian.org>
bug-debian: https://bugs.debian.org/974766
origin: https://bugs.debian.org/974766
bug: https://github.com/autoconf-archive/autoconf-archive/pull/258/commits/f2b8be119344882eb355820824e247d57e999709
commit 067f4c98f41011d3a5d6415758c391469a38eebc
Author: Reuben Thomas <rrt@sc3d.org>
Date: Mon Apr 25 12:37:10 2022 +0100
m4/ax_cc_maxopt.m4: add missing ;; to end of case
origin: https://github.com/autoconf-archive/autoconf-archive/commit/c92672b9c59f9011e5d68220e99cfdd70c1b98df
bug-debian: https://bugs.debian.org/1017727
Signed-off-by: Bastien Roucariès <rouca@debian.org>
commit a50c73ec3f54c5e43e8cde33575c78f8f4b2fda9
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Aug 12 15:03:44 2022 +0000
New upstream version
commit 5b522a7c7e3e615c31778577f779d5d64a5e8402
Merge: 2f3bb8f 8f3e1fe
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Aug 12 14:38:55 2022 +0000
merge patched into master
commit 2f3bb8f609baf8491909995fdc748acf7b664da7
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Aug 12 14:38:09 2022 +0000
record new upstream branch created by importing autoconf-archive_20220211.orig.tar.xz
commit 6d6cea802c9c394d8f73d65497ea811ce2caf411
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Sep 10 08:50:09 2021 +0000
Fix AX_PHTREAD
commit 7c1591814e9f8f4e6ba2ee0620d4efed9cc093f9
Merge: 03f86e6 c573b84
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Sep 10 08:47:47 2021 +0000
merge patched into master
commit c573b84b7e18c0b2363ddeab60ca3f7cf994a4a2
Author: David Seifert <soap@gentoo.org>
Date: Sat Jun 12 22:29:03 2021 +0200
Revert "AX_PTHREAD: target > host"
This reverts commit 2567e0ce0f3a11b535c6b527386197fb49ff172b.
* `AC_CANONICAL_HOST` is the system on which the actual binary will run,
`AC_CANONICAL_TARGET` is the system for which code is generated. The
Autoconf manual even mentions that
--target=target-type
the type of system for which any compiler tools in the package produce code (**rarely needed**).
Forwarded: https://github.com/autoconf-archive/autoconf-archive/pull/233
origin: https://github.com/autoconf-archive/autoconf-archive/commit/59008cc7f85e1982eb298e1c424c2e6ad5942c4a
commit 03f86e6c48474f40fd80031acd7f9bad200bae57
Author: Bastien Roucariès <rouca@debian.org>
Date: Thu Aug 26 16:52:05 2021 +0000
Fix missing
commit 227bc7ce4e68de237c73b942e37a4bc4e2b2fdc5
Author: Bastien Roucariès <rouca@debian.org>
Date: Thu Aug 26 16:48:10 2021 +0000
Fix lintian warnings
commit c7dea849f925d14aa9463744cf18e431e7f640f0
Author: Bastien Roucariès <rouca@debian.org>
Date: Thu Aug 26 16:42:13 2021 +0000
Fix debian copyright
commit 2f8b4b8efead8d3a29c05bb01c335dfb23a44469
Author: Bastien Roucariès <rouca@debian.org>
Date: Thu Aug 26 16:30:48 2021 +0000
New upstream version
commit 63e46842b09ead21ac01471e6d12fd58e6c34206
Author: Bastien Roucariès <rouca@debian.org>
Date: Thu Aug 26 16:06:41 2021 +0000
Remove patches applied upstream
commit 531714273e48e5ba1476c112779b5b9959f4dc53
Merge: e6dd4b3 a9adefd
Author: Bastien Roucariès <rouca@debian.org>
Date: Thu Aug 26 15:59:35 2021 +0000
record new upstream branch created by importing autoconf-archive_20210219.orig.tar.xz and merge it
commit e6dd4b3029f469a91df8da08fc7457d2a1ad1405
Merge: 27046cd 842fb54
Author: Gianfranco Costamagna <locutusofborg@debian.org>
Date: Tue Dec 8 11:41:24 2020 +0000
Merge branch 'lintian-fixes' into 'master'
Fix some issues reported by lintian
See merge request debian/autoconf-archive!1
commit 842fb547b3d0640b293b8e8362c33a2c6402bac0
Author: Debian Janitor <janitor@jelmer.uk>
Date: Mon May 4 20:14:35 2020 +0000
Update standards version to 4.5.0, no changes needed.
Fixes: lintian: out-of-date-standards-version
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
commit b1cf3e515cbbaff076a4e6ba1ba74d50a347e5fd
Author: Debian Janitor <janitor@jelmer.uk>
Date: Mon May 4 20:13:55 2020 +0000
Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright).
commit 7416f7a95f8b93a3872173bd1068694372c8af67
Author: Debian Janitor <janitor@jelmer.uk>
Date: Mon May 4 20:13:16 2020 +0000
Set upstream metadata fields: Repository.
commit db8e6e32684694f21a2b081355c4582eb3f9f5de
Author: Debian Janitor <janitor@jelmer.uk>
Date: Mon May 4 20:12:41 2020 +0000
debian/copyright: use spaces rather than tabs to start continuation lines.
Fixes: lintian: tab-in-license-text
See-also: https://lintian.debian.org/tags/tab-in-license-text.html
commit 27046cdd5d7913d1f4a745d33579b48776f13cdc
Author: Gianfranco Costamagna <costamagnagianfranco@yahoo.it>
Date: Thu Jan 9 08:56:02 2020 +0100
Import my NMU to fix boost_python sadness
commit 6a844f8d75ee59a5ad27f5884b16f5a1a5ddf96b
Author: Bastien Roucariès <rouca@debian.org>
Date: Tue Sep 3 20:55:20 2019 +0200
Fix lintian warning
commit ad6e5cd102b050e649dd6b84cdb299bfba19fb40
Author: Bastien Roucariès <rouca@debian.org>
Date: Tue Sep 3 20:44:59 2019 +0200
Upload to unstable
commit e6f76fa3268042ae9862f382a76705ec06c70a12
Author: Bastien Roucariès <rouca@debian.org>
Date: Sat Mar 30 16:44:32 2019 +0100
New version
commit 20f462f1271216a0caf1cf52bd9f457ae0ae3475
Merge: 66961da bce3be0
Author: Bastien Roucariès <rouca@debian.org>
Date: Sat Mar 30 16:42:03 2019 +0100
merge patched into master
commit 66961da698fe838dd633c03ce9267ccf708b1ab2
Author: Bastien Roucariès <rouca@debian.org>
Date: Sat Mar 30 16:41:49 2019 +0100
record new upstream branch created by importing autoconf-archive_20190106.orig.tar.xz
commit cb8458d048656d5d7d95bfac08b6aaf9a10f4fcd
Author: Bastien Roucariès <rouca@debian.org>
Date: Sat Mar 30 16:41:38 2019 +0100
record new upstream branch created by importing autoconf-archive_20190106.orig.tar.xz
commit 238b9ff8411fd674d4beeb1bba158714c19adda7
Author: Bastien Roucariès <rouca@debian.org>
Date: Sat Mar 30 16:37:11 2019 +0100
Update copyright
commit 8ae997abe90bda4dd2e4b9c937288ba24c37c961
Author: Bastien Roucariès <rouca@debian.org>
Date: Sat Mar 30 16:17:41 2019 +0100
record new upstream branch created by importing autoconf-archive_20190106.orig.tar.xz
commit 0b9f21836d8bb4ebfed53fefd7454b85761ca544
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Jan 4 19:25:58 2019 +0100
Fix lintian warning
commit fda55cf721ba3336ea30c60fd86f862ffaf4133e
Merge: ff054a4 7bbd2b3
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Jan 4 19:03:57 2019 +0100
merge patched into master
commit 7bbd2b3871b1b0f4f7e1d81c3fa04c6625554703
Author: Alexander Lakhin <exclusion@gmail.com>
Date: Sun May 20 11:27:39 2018 +0300
ax_lib_postgresql: Double-quote the literal with square brackets
commit ff054a40ff210c36d75908033ce17636f6160460
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Jan 4 19:01:20 2019 +0100
New upstream version
commit 7eae4a5d966803a61afb3e68d959feda6590cbf8
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Jan 4 18:58:24 2019 +0100
update copyright
commit 6c536aa9f313139b981942f5825a96923fb85b6a
Merge: f1c58c1 a99d1a0
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Jan 4 18:51:32 2019 +0100
Initialize git-dpm
commit f1c58c19535430b8c1693492b6866d8eee0c4337
Merge: 0ea34e9 a99d1a0
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Jan 4 18:50:35 2019 +0100
Merge branch 'upstreamdebian'
commit 0ea34e9c12dece1d7492178f2ddb8ad93e6090b1
Merge: 1780eca 68b40fb
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Jan 4 18:48:29 2019 +0100
Merge remote-tracking branch 'old/debian/20170928-2'
commit 1780ecac6ec5ab0192ccb1e9af81d21378b5cf03
Author: Bastien Roucariès <rouca@debian.org>
Date: Fri Jan 4 18:25:16 2019 +0100
Fist debian new repo
commit 68b40fb6c0c9425d96dbfc54345a352e4d8d3201
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Mon Mar 12 21:42:01 2018 +0100
New version fixing postgresql
commit dc4ac26d8460538fe0e9e598d44b66ca31495458
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Fri Mar 9 16:14:39 2018 +0100
Fix copyright
commit 1ea648ab384b640c9414a2d62a6dc90e6daf6c00
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Fri Mar 9 16:09:00 2018 +0100
Fix lintian warnings
commit 01176afdd5e9fc96b9f5e92f3f5308e604c52784
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Fri Mar 9 15:59:24 2018 +0100
Fix version number
commit f35ea494f691d868c81395460923b838b53300a7
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Fri Mar 9 15:56:22 2018 +0100
Finalize changelog
commit 17466ffbf74a6331b3817b0fb407bd4b6c1683b2
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Fri Mar 9 15:55:15 2018 +0100
Update copyright
commit 523de4bffca42dca2b948327cd3ea4b26bf20e5c
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Fri Mar 9 13:02:05 2018 +0100
Update changelog
commit 3582200c3e6a5cde19cc35a46b163d2fff63221d
Merge: dd22713 c6d2e77
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Fri Mar 9 12:56:13 2018 +0100
Merge branch 'upstream/20170928' into debian/20170928-1
commit c6d2e7795ed1d453efcbade2796cee52c3fb37b8
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Fri Mar 9 12:54:25 2018 +0100
Add upstream
commit dd22713c55bf8adddc301727ea8b5d81273233c1
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Fri Aug 11 09:25:00 2017 +0200
Fix lintian warning
commit c0dc4e339751bab9cf24023da4b0a7d888d52c54
Merge: 85c5005 34aa3b1
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Wed Jul 26 23:56:11 2017 +0200
Merge branch 'upstream/20170321' into debian/20170321-1
commit 85c5005ea1671fa1b8d1f3f959a043d1d5efcf11
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Wed Jul 26 23:47:33 2017 +0200
Finalize changelog
commit a303eb413018c9d57e1ce492c4a8d1c9af5b38c1
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Wed Jul 26 23:36:18 2017 +0200
Add bug fixed to changelog
commit 99fb652c490f0b29d640d4a0e5ce9aadef29e9fd
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Sun Mar 26 00:43:33 2017 +0100
Switch to compat 10
commit 5a739407a1ee3998bfcfb0998e87c95b7a2df9b9
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Sun Mar 26 00:42:32 2017 +0100
New upstream version
commit 34aa3b12cb900034a69ee6911725d39c898e67ef
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Sun Mar 26 00:22:56 2017 +0100
Add upstream tar
commit a0fdaec07ed1f8fbea630a7fbc9b29d2e5372889
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Mon Oct 10 22:34:45 2016 +0200
Update for new version
commit 210c6d96408770ae45d2ea50e42209205e5d8efa
Author: Bastien Roucariès <bastien.roucaries+debian@gmail.com>
Date: Mon Oct 10 22:23:03 2016 +0200
Upgrade copyright