Author: djpig
Date: 2006-01-19 14:28:21 +0100 (Thu, 19 Jan 2006)
New Revision: 544

Modified:
   trunk/checks/debhelper
   trunk/debian/changelog
Log:
Indicate where we found which compat version in
declares-possibly-conflicting-debhelper-compat-versions
(Closes: #329953)


Modified: trunk/checks/debhelper
===================================================================
--- trunk/checks/debhelper      2006-01-19 13:22:11 UTC (rev 543)
+++ trunk/checks/debhelper      2006-01-19 13:28:21 UTC (rev 544)
@@ -144,7 +144,7 @@
        if ($compat) {
            chomp $compat;
            if ($needversiondepends) {
-               tag "declares-possibly-conflicting-debhelper-compat-versions", 
"$needversiondepends $compat";
+               tag "declares-possibly-conflicting-debhelper-compat-versions", 
"rules=$needversiondepends compat=$compat";
            } else {
                $needversiondepends = $compat;
            }

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-01-19 13:22:11 UTC (rev 543)
+++ trunk/debian/changelog      2006-01-19 13:28:21 UTC (rev 544)
@@ -13,6 +13,9 @@
   * checks/debhelper:
     + [FL] Also check for debhelper build-dependency in debhelper-using
       cdbs based packages
+    + [FL] Indicate where we found which compat version in
+      declares-possibly-conflicting-debhelper-compat-versions
+      (Closes: #329953)
   * checks/fields:
     + [FL] Allow version numbers of 0 by correctly checking the output
       of _valid_version for definedness and not the boolean value


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to