Skip to content
Commits on Source (6)
caja-eiciel (1.20.1-1~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
-- Mike Gabriel <sunweaver@debian.org> Thu, 31 Jan 2019 23:36:18 +0100
caja-eiciel (1.20.1-1) unstable; urgency=medium
[ Simon Quigley ]
* debian/control:
+ Change my email to tsimonq2@debian.org now that I am a Debian Developer.
[ Mike Gabriel ]
* New upstream release.
* debian/patches:
+ Drop 1002_fix-marco-call.patch. Applied upstream.
* debian/control:
+ Bump Standards-Version: to 4.3.0. No changes needed.
-- Mike Gabriel <sunweaver@debian.org> Mon, 14 Jan 2019 11:27:17 +0100
caja-eiciel (1.20.0-1~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
......
......@@ -3,7 +3,7 @@ Section: admin
Priority: optional
Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
Uploaders:
Simon Quigley <tsimonq2@ubuntu.com>,
Simon Quigley <tsimonq2@debian.org>,
Mike Gabriel <sunweaver@debian.org>,
Vangelis Mouhtsis <vangelis@gnugr.org>,
Build-Depends: debhelper (>= 11~),
......@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 11~),
libgtkmm-3.0-dev (>= 3.0.0),
libtool,
pkg-config,
Standards-Version: 4.2.0
Standards-Version: 4.3.0
Homepage: https://github.com/darkshram/mate-eiciel
Vcs-Git: https://salsa.debian.org/debian-mate-team/caja-eiciel.git
Vcs-Browser: https://salsa.debian.org/debian-mate-team/caja-eiciel
......
Description: Latest version of AX_CXX_COMPILE_STDCXX_11 does not expect any arguments
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,8 @@
AM_SILENT_RULES([yes])
+ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
+
dnl gettext support
GETTEXT_PACKAGE=mate-eiciel
AC_SUBST([GETTEXT_PACKAGE])
@@ -42,7 +44,7 @@
dnl Check c++ compiler
AC_PROG_CXX
-AX_CXX_COMPILE_STDCXX_11([ext],[optional])
+AX_CXX_COMPILE_STDCXX_11
dnl Check libtool
LT_INIT
1001_cross.patch
1002_fix-marco-call.patch
1003_add-keywords-key-to-desktop-file.patch