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

[Git][debian-mate-team/caja-seahorse][master] 3 commits: debian/copyright: Make Upstream-Name: field's value more human readable.



Title: GitLab

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

Commits:

5 changed files:

Changes:

  • debian/changelog
    1
    +caja-seahorse (1.18.4-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * debian/changelog:
    
    4
    +    + Typo fix in previous stanza.
    
    5
    +  * debian/control:
    
    6
    +    + Update Vcs-*: fields. Package has been migrated to salsa.debian.org.
    
    7
    +    + Bump Standards-Version: to 4.1.4. No changes needed.
    
    8
    +    + Drop pkg-mate-team Alioth mailing list from Uploaders: field.
    
    9
    +  * debian/copyright:
    
    10
    +    + Make Upstream-Name: field's value more human readable.
    
    11
    +  * debian/patches:
    
    12
    +    + Add 1001_cross.patch. Fix FTCBFS. Thanks to Helmut Grohne for providing
    
    13
    +      this patch. (Closes: #901094).
    
    14
    +
    
    15
    + -- Mike Gabriel <sunweaver@debian.org>  Mon, 09 Jul 2018 08:06:58 +0200
    
    16
    +
    
    1 17
     caja-seahorse (1.18.4-1) unstable; urgency=medium
    
    2 18
     
    
    3 19
       [ Vangelis Mouhtsis ]
    

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