Hi,

it fails in making orig.tar.gz:
> $ dh_make -s --createorig
snip
> Hit <enter> to confirm:
> tar: Cowardly refusing to create an empty archive
> Try `tar --help' or `tar --usage' for more information.

The argument of tar seems not to suffice.

--- dh_make.orig
+++ dh_make
@@ -515,7 +515,7 @@
                        }
                } else {
                        if ($create_orig_tar) {
-                               system('tar', 'cfz', 
"../$package_name\_$version.orig.tar.gz");
+                               system('tar', 'cfz', 
"../$package_name\_$version.orig.tar.gz", ".");
                        } else {
                                print "Could not find 
$package_name\_$version.orig.tar.gz\n";
                                print "Either specify an alternate file to use 
with -f,\n";



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

Reply via email to