Hi,<br><br>I would like to commit the attached diffs to branches/drupal7 . But first of all, do I have commit right?<br><br>1) During building I get this warning:<br>[...]<br>dh_installdeb<br>dh_gencontrol -- -V&#39;debconf-depends=debconf (&gt;= )&#39;<br>


dpkg-gencontrol: warning: unused substitution variable ${debconf-depends}<br>
dh_md5sums<br>[...]<br><br>It wants to set ${debconf-depends} to $(MINDEBCONFVER) which is not defined. Also, debian/control doesn&#39;t have ${debconf-depends} (anymore I suppose). Also, debconf dependency is handled by ${misc:Depends} correctly.<br>


<br>2) Use quilt 3.0 source package format. It has many advantages, including multiple source tarballs for a package. Thus I open a RFC here if it would be better to ship Drupal7 with some extra modules added this way. Let it be CCK or any other that may needed by a lot of users.<br>


<br>3) My own patch fixing a bunch of warnings during install (and maybe later). Drupal7 uses date_create(). As noted by the documentation[1], timezones must be correctly set and do not use the settings of the system:<br>


&quot;Note: Since PHP 5.1.0 (when the date/time functions were rewritten), every call to a date/time function will generate a E_NOTICE if the timezone isn&#39;t valid, and/or a E_WARNING message if using the system settings or the TZ environment variable.&quot; As Sid uses PHP 5.3, date_default_timezone_set() must be used.<br>


<br>If I can&#39;t commit them, I would be happy if someone do it for me.<br><br>Last but not least, can debian/drupal6.* be deleted?<br><br>Regards,<br>Kinga<br>[1] <a href="http://www.php.net/manual/en/function.date-default-timezone-set.php" target="_blank">http://www.php.net/manual/en/function.date-default-timezone-set.php</a><br>