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

[Git][debian-mate-team/caja-eiciel][debian/stretch/backports] 15 commits: debian/control: Rename pretty name of our team -> Debian+Ubuntu MATE Packaging Team.



Title: GitLab

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

Commits:

7 changed files:

Changes:

  • debian/changelog
    1
    +caja-eiciel (1.18.1-2~bpo9+1) stretch-backports; urgency=medium
    
    2
    +
    
    3
    +  * Rebuild for stretch-backports.
    
    4
    +
    
    5
    + -- Mike Gabriel <sunweaver@debian.org>  Mon, 13 Aug 2018 22:27:43 +0200
    
    6
    +
    
    7
    +caja-eiciel (1.18.1-2) unstable; urgency=medium
    
    8
    +
    
    9
    +  [ Vangelis Mouhtsis ]
    
    10
    +  * debian/control:
    
    11
    +    + Rename pretty name of our team -> Debian+Ubuntu MATE Packaging Team.
    
    12
    +    + Update Maintainer: field to debian-mate ML on lists.debian.org.
    
    13
    +    + Add myself to Uploaders: field.
    
    14
    +
    
    15
    +  [ Mike Gabriel ]
    
    16
    +  * debian/control:
    
    17
    +    + Update Vcs-*: fields. Package has been migrated to salsa.debian.org.
    
    18
    +    + Bump Standards-Version: to 4.1.5. No changes needed.
    
    19
    +  * debian/copyright:
    
    20
    +    + Make Upstream-Name: field's value more human readable.
    
    21
    +  * debian/patches:
    
    22
    +    + Add 1001_cross.patch. Fix FTCBFS: configure.ac hard codes build
    
    23
    +      architecture pkg-config. (Closes: #901164). Thanks to Helmut Grohne
    
    24
    +      for providing the patch.
    
    25
    +  * debian/{control,compat}: Bump to DH compat level version 11.
    
    26
    +
    
    27
    + -- Mike Gabriel <sunweaver@debian.org>  Sun, 22 Jul 2018 22:43:58 +0200
    
    28
    +
    
    1 29
     caja-eiciel (1.18.1-1~bpo9+1) stretch-backports; urgency=medium
    
    2 30
     
    
    3 31
       * Rebuild for stretch-backports.
    

  • debian/compat
    1
    -10
    1
    +11

  • debian/control
    1 1
     Source: caja-eiciel
    
    2 2
     Section: admin
    
    3 3
     Priority: optional
    
    4
    -Maintainer: MATE Packaging Team <pkg-mate-team@lists.alioth.debian.org>
    
    4
    +Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
    
    5 5
     Uploaders:
    
    6 6
      Simon Quigley <tsimonq2@ubuntu.com>,
    
    7 7
      Mike Gabriel <sunweaver@debian.org>,
    
    8
    -Build-Depends: debhelper (>= 10.3~),
    
    8
    + Vangelis Mouhtsis <vangelis@gnugr.org>,
    
    9
    +Build-Depends: debhelper (>= 11~),
    
    9 10
                    libacl1-dev,
    
    10 11
                    libattr1-dev,
    
    11 12
                    libcaja-extension-dev,
    
    12 13
                    libgtkmm-3.0-dev (>= 3.0.0),
    
    13 14
                    libtool,
    
    14 15
                    pkg-config,
    
    15
    -Standards-Version: 4.1.1
    
    16
    +Standards-Version: 4.1.5
    
    16 17
     Homepage: https://github.com/darkshram/mate-eiciel
    
    17
    -Vcs-Git: https://anonscm.debian.org/git/pkg-mate/caja-eiciel.git
    
    18
    -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-mate/caja-eiciel.git
    
    18
    +Vcs-Git: https://salsa.debian.org/debian-mate-team/caja-eiciel.git
    
    19
    +Vcs-Browser: https://salsa.debian.org/debian-mate-team/caja-eiciel
    
    19 20
     
    
    20 21
     Package: caja-eiciel
    
    21 22
     Architecture: any
    

  • debian/copyright
    1 1
     Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    
    2 2
     Upstream-Contact: Joel Barrios <darkshram@gmail.com>
    
    3
    -Upstream-Name: mate-eiciel
    
    3
    +Upstream-Name: MATE Eiciel
    
    4 4
     Source: https://github.com/darkshram/mate-eiciel
    
    5 5
     
    
    6 6
     Files: ABOUT-NLS
    

  • debian/patches/1001_cross.patch
    1
    +Description: Fix FTCBFS: lintian tag autotools-pkg-config-macro-not-cross-compilation-safe
    
    2
    +Author: Helmut Grohne <helmut@subdivi.de>
    
    3
    +
    
    4
    +--- caja-eiciel-1.18.1.orig/configure.ac
    
    5
    ++++ caja-eiciel-1.18.1/configure.ac
    
    6
    +@@ -96,7 +96,7 @@
    
    7
    + ]
    
    8
    + ,
    
    9
    + [dnl Linux distributions
    
    10
    +-  extensiondir=`pkg-config --variable=extensiondir libcaja-extension`;
    
    11
    ++  extensiondir=`$PKG_CONFIG --variable=extensiondir libcaja-extension`;
    
    12
    +   if test -n "$extensiondir" ;
    
    13
    +   then
    
    14
    +      AC_SUBST(CAJA_EXTENSIONS_DIR, [$extensiondir])

  • debian/patches/README
    1
    +0xxx: Grabbed from upstream development.
    
    2
    +1xxx: Possibly relevant for upstream adoption.
    
    3
    +2xxx: Only relevant for official Debian release.

  • debian/patches/series
    1
    +1001_cross.patch


  • Reply to: