Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
debian/patches: Drop 1002_fix-marco-call.patch. Applied upstream.
· 7b84751d
Mike Gabriel
authored
Jan 14, 2019
7b84751d
upload to unstable (debian/1.20.1-1)
· bb2dac1f
Mike Gabriel
authored
Jan 14, 2019
bb2dac1f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
bb2dac1f
caja-eiciel (1.20.
0-2) UNRELEASED
; urgency=medium
caja-eiciel (1.20.
1-1) unstable
; urgency=medium
* Change my email to tsimonq2@debian.org now that I am a Debian Developer.
[ 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.
--
Simon Quigley <tsimonq2
@debian.org>
Su
n,
23 Dec 2018 23:43:32 -06
00
--
Mike Gabriel <sunweaver
@debian.org>
Mo
n,
14 Jan 2019 11:27:17 +01
00
caja-eiciel (1.20.0-1) unstable; urgency=medium
...
...
debian/patches/1002_fix-marco-call.patch
deleted
100644 → 0
View file @
ef19c374
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
debian/patches/series
View file @
bb2dac1f
1001_cross.patch
1002_fix-marco-call.patch
1003_add-keywords-key-to-desktop-file.patch