Your message dated Sun, 06 Sep 2009 10:05:28 +0000
with message-id <[email protected]>
and subject line Bug#446381: fixed in dh-make 0.49
has caused the Debian Bug report #446381,
regarding dh-make: please add support for SOURCE_FILE template variable
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 [email protected]
immediately.)
--
446381: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=446381
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: dh-make
Version: 0.44
Severity: wishlist
Tags: patch
Hi,
it would nice to be able to access source file name in template files. I felt
that need when trying to write a template README.Debian-source for softwares
that always need to be repackaged the same way.
Here is a patch proposal.
arno
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.22-2-486
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages dh-make depends on:
ii debhelper 5.0.57 helper programs for debian/rules
ii dpkg-dev 1.14.7 package building tools for Debian
ii make 3.81-3 The GNU version of the "make" util
ii perl 5.8.8-11 Larry Wall's Practical Extraction
dh-make recommends no packages.
-- no debconf information
--- /usr/bin/dh_make 2007-08-31 08:36:25.000000000 +0200
+++ dh_make 2007-10-12 19:16:49.000000000 +0200
@@ -80,6 +80,7 @@
$line =~ s/#PHONY_CONFIGURE#/$main::PHONY_CONFIGURE/g;
$line =~ s/#CDBS_CLASS#/$main::CDBS_CLASS/g;
$line =~ s/#BUILD_DEPS#/$main::BUILD_DEPS/g;
+ $line =~ s/#SOURCE_FILE#/$main::source_file/g;
print OUT $line;
}
--- End Message ---
--- Begin Message ---
Source: dh-make
Source-Version: 0.49
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.49.dsc
to pool/main/d/dh-make/dh-make_0.49.dsc
dh-make_0.49.tar.gz
to pool/main/d/dh-make/dh-make_0.49.tar.gz
dh-make_0.49_all.deb
to pool/main/d/dh-make/dh-make_0.49_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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Craig Small <[email protected]> (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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 06 Sep 2009 18:36:14 +1000
Source: dh-make
Binary: dh-make
Architecture: source all
Version: 0.49
Distribution: unstable
Urgency: low
Maintainer: Craig Small <[email protected]>
Changed-By: Craig Small <[email protected]>
Description:
dh-make - tool that converts source archives into Debian package source
Closes: 446381 493888 522363 531092 531602 540370 540740 543395
Changes:
dh-make (0.49) unstable; urgency=low
.
[ Bernd Zeimetz ]
* Fixing dhusername comment in manpage.xml.ex to use existing
entities.
.
[ أحمد المحمودي (Ahmed El-Mahmoudy) ]
* Standards version now 3.8.3
* Simplified debhelper rules files.
* Added DH7_ADDON substitution variable
* For quilt patch system, BUILD_DEP on version 0.46-7~ to support debhelper
7 addon system.
.
[ Craig Small ]
* Removed example dirs file Closes: #540370
* LSB example init.d exits 0 Closes: #531602
* Applied Ben's 'Debianize' patches Closes: #522363
* Removed dh_python from debiank rules, others gone already due to
simple rules Closes: #493888
* Fixed #PACKAGE typo in init.d.lsb.ex Closes: #531092
* SOURCE_FILE_BASE defined Closes: #446381
* Adjusted the notes in the license files and added README about it
Closes: #540740
* Added README.source example Closes: #543395
Checksums-Sha1:
19fc63776acce50c872a15c663b730dc7770ca07 807 dh-make_0.49.dsc
9b89f232d37fd7d4e130b98486e49273dfca3868 40887 dh-make_0.49.tar.gz
f7ec4bbb5a50f85de4da9639566fbc2b2c4ada56 43784 dh-make_0.49_all.deb
Checksums-Sha256:
090b5403ea0841380923cecc2ea21decf83350035ec383a5bc5a4953ff1a9e74 807
dh-make_0.49.dsc
0b4d9b26fb5f81525fd7d3fc25e633cd829f0019c9fc710fdcfe4116612558a4 40887
dh-make_0.49.tar.gz
eef48717f84c79f7821b92364c24a178512e8e071da2851fcf5f812087849c2f 43784
dh-make_0.49_all.deb
Files:
165fb4e3a8dbdd8c17113e34dd648cca 807 devel optional dh-make_0.49.dsc
5d6028137f1bc680ff4de21b8982c2b8 40887 devel optional dh-make_0.49.tar.gz
1887ce94cf14841486382fc3789321b4 43784 devel optional dh-make_0.49_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iD8DBQFKo3o4x2zlrBLK36URAqg5AJ9U5hq1xJ+DRIDGsbri0uQeMbxETgCfTx93
VGTILzC4pbX2CYO50SevR3Y=
=oZX2
-----END PGP SIGNATURE-----
--- End Message ---