Your message dated Sun, 25 Apr 2010 06:32:08 +0000
with message-id <e1o5vnw-00050s...@ries.debian.org>
and subject line Bug#576523: fixed in dh-make 0.54
has caused the Debian Bug report #576523,
regarding dh-make: dh_make fails with "Unable to make debian/source 
subdirectory: No such file or directory"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
576523: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=576523
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dh-make
Version: 0.53
Tags: patch

When using dh_make for the initial "debianization" of a source package,
dh_make fails with the message:

Unable to make debian/source subdirectory: No such file or directory 

This patch seems to solve the problem:

--- /usr/bin/dh_make.orig       2010-04-05 12:25:43.000000000 +0200
+++ /usr/bin/dh_make    2010-04-05 12:26:16.000000000 +0200
@@ -110,9 +110,9 @@
                }
        }
 
-       if ( ! -d 'debian/source' )
+       if ( ! -d 'source' )
        {
-               mkdir 'debian/source', 0755 or die "Unable to make 
debian/source subdirectory: $! \n";
+               mkdir 'source', 0755 or die "Unable to make source 
subdirectory: $! \n";
        }
 
        open OUT, ">$outfile" or die "Unable to open file $outfile for writing: 
$! \n";





--- End Message ---
--- Begin Message ---
Source: dh-make
Source-Version: 0.54

We believe that the bug you reported is fixed in the latest version of
dh-make, which is due to be installed in the Debian FTP archive:

dh-make_0.54.dsc
  to main/d/dh-make/dh-make_0.54.dsc
dh-make_0.54.tar.gz
  to main/d/dh-make/dh-make_0.54.tar.gz
dh-make_0.54_all.deb
  to main/d/dh-make/dh-make_0.54_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 576...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Craig Small <csm...@debian.org> (supplier of updated dh-make package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 25 Apr 2010 16:19:58 +1000
Source: dh-make
Binary: dh-make
Architecture: source all
Version: 0.54
Distribution: unstable
Urgency: low
Maintainer: Craig Small <csm...@debian.org>
Changed-By: Craig Small <csm...@debian.org>
Description: 
 dh-make    - tool that converts source archives into Debian package source
Closes: 576523 577537
Changes: 
 dh-make (0.54) unstable; urgency=low
 .
   * Fixed problem with checking debian/source not source Closes: #576523
   * Changed debhelper dependency to 7.0.50~ Closes: #577537
Checksums-Sha1: 
 de19913ab415c74f05d3bf1d4fc1d1068b473207 823 dh-make_0.54.dsc
 a7712afd587252386bf8d60fd7b37382c4161188 38194 dh-make_0.54.tar.gz
 20c4667923048d517c1a105705a5748995442257 42434 dh-make_0.54_all.deb
Checksums-Sha256: 
 b36253c675eaa4958b3d99700380b29c89dbaec4939f20ca63452b56401857d9 823 
dh-make_0.54.dsc
 ccc1b857036d8dbd0fc6105f4f4c311c92964ea8c8a30236bda2247250df7d2d 38194 
dh-make_0.54.tar.gz
 981e615fa37a06947b1f908c84995158cd2f65c20da4decfdc002c3a7c7791e6 42434 
dh-make_0.54_all.deb
Files: 
 f9325c92257828a4ae55308da31f9038 823 devel optional dh-make_0.54.dsc
 6227b62c4305358ecd1fd0e5b8ff0d0f 38194 devel optional dh-make_0.54.tar.gz
 aa721b7da9e54c6f1a3c15aaf604f65a 42434 devel optional dh-make_0.54_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFL0+Agx2zlrBLK36URAs/cAKCZhgkmATC6NSHrUWknrXJnAUIswwCePfB3
sCadgSXelbblItAJvDPIqhQ=
=TKls
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to