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

[Git][debian-mate-team/caja-seahorse][master] 5 commits: prepare new upstream release (v1.18.5)



Title: GitLab

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

Commits:

4 changed files:

Changes:

  • debian/changelog
    1
    -caja-seahorse (1.18.4-3) UNRELEASED; urgency=medium
    
    1
    +caja-seahorse (1.18.5-1) unstable; urgency=medium
    
    2 2
     
    
    3
    -  * Change my email to tsimonq2@debian.org now that I am a Debian Developer.
    
    3
    +  [ Simon Quigley ]
    
    4
    +  * debian/control:
    
    5
    +    + Change my email to tsimonq2@debian.org now that I am a Debian Developer.
    
    6
    +
    
    7
    +  [ Mike Gabriel ]
    
    8
    +  * New upstream release.
    
    9
    +  * debian/patches:
    
    10
    +    + Drop 1001_cross.patch. Applied upstream.
    
    11
    +  * debian/{compat,control}:
    
    12
    +    + Use debhelper-compat notation. Bump to DH compat level version 13.
    
    13
    +  * debian/control:
    
    14
    +    + Add Rules-Requires-Root: field and set it to no.
    
    15
    +    + Bump Standards-Version: to 4.5.0. No changes needed.
    
    16
    +  * debian/patches: Drop 1001_cross.patch. Applied upstream.
    
    17
    +  * debian/rules:
    
    18
    +    + Drop --as-needed flag from dh_autoreconf call, i.e. drop complete
    
    19
    +      dh_autoreconf override.
    
    20
    +    + Add forgotten include directive for loading dpkg/buildflags.mk.
    
    4 21
     
    
    5
    - -- Simon Quigley <tsimonq2@debian.org>  Sun, 23 Dec 2018 23:45:38 -0600
    
    22
    + -- Mike Gabriel <sunweaver@debian.org>  Mon, 24 Aug 2020 10:00:41 +0200
    
    6 23
     
    
    7 24
     caja-seahorse (1.18.4-2) unstable; urgency=medium
    
    8 25
     
    

  • debian/patches/1001_cross.patch deleted
    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/series deleted
    1
    -1001_cross.patch

  • debian/rules
    ... ... @@ -2,13 +2,11 @@
    2 2
     
    
    3 3
     export DH_VERBOSE = 1
    
    4 4
     export DEB_BUILD_MAINT_OPTIONS = hardening=+all
    
    5
    +include /usr/share/dpkg/buildflags.mk
    
    5 6
     
    
    6 7
     %:
    
    7 8
     	dh $@
    
    8 9
     
    
    9
    -override_dh_autoreconf:
    
    10
    -	dh_autoreconf --as-needed
    
    11
    -
    
    12 10
     override_dh_auto_install:
    
    13 11
     	dh_auto_install
    
    14 12
     	find debian/caja-seahorse -name '*.la' -exec rm -f {} \;
    


  • Reply to: