This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository libepsilon.
commit bcf8584c0746ac532e941d77da50251b44ee251e Author: Bas Couwenberg <[email protected]> Date: Fri Mar 11 01:10:56 2016 +0100 Update watch file to handle common issues. --- debian/changelog | 1 + debian/watch | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4a7a65c..c98763b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libepsilon (0.9.2-4) UNRELEASED; urgency=medium * Update Vcs-* URLs to use HTTPS. + * Update watch file to handle common issues. -- Bas Couwenberg <[email protected]> Fri, 11 Mar 2016 01:05:41 +0100 diff --git a/debian/watch b/debian/watch index a1af63c..2c95762 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,7 @@ -# See uscan(1) for format -# Compulsory line, this is a version 3 file version=3 -# To find new files on sourceforge, for devscripts >= 2.9 -http://sf.net/epsilon-project/epsilon-(.*)\.tar\.gz +opts=\ +dversionmangle=s/\+(debian|dfsg|ds|deb)\d*$//,\ +uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/;s/RC/rc/,\ +repacksuffix=+ds \ +http://sf.net/epsilon-project/ \ +epsilon-(.*)\.(?:tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libepsilon.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

