Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (6)
Change my email to tsimonq2@debian.org now that I am a Debian Developer.
· d3720d58
Simon Quigley
authored
Dec 23, 2018
d3720d58
debian/control: Bump Standards-Version: to 4.3.0. No changes needed.
· ef19c374
Mike Gabriel
authored
Jan 04, 2019
ef19c374
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
Merge tag 'debian/1.20.1-1' into debian/stretch/backports
· 82ce42e1
Mike Gabriel
authored
Jan 31, 2019
Debian release 1.20.1-1
82ce42e1
upload to stretch-backports (debian/1.20.1-1~bpo9+1)
· 196efad1
Mike Gabriel
authored
Jan 31, 2019
196efad1
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
196efad1
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.
...
...
debian/control
View file @
196efad1
...
...
@@ -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
...
...
debian/patches/1002_fix-marco-call.patch
deleted
100644 → 0
View file @
747b5061
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 @
196efad1
1001_cross.patch
1002_fix-marco-call.patch
1003_add-keywords-key-to-desktop-file.patch