Change logs for apt-build source package in Sid

  • apt-build (0.12.49) unstable; urgency=medium
    
      * QA upload.
    
      [ Francisco Vilmar Cardoso Ruviaro ]
      * debian/po/{es.po, fr.po, it.po, pt.po, sv.po} converted to UTF-8
    
     -- Jelmer Vernooij <email address hidden>  Thu, 04 Feb 2021 01:00:38 +0000
  • apt-build (0.12.48) unstable; urgency=medium
    
      * QA upload.
      * Use debhelper-compat and bump it to 13
      * Bump Standards Version to 4.5.0
      * Move packaging to the Debian group under Salsa
      * d/copyright: Use https
      * d/changelog: Remove trailing whitespaces
      * d/changelog: Remove empty line at end of file
      * d/rules: Remove --parallel, it's the default now
      * Remove need to be root for building package and set Rules-Requires-Root: no
      * d/postinst: Remove block of code aimed at upgrades from v0.10.0
      * Add gbp.conf and salsa-ci.yml
      * Makefile: Add $(CPPFLAGS)
    
     -- Samuel Henrique <email address hidden>  Sun, 10 May 2020 15:06:00 +0100
  • apt-build (0.12.47) unstable; urgency=medium
    
      * QA upload.
      * Also remove /etc/apt/sources.list.d/apt-build.list on purge.
        (Closes: #852126)
      * postinst: Use "apt-build build-repository" instead of sed to create
        the initial Release file.
      * Use apt-ftparchive to generate Release files instead of doing it
        manually (and partially wrong). (Closes: #851912)
    
     -- Axel Beckert <email address hidden>  Sun, 22 Jan 2017 00:33:08 +0100
  • apt-build (0.12.46) unstable; urgency=medium
    
      * QA upload.
    
      [ Santiago Vila ]
      * Fix postinst compatibility with stricter sed syntax in more recent sed
        releases. (Closes: #851814)
    
      [ Axel Beckert ]
      * Switch Vcs-Git headers from git:// to https://.
      * Make debian/control non-executable.
      * Enable all hardening build flags.
      * Declare compliance with Debian Policy 3.9.8.
      * Apply "wrap-and-sort -a".
      * Cherry-pick changes to several packaging files from commit 24b41459 by
        Dominique Lasserre from the never completed 0.13.1 release in the
        master branch. (See below.)
      * Remove /var/cache/apt-build/ on purge. (Closes: #672183)
      * Add a Date header to generated Release files (and hence
        unconditionally recreate the Release file) as required by the Debian
        Repository Format (c.f. https://wiki.debian.org/RepositoryFormat)
      * Quick and dirty implementation of SHA256 fields in apt-build's Release
        files to get rid of apt's "No Hash entry in Release file" warning.
    
      [ Dominique Lasserre ]
      * Switch copyright format to DEP-5 1.0.
      * Simplify debian/rules.
      * Suggest gfortran. (c.f. #502379)
    
      [ Américo Monteiro ]
      * Added Portuguese translation of manpage. (Closes: #757296)
    
     -- Axel Beckert <email address hidden>  Thu, 19 Jan 2017 21:56:57 +0100
  • apt-build (0.12.45) unstable; urgency=medium
    
    
      * QA upload
      * Use per-repo "deb [trusted=yes] ..." instead of global "-o
        Apt::Get::AllowUnauthenticated=true". (Closes: #659015)
        + Bump versioned apt dependency to 0.8.16~exp3 for trusted=yes
        + Automatically add [trusted=yes] to existing generated file
          /etc/apt/sources.list.d/apt-build.list in postinst.
        + Use "grep -F" instead of "grep" to search for the whole "deb" line
          in postinst to avoid the brackets around trusted=yes being parsed as
          character class.
      * Update Vcs-* URLs to current canonical forms and use collab-maint
        repository instead of the apt-build project one's while being under QA
        maintenance to allow write access to all DDs.
    
     -- Axel Beckert <email address hidden>  Wed, 01 Apr 2015 02:42:19 +0200
  • apt-build (0.12.44) unstable; urgency=low
    
    
      * QA upload.
      * Don't fail on postinstallation if no "processor" found in /proc/cpuinfo.
        LP: #1065678 (Thanks to Dawid Wróbel.) Closes: #694554
      * Generate APT paths properly with apt-config shell .../f .../d .
        Closes: #694557
    
     -- Dominique Lasserre <email address hidden>  Tue, 27 Nov 2012 18:43:18 +0100
  • apt-build (0.12.43) unstable; urgency=low
    
    
      * QA upload.
      * Upload to unstable
      * Patch from Kumar Appaiah: Fix compiler links with host names. Closes:
        #502377
      * Patch from Kumar Appaiah: Add gfortran support. Closes: #502379
    
     -- Dominique Lasserre <email address hidden>  Wed, 11 Apr 2012 23:13:55 +0200
  • apt-build (0.12.40) unstable; urgency=high
    
    
      * QA upload.
      * Prevent error if debconf cannot display questions. Closes: #658098
    
     -- Dominique Lasserre <email address hidden>  Tue, 31 Jan 2012 22:18:25 +0100
  • apt-build (0.12.39) unstable; urgency=low
    
    
      * QA upload.
      * Split Choices in debconf templates
      * Add build-arch and build-indep build targets
      * Bump Standards to 3.9.2
      * Bump debhelper compatibility to 8
        * Replace dh_clean -k by dh_prep
      * Add "set -e" in config script
      * Fix pending l10n issues. 
      * Manpages translations:
        - Spanish. Closes: #538104
        - German. Closes: #608434
      * Debconf translations:
        - Danish (Joe Hansen).  Closes: #608434
        - Greek, (Thomas Vasileiou).  Closes: #657099
        - Polish (Michał Kułach).  Closes: #657322
        - Brazilian Portuguese (Adriano Rafael Gomes).  Closes: #657455
    
     -- Christian Perrier <email address hidden>  Sun, 29 Jan 2012 18:01:27 +0100
  • apt-build (0.12.38) unstable; urgency=low
      * QA upload  * Maintainer field set to QA Group  * Use dpkg's option --print-architecture in place of the obsolete option    --print-installation-architecture in debian/postinst (Closes: #598092)  * Create sources.list.d file with the right extension (.list)  * Set the -e flag in debian/preinst  * Point to /usr/share/common-licenses/GPL-2 in copyright file rather than to    the versionless symlink /usr/share/common-licenses/GPL  * Updated Standards-Version  * Added ${misc:Depends} to dependencies as per debhelper recommended best    practices -- Emanuele Rocca <email address hidden>  Sun, 13 Mar 2011 12:31:02 +0100
  • apt-build (0.12.37) unstable; urgency=low
    
    
      * Move tr translation to the right place.
    
     -- Julien Danjou <email address hidden>  Sun, 12 Oct 2008 15:39:35 +0200