tags 529310 + pending, patch
thanks

Hi,

Thank you for pointing it out - I added it to my working version in
the Git repository, it will be included for the next upload.

FWIW, I reworded your patch to make it more robust - use either the
usual Debian environment variable as you suggested or the method I was
previously using, whatever is available:

diff --git a/dh-make-drupal b/dh-make-drupal
index 467b190..9033561 100755
--- a/dh-make-drupal
+++ b/dh-make-drupal
@@ -279,8 +279,8 @@ module DrupalProject
       @project = @release.project
       @version = @release.version
       @author = @project.author
-      @maint_name = Etc::getpwuid.gecos.gsub /,+$/, ''
-      @maint_mail = ENV['EMAIL']
+      @maint_name = ENV['DEBFULLNAME'] || Etc::getpwuid.gecos.gsub(/,+$/, '')
+      @maint_mail = ENV['DEBEMAIL'] || ENV['EMAIL']
       @pkgname = PackageName.for(@project.name, @project.p_type, @d_ver)
       @tarball = down.filename
       @instdir = '%s-%s' % [...@pkgname, @release.version]


-- 
Gunnar Wolf - gw...@gwolf.org - (+52-55)5623-0154 / 1451-2244
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to