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

[Git][debian-mate-team/caja-seahorse][debian/stretch/backports] 9 commits: debian/changelog: Typo fix in previous stanza.



Title: GitLab

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

Commits:

6 changed files:

Changes:

  • debian/changelog
    1
    +caja-seahorse (1.18.4-2~bpo9+1) stretch-backports; urgency=medium
    
    2
    +
    
    3
    +  * Rebuild for stretch-backports.
    
    4
    +
    
    5
    + -- Mike Gabriel <sunweaver@debian.org>  Sat, 21 Jul 2018 23:35:31 +0200
    
    6
    +
    
    7
    +caja-seahorse (1.18.4-2) unstable; urgency=medium
    
    8
    +
    
    9
    +  * debian/changelog:
    
    10
    +    + Typo fix in previous stanza.
    
    11
    +  * debian/control:
    
    12
    +    + Update Vcs-*: fields. Package has been migrated to salsa.debian.org.
    
    13
    +    + Bump Standards-Version: to 4.1.4. No changes needed.
    
    14
    +    + Drop pkg-mate-team Alioth mailing list from Uploaders: field.
    
    15
    +  * debian/copyright:
    
    16
    +    + Make Upstream-Name: field's value more human readable.
    
    17
    +  * debian/patches:
    
    18
    +    + Add 1001_cross.patch. Fix FTCBFS. Thanks to Helmut Grohne for providing
    
    19
    +      this patch. (Closes: #901094).
    
    20
    +
    
    21
    + -- Mike Gabriel <sunweaver@debian.org>  Mon, 09 Jul 2018 08:06:58 +0200
    
    22
    +
    
    1 23
     caja-seahorse (1.18.4-1~bpo9+1) stretch-backports; urgency=medium
    
    2 24
     
    
    3 25
       * Rebuild for stretch-backports.
    
    ... ... @@ -17,7 +39,7 @@ caja-seahorse (1.18.4-1) unstable; urgency=medium
    17 39
       * New upstream release.
    
    18 40
       * debian/control:
    
    19 41
         + Ease backporting to stretch, B-D on debhelper (>= 11~).
    
    20
    -    + Drop B-D libgnome-keyring-dev. No required by this upstream release
    
    42
    +    + Drop B-D libgnome-keyring-dev. Not required by this upstream release
    
    21 43
           anymore. (Closes: #886476).
    
    22 44
     
    
    23 45
      -- Mike Gabriel <sunweaver@debian.org>  Thu, 18 Jan 2018 17:02:19 +0100
    

  • debian/control
    ... ... @@ -4,7 +4,6 @@ Priority: optional
    4 4
     Maintainer: Debian+Ubuntu MATE Packaging Team <debian-mate@lists.debian.org>
    
    5 5
     Uploaders: Simon Quigley <tsimonq2@ubuntu.com>,
    
    6 6
                Mike Gabriel <sunweaver@debian.org>,
    
    7
    -           MATE Packaging Team <pkg-mate-team@lists.alioth.debian.org>,
    
    8 7
                Vangelis Mouhtsis <vangelis@gnugr.org>,
    
    9 8
     Build-Depends: debhelper (>= 11~),
    
    10 9
                    gnupg2,
    
    ... ... @@ -19,10 +18,10 @@ Build-Depends: debhelper (>= 11~),
    19 18
                    libgtk-3-dev (>= 3.10),
    
    20 19
                    libnotify-dev,
    
    21 20
                    mate-common
    
    22
    -Standards-Version: 4.1.3
    
    21
    +Standards-Version: 4.1.4
    
    23 22
     Homepage: https://github.com/darkshram/seahorse-caja
    
    24
    -Vcs-Git: https://anonscm.debian.org/git/pkg-mate/caja-seahorse.git
    
    25
    -Vcs-Browser: https://anonscm.debian.org/git/pkg-mate/caja-seahorse.git
    
    23
    +Vcs-Git: https://salsa.debian.org/debian-mate-team/caja-seahorse.git
    
    24
    +Vcs-Browser: https://salsa.debian.org/debian-mate-team/caja-seahorse
    
    26 25
     
    
    27 26
     Package: caja-seahorse
    
    28 27
     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: caja-seahorse
    
    3
    +Upstream-Name: Caja Seahorse
    
    4 4
     Source: https://github.com/darkshram/seahorse-caja
    
    5 5
     
    
    6 6
     Files: *
    

  • debian/patches/1001_cross.patch
    1
    +Description: Make build cross-compilation safe.
    
    2
    +Author: Helmut Grohne <helmut@subdivi.de>
    
    3
    +
    
    4
    +--- caja-seahorse-1.18.4.orig/configure.ac
    
    5
    ++++ caja-seahorse-1.18.4/configure.ac
    
    6
    +@@ -26,7 +26,7 @@
    
    7
    + AM_DISABLE_STATIC
    
    8
    + AM_PROG_LIBTOOL
    
    9
    + IT_PROG_INTLTOOL([0.35.0])
    
    10
    +-AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
    
    11
    ++PKG_PROG_PKG_CONFIG
    
    12
    + 
    
    13
    + AC_SYS_LARGEFILE
    
    14
    + AC_TYPE_OFF_T

  • 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: