[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][debian-mate-team/caja-eiciel][debian/stretch/backports] 6 commits: Change my email to tsimonq2@debian.org now that I am a Debian Developer.



Title: GitLab

Mike Gabriel pushed to branch debian/stretch/backports at Debian and Ubuntu MATE Packaging Team / caja-eiciel

Commits:

4 changed files:

Changes:

  • debian/changelog
    1
    +caja-eiciel (1.20.1-1~bpo9+1) stretch-backports; urgency=medium
    
    2
    +
    
    3
    +  * Rebuild for stretch-backports.
    
    4
    +
    
    5
    + -- Mike Gabriel <sunweaver@debian.org>  Thu, 31 Jan 2019 23:36:18 +0100
    
    6
    +
    
    7
    +caja-eiciel (1.20.1-1) unstable; urgency=medium
    
    8
    +
    
    9
    +  [ Simon Quigley ]
    
    10
    +  * debian/control:
    
    11
    +    + Change my email to tsimonq2@debian.org now that I am a Debian Developer.
    
    12
    +
    
    13
    +  [ Mike Gabriel ]
    
    14
    +  * New upstream release.
    
    15
    +  * debian/patches:
    
    16
    +    + Drop 1002_fix-marco-call.patch. Applied upstream.
    
    17
    +  * debian/control:
    
    18
    +    + Bump Standards-Version: to 4.3.0. No changes needed.
    
    19
    +
    
    20
    + -- Mike Gabriel <sunweaver@debian.org>  Mon, 14 Jan 2019 11:27:17 +0100
    
    21
    +
    
    1 22
     caja-eiciel (1.20.0-1~bpo9+1) stretch-backports; urgency=medium
    
    2 23
     
    
    3 24
       * Rebuild for stretch-backports.
    

  • debian/control
    ... ... @@ -3,7 +3,7 @@ Section: admin
    3 3
     Priority: optional
    
    4 4
     Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
    
    5 5
     Uploaders:
    
    6
    - Simon Quigley <tsimonq2@ubuntu.com>,
    
    6
    + Simon Quigley <tsimonq2@debian.org>,
    
    7 7
      Mike Gabriel <sunweaver@debian.org>,
    
    8 8
      Vangelis Mouhtsis <vangelis@gnugr.org>,
    
    9 9
     Build-Depends: debhelper (>= 11~),
    
    ... ... @@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 11~),
    13 13
                    libgtkmm-3.0-dev (>= 3.0.0),
    
    14 14
                    libtool,
    
    15 15
                    pkg-config,
    
    16
    -Standards-Version: 4.2.0
    
    16
    +Standards-Version: 4.3.0
    
    17 17
     Homepage: https://github.com/darkshram/mate-eiciel
    
    18 18
     Vcs-Git: https://salsa.debian.org/debian-mate-team/caja-eiciel.git
    
    19 19
     Vcs-Browser: https://salsa.debian.org/debian-mate-team/caja-eiciel
    

  • debian/patches/1002_fix-marco-call.patch deleted
    1
    -Description: Latest version of AX_CXX_COMPILE_STDCXX_11 does not expect any arguments
    
    2
    -Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
    
    3
    -
    
    4
    ---- a/configure.ac
    
    5
    -+++ b/configure.ac
    
    6
    -@@ -14,6 +14,8 @@
    
    7
    - 
    
    8
    - AM_SILENT_RULES([yes])
    
    9
    - 
    
    10
    -+ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4 
    
    11
    -+
    
    12
    - dnl gettext support
    
    13
    - GETTEXT_PACKAGE=mate-eiciel
    
    14
    - AC_SUBST([GETTEXT_PACKAGE])
    
    15
    -@@ -42,7 +44,7 @@
    
    16
    - dnl Check c++ compiler
    
    17
    - AC_PROG_CXX
    
    18
    - 
    
    19
    --AX_CXX_COMPILE_STDCXX_11([ext],[optional])
    
    20
    -+AX_CXX_COMPILE_STDCXX_11
    
    21
    - 
    
    22
    - dnl Check libtool
    
    23
    - LT_INIT

  • debian/patches/series
    1 1
     1001_cross.patch
    
    2
    -1002_fix-marco-call.patch
    
    3 2
     1003_add-keywords-key-to-desktop-file.patch


  • Reply to: