X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=dh_listpackages;h=1123e6d2d7b09b3d0d58caa7137f3aeb952e4ddf;hb=5c808f0c60445978cb180202a9f760032d24f742;hp=7a764af5be0e8b3fac805c934ccc9da843d67e7a;hpb=75275ded89f0b456e7e396008af153d26bb35626;p=debhelper.git diff --git a/dh_listpackages b/dh_listpackages index 7a764af..1123e6d 100755 --- a/dh_listpackages +++ b/dh_listpackages @@ -2,7 +2,7 @@ # # Output a list of all packages debhelper will act on. -BEGIN { push @INC, "debian", "/usr/lib/debhelper" } -use Dh_Lib; +use Debian::Debhelper::Dh_Lib; init(); print join("\n",@{$dh{DOPACKAGES}})."\n"; +