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

lintian: r459 - in trunk: debian frontend



Author: djpig
Date: 2005-07-24 01:22:25 +0200 (Sun, 24 Jul 2005)
New Revision: 459

Modified:
   trunk/debian/changelog
   trunk/frontend/lintian
Log:
Don't use dpkg --print-installation-architecture since
it is deprecated, use dpkg --print-architecture instead.


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2005-07-23 23:09:01 UTC (rev 458)
+++ trunk/debian/changelog	2005-07-23 23:22:25 UTC (rev 459)
@@ -1,5 +1,9 @@
 lintian (1.23.11) UNRELEASED; urgency=low
 
+  * frontend/lintian:
+    + [FL] Don't use dpkg --print-installation-architecture since
+      it is deprecated, use dpkg --print-architecture instead.
+  
   * debian/control:
     + [FL] Depend on libparse-debianchangelog-perl, require
       >= 0.6 since prior versions have bugs regarding parse

Modified: trunk/frontend/lintian
===================================================================
--- trunk/frontend/lintian	2005-07-23 23:09:01 UTC (rev 458)
+++ trunk/frontend/lintian	2005-07-23 23:22:25 UTC (rev 459)
@@ -385,7 +385,7 @@
 # LINTIAN_ARCH must have a value.
 unless (defined $LINTIAN_ARCH) {
     if ($LINTIAN_DIST) {
-	chop($LINTIAN_ARCH=`dpkg --print-installation-architecture`);
+	chop($LINTIAN_ARCH=`dpkg --print-architecture`);
     } else {
 	$LINTIAN_ARCH = 'any';
     }



Reply to: