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

[Git][debian-mate-team/mate-utils][master] 2 commits: debian/rules: Don't build parallely. It fails. See upstream bug...



Title: GitLab

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

Commits:

2 changed files:

Changes:

  • debian/changelog
    1
    +mate-utils (1.20.2-2) unstable; urgency=medium
    
    2
    +
    
    3
    +  * debian/rules:
    
    4
    +    + Don't build parallely. It fails. See upstream bug
    
    5
    +      https://github.com/mate-desktop/mate-utils/issues/211.
    
    6
    +      (Closes: #919058).
    
    7
    +
    
    8
    + -- Mike Gabriel <sunweaver@debian.org>  Mon, 14 Jan 2019 10:55:46 +0100
    
    9
    +
    
    1 10
     mate-utils (1.20.2-1) unstable; urgency=medium
    
    2 11
     
    
    3 12
       * New upstream release.
    

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