[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lintian: r706 - in trunk: checks debian testset/debconf/debian testset/diffs/debian



Author: rra
Date: 2006-08-18 23:25:04 +0200 (Fri, 18 Aug 2006)
New Revision: 706

Modified:
   trunk/checks/fields
   trunk/debian/changelog
   trunk/testset/debconf/debian/changelog
   trunk/testset/diffs/debian/changelog
Log:
  + [RA] ~ is now permitted in version numbers.  (Closes: #381965)

Modified: trunk/checks/fields
===================================================================
--- trunk/checks/fields	2006-07-26 00:25:21 UTC (rev 705)
+++ trunk/checks/fields	2006-08-18 21:25:04 UTC (rev 706)
@@ -756,7 +756,7 @@
 
 	# epoch check means nothing here... This check is only useful to detect
 	# weird characters in version (and to get the debian revision)
-	if ($ver =~ m/^(\d+:)?([-\.+:A-Z0-9]+?)(-[\.+A-Z0-9]+)?$/i) {
+	if ($ver =~ m/^(\d+:)?([-\.+:~A-Z0-9]+?)(-[\.+~A-Z0-9]+)?$/i) {
 		return ($1, $2, $3);
 	} else {
 		return ();

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2006-07-26 00:25:21 UTC (rev 705)
+++ trunk/debian/changelog	2006-08-18 21:25:04 UTC (rev 706)
@@ -14,6 +14,7 @@
     + [RA] Don't warn virtual-package-depends-without-real-package-depends
       for Recommends and rewrite the tag description to be more accurate.
       Thanks to Martin F. Krafft for the report.  (Closes: #370720)
+    + [RA] ~ is now permitted in version numbers.  (Closes: #381965)
   * checks/manpages{.desc,}:
     + [RA] Warn about manpage short descriptions of the form "manual page
       for program" (usually generated by help2man).
@@ -50,7 +51,7 @@
       therefore cause lintian to exit with non-zero status.  Thanks,
       Andree Leidenfrost and Martin F. Krafft.  (Closes: #377182, #374314)
 
- -- Russ Allbery <rra@debian.org>  Tue, 25 Jul 2006 17:20:15 -0700
+ -- Russ Allbery <rra@debian.org>  Fri, 18 Aug 2006 14:20:28 -0700
 
 lintian (1.23.22) unstable; urgency=low
 

Modified: trunk/testset/debconf/debian/changelog
===================================================================
--- trunk/testset/debconf/debian/changelog	2006-07-26 00:25:21 UTC (rev 705)
+++ trunk/testset/debconf/debian/changelog	2006-08-18 21:25:04 UTC (rev 706)
@@ -1,4 +1,4 @@
-debconf (1) unstable; urgency=low
+debconf (1~rc1) unstable; urgency=low
 
   * Initial Release
 

Modified: trunk/testset/diffs/debian/changelog
===================================================================
--- trunk/testset/diffs/debian/changelog	2006-07-26 00:25:21 UTC (rev 705)
+++ trunk/testset/diffs/debian/changelog	2006-08-18 21:25:04 UTC (rev 706)
@@ -1,4 +1,4 @@
-diffs (1-1) unstable; urgency=low
+diffs (1-1~lint1) unstable; urgency=low
 
   * Initial version
   (Closes: #123456)



Reply to: