This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository netcdf-fortran.
commit d42fcba651147d7b85cc995087905b8441364332 Author: Bas Couwenberg <[email protected]> Date: Sat May 14 14:14:50 2016 +0200 Repack upstream tarball to excluded autom4te.cache directory. --- debian/changelog | 1 + debian/copyright | 1 + debian/watch | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d290b03..9700437 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ netcdf-fortran (4.4.4-1) UNRELEASED; urgency=medium * New upstream release. * Bump Standards-Version to 3.9.8, no changes. * Update symbols for 4.4.4. + * Repack upstream tarball to excluded autom4te.cache directory. -- Bas Couwenberg <[email protected]> Sat, 14 May 2016 13:56:46 +0200 diff --git a/debian/copyright b/debian/copyright index 0028442..4f3268e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,6 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: NetCDF-Fortran Upstream-Contact: University Corporation for Atmospheric Research/Unidata Source: https://github.com/Unidata/netcdf-fortran/releases +Files-Excluded: autom4te.cache/* Files: * Copyright: 1993-2014, University Corporation for Atmospheric Research/Unidata diff --git a/debian/watch b/debian/watch index d54d652..3e0130f 100644 --- a/debian/watch +++ b/debian/watch @@ -2,6 +2,7 @@ version=3 opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ uversionmangle=s/_/./g;s/(\d)[_\.\-\+]?((RC|rc|pre|dev|gamma|beta|alpha|b|a)[\-\.]?(\d*))$/$1~$3$4/;s/RC/rc/,\ -filenamemangle=s/(?:.*?)?[vr]?(\d[\d\.\-\w]*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/netcdf-fortran-$1.$2/ \ +filenamemangle=s/(?:.*?)?[vr]?(\d[\d\.\-\w]*)\.(tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))/netcdf-fortran-$1.$2/,\ +repacksuffix=+ds \ https://github.com/Unidata/netcdf-fortran/releases \ (?:.*/)*(?:rel|v|r|netcdf-fortran|)[\-\_]?(\d[\d\-\.\w]+)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf-fortran.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

