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

[Git][debian-mate-team/mate-utils][debian/stretch/backports] 11 commits: debian/control: Bump Standards-Version: to 4.3.0. No changes needed.



Title: GitLab

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

Commits:

7 changed files:

Changes:

  • debian/changelog
    1
    +mate-utils (1.20.2-3~bpo9+1) stretch-backports; urgency=medium
    
    2
    +
    
    3
    +  * Rebuild for stretch-backports.
    
    4
    +
    
    5
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 10 Jul 2019 13:18:11 +0200
    
    6
    +
    
    7
    +mate-utils (1.20.2-3) unstable; urgency=medium
    
    8
    +
    
    9
    +  * debian/patches:
    
    10
    +    + Add 1001_fix-gsearchtool-pt-help-translation.patch.
    
    11
    +      Fix FTBFS caused by itstool. (Closes: #920408, #922734).
    
    12
    +
    
    13
    + -- Mike Gabriel <sunweaver@debian.org>  Sat, 27 Apr 2019 22:06:22 +0200
    
    14
    +
    
    15
    +mate-utils (1.20.2-2) unstable; urgency=medium
    
    16
    +
    
    17
    +  * debian/rules:
    
    18
    +    + Don't build parallely. It fails. See upstream bug
    
    19
    +      https://github.com/mate-desktop/mate-utils/issues/211.
    
    20
    +      (Closes: #919058).
    
    21
    +
    
    22
    + -- Mike Gabriel <sunweaver@debian.org>  Mon, 14 Jan 2019 10:55:46 +0100
    
    23
    +
    
    24
    +mate-utils (1.20.2-1) unstable; urgency=medium
    
    25
    +
    
    26
    +  * New upstream release.
    
    27
    +  * debian/control:
    
    28
    +    + Bump Standards-Version: to 4.3.0. No changes needed.
    
    29
    +    + White-space clean-up at EOF.
    
    30
    +  * debian/copyright:
    
    31
    +    + Update copyright attributions.
    
    32
    +  * debian/libmatedict6.symbols:
    
    33
    +    + Add Build-Depends-Package: meta data field.
    
    34
    +
    
    35
    + -- Mike Gabriel <sunweaver@debian.org>  Wed, 09 Jan 2019 13:26:23 +0100
    
    36
    +
    
    1 37
     mate-utils (1.20.1-1~bpo9+1) stretch-backports; urgency=medium
    
    2 38
     
    
    3 39
       * Rebuild for stretch-backports.
    

  • debian/control
    ... ... @@ -24,7 +24,7 @@ Build-Depends: debhelper (>= 11~),
    24 24
                    xsltproc,
    
    25 25
                    yelp-tools,
    
    26 26
                    zlib1g-dev,
    
    27
    -Standards-Version: 4.1.4
    
    27
    +Standards-Version: 4.3.0
    
    28 28
     Homepage: http://www.mate-desktop.org/
    
    29 29
     Vcs-Browser: https://salsa.debian.org/debian-mate-team/mate-utils
    
    30 30
     Vcs-Git: https://salsa.debian.org/debian-mate-team/mate-utils.git
    
    ... ... @@ -91,4 +91,3 @@ Description: MATE desktop utilities (matedict development files)
    91 91
      dictionary is included in the MATE utilities bundle.
    
    92 92
      .
    
    93 93
      This package provides the development files of the MATE dictionary library.
    94
    -

  • debian/copyright
    ... ... @@ -464,8 +464,12 @@ Files: .tx/config
    464 464
            README
    
    465 465
            THANKS
    
    466 466
            configure.ac
    
    467
    -       makepot
    
    468 467
            autogen.sh
    
    468
    +       makepot
    
    469
    +       mate-dictionary.pot
    
    470
    +       mate-disk-usage-analyzer.pot
    
    471
    +       mate-search-tool.pot
    
    472
    +       mate-system-log.pot
    
    469 473
     Copyright: *No copyright*
    
    470 474
     License: GPL-2+ or LGPL-2.1+
    
    471 475
     Comment:
    

  • debian/libmatedict6.symbols
    1 1
     libmatedict.so.6 libmatedict6 #MINVER#
    
    2
    +* Build-Depends-Package: libmatedict-dev
    
    2 3
      DBType@Base 1.8.0
    
    3 4
      StratType@Base 1.8.0
    
    4 5
      _gdict_database_new@Base 1.8.0
    

  • debian/patches/1001_fix-gsearchtool-pt-help-translation.patch
    1
    +--- a/gsearchtool/help/pt/pt.po
    
    2
    ++++ b/gsearchtool/help/pt/pt.po
    
    3
    +@@ -201,6 +201,7 @@
    
    4
    + 
    
    5
    + #. (itstool) path: authorgroup/author
    
    6
    + #: C/index.docbook:73
    
    7
    ++#, fuzzy
    
    8
    + msgid ""
    
    9
    + "<firstname>Dennis</firstname> <surname>Cranston</surname> <affiliation> "
    
    10
    + "<orgname>Search for Files Maintainer</orgname> <_:address-1/> </affiliation>"

  • debian/patches/series
    1
    +1001_fix-gsearchtool-pt-help-translation.patch

  • debian/rules
    1 1
     #!/usr/bin/make -f
    
    2 2
     
    
    3
    -DHFLAGS=--parallel
    
    3
    +DHFLAGS=--no-parallel
    
    4 4
     
    
    5 5
     export DEB_BUILD_MAINT_OPTIONS = hardening=+all
    
    6 6
     DPKG_EXPORT_BUILDFLAGS = 1
    


  • Reply to: