A third digit to the Release Number is no longer added, because the release number currently consists of only two digits.
authorKatharina Sommer <sommer@schlittermann.de>
Thu, 30 May 2013 10:17:43 +0200
changeset 9 25921fa4d40f
parent 8 31d1807b55d8
child 10 0b560168af46
A third digit to the Release Number is no longer added, because the release number currently consists of only two digits.
check_release.pl
debian/changelog
--- 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;
 }
 
--- 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 <sommer@schlittermann.de>  Wed, 29 May 2013 15:01:18 +0200
+
 nagios-plugin-release (2.3) stable; urgency=low
 
   * fixing lintian errors and warnings