Source: debhelper
Version: 11.2.1
Severity: wishlist
Tags: patch

Hi,

Please clarify the order of packages returned from dh_listpackages.
Patch attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/dh_listpackages b/dh_listpackages
index 170f16b..3ffbc5f 100755
--- a/dh_listpackages
+++ b/dh_listpackages
@@ -23,6 +23,8 @@ packages debhelper commands will act on. If you pass it some 
options, it
 will change the list to match the packages other debhelper commands would
 act on if passed the same options.
 
+Packages are returned in the order they appear in F<debian/control>.
+
 =cut
 
 $dh{BLOCK_NOOP_WARNINGS}=1;

Reply via email to