Package: dh-make-drupal
Version: 0.3-1
Severity: normal

By executing dh-make-drupal, the changelog generated does not contain correct information of maintainer. dh-make-drupal does not manage debian variables for building packages, DEBEMAIL and DEBFULLNAME.
Please use them, if they are setted.

Posibly initial patch

diff -Nuar /usr/bin/dh-make-drupal.orig  /usr/bin/dh-make-drupal
--- /usr/bin/dh-make-drupal.orig    2009-05-18 16:54:45.000000000 +0200
+++ /usr/bin/dh-make-drupal    2009-05-18 16:55:48.000000000 +0200
@@ -279,8 +279,8 @@
      @project = @release.project
      @version = @release.version
      @author = @project.author
-      @maint_name = Etc::getpwuid.gecos.gsub /,+$/, ''
-      @maint_mail = ENV['EMAIL']
+      @maint_name = ENV['DEBFULLNAME']
+      @maint_mail = ENV['DEBEMAIL']
      @pkgname = PackageName.for(@project.name, @project.p_type, @d_ver)
      @tarball = down.filename
      @instdir = '%s-%s' % [...@pkgname, @release.version]


Thanks





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

Reply via email to