Commit 6c90eb77 authored by Denes Matetelki's avatar Denes Matetelki Committed by Dridi Boukelmoune

Multiple lintian warning fixes

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"
parent 8a6b3517
Source: varnish Source: varnish
Section: @SECTION@/web Section: web
Priority: optional Priority: optional
Maintainer: Varnish Software <opensource@varnish-software.com> Maintainer: Varnish Software <opensource@varnish-software.com>
Build-Depends: Build-Depends:
...@@ -58,7 +58,7 @@ Description: state of the art, high-performance web accelerator ...@@ -58,7 +58,7 @@ Description: state of the art, high-performance web accelerator
* Graceful handling of "dead" backends * Graceful handling of "dead" backends
Package: varnish-dev Package: varnish-dev
Section: @SECTION@/libdevel Section: libdevel
Architecture: any Architecture: any
Depends: Depends:
${shlibs:Depends}, ${shlibs:Depends},
......
Copyright (c) 2006 Verdens Gang AS
Copyright (c) 2006-2018 Varnish Software AS
All rights reserved.
Redistribution and use in source and binary forms, with or without Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions modification, are permitted provided that the following conditions
are met: are met:
......
...@@ -61,7 +61,6 @@ FULL_VERSION="$VERSION${RELEASE:+~}$RELEASE-$DEBVERSION" ...@@ -61,7 +61,6 @@ FULL_VERSION="$VERSION${RELEASE:+~}$RELEASE-$DEBVERSION"
cp -r -L ../debian "$DIST_DIR"/ cp -r -L ../debian "$DIST_DIR"/
sed -i -e "s|@SECTION@|varnish-$MAJOR|" "$DIST_DIR/debian/control"
sed -i -e "s|@VERSION@|$FULL_VERSION|" "$DIST_DIR/debian/changelog" sed -i -e "s|@VERSION@|$FULL_VERSION|" "$DIST_DIR/debian/changelog"
tar zcf "$DIST_DIR.orig.tar.gz" "$DIST_DIR"/ tar zcf "$DIST_DIR.orig.tar.gz" "$DIST_DIR"/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment