1. 23 Aug, 2018 2 commits
    • Denes Matetelki's avatar
      Multiple lintian warning fixes · 6c90eb77
      Denes Matetelki authored
      unknown-section varnish-6.0/web
        Section: @SECTION@/web -> Section: web
        Section: @SECTION/libdevel -> libdevel
        The substitution line in the package-deb script got removed:
        sed -i -e "s|@SECTION@|varnish-$MAJOR|" "$DIST_DIR/debian/control
      
      copyright-without-copyright-notice:
        The copyright file expected a certain 3 line header:
            Copyright YYYY Firstname Lastname <address@example.com>
            Copr. YYYY-YYYY Firstname Lastname <address@example.com>
            © YYYY,YYYY Firstname Lastname <address@example.com>
      
      Added debian/source/format file with content "1.0"
      6c90eb77
    • Denes Matetelki's avatar
      Doc fixes · 8a6b3517
      Denes Matetelki authored
      READMEs:
       - Installing again the once-installed README.rst and README.packaging
      
      VCLs:
      - A non-commented version of builtin.vcl is not installed into
      /usr/share/doc/varnish/examples anymore.
      8a6b3517
  2. 16 Aug, 2018 1 commit
  3. 14 Aug, 2018 2 commits
  4. 13 Mar, 2018 3 commits
    • Dridi Boukelmoune's avatar
      0ad2f226
    • Dridi Boukelmoune's avatar
      Switch RPM provides from bitful to archful · 8be1464b
      Dridi Boukelmoune authored
      While ultimately the goal is to automate virtual provides and requires
      to the extent of out-of-tree modules, considering that for now package
      maintainers would have to manually adjust their requirements, they
      couldn't easily manage either 32bit or 64bit dependencies in a single
      Requires tag. While we don't ship 32bit packages, distributions like
      Fedora do.
      
      Now a user can easily target the right architecture on a multilib system
      with a single dependency:
      
          Requires: varnishd(abi)%{?_isa} = sha1
      
      This is already part of the upgrade notes I'm redacting and I will amend
      the wiki accordingly.
      8be1464b
    • Dridi Boukelmoune's avatar
      Bitful RPM varnishd(*) provides · 6e512d88
      Dridi Boukelmoune authored
      In other words on 64bit systems:
      
          Provides: varnishd(abi)(64bit) = sha1
          Provides: varnishd(vrt)(64bit) = x.y
      
      Same as VMOD virtual provides.
      6e512d88
  5. 09 Mar, 2018 9 commits
  6. 08 Mar, 2018 1 commit
  7. 06 Mar, 2018 1 commit
  8. 05 Mar, 2018 21 commits