dh_xul-ext -V (return code: 1)
Traceback (most recent call last):
File "/usr/bin/dh_xul-ext", line 444, in <module>
main()
File "/usr/bin/dh_xul-ext", line 426, in main
options.packages = get_all_packages()
File "/usr/bin/dh_xul-ext", line 267, in get_all_packages
lines = open("debian/control").readlines()
IOError: [Errno 2] No such file or directory: 'debian/control'
dh_xul-ext --help (return code: 0)
Usage: dh_xul-ext [options]
Options:
-h, --help show this help message and exit
--all expand substvars to all known XUL applications (not
only of your distribution)
-p PACKAGE, --package=PACKAGE
calculate substvars only for the specified PACKAGE
-v, --verbose print more information
See dh_xul-ext(1) for more info.