# HG changeset patch # User Katharina Sommer # Date 1369901863 -7200 # Node ID 25921fa4d40f352d3a52fcf379ac46c5b9d21da9 # Parent 31d1807b55d8a78038333c692748cef000508d4d A third digit to the Release Number is no longer added, because the release number currently consists of only two digits. diff -r 31d1807b55d8 -r 25921fa4d40f check_release.pl --- a/check_release.pl Tue Oct 04 14:45:36 2011 +0200 +++ b/check_release.pl Thu May 30 10:17:43 2013 +0200 @@ -80,10 +80,6 @@ } close(CR); - if ((length $current_release == 3) && ($current_release =~ /0$/)) { - $current_release = "$current_release.0"; - } - return $current_release; } diff -r 31d1807b55d8 -r 25921fa4d40f debian/changelog --- a/debian/changelog Tue Oct 04 14:45:36 2011 +0200 +++ b/debian/changelog Thu May 30 10:17:43 2013 +0200 @@ -1,3 +1,11 @@ +nagios-plugin-release (2.3+nmu1) stable; urgency=low + + * Non-maintainer upload. + * A third digit to the Release Number is no longer added, because the + release number consists of only two digits since wheezy + + -- Katharina Sommer Wed, 29 May 2013 15:01:18 +0200 + nagios-plugin-release (2.3) stable; urgency=low * fixing lintian errors and warnings