~ubuntu-branches/ubuntu/lucid/php5/lucid

« back to all changes in this revision

Viewing changes to README.RELEASE_PROCESS

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-03-16 09:09:50 UTC
  • mfrom: (1.1.18 upstream) (0.3.10 sid)
  • Revision ID: james.westby@ubuntu.com-20100316090950-e36m0pzranoixifd
Tags: 5.3.2-1ubuntu1
* Merge from debian unstable: 
  - debian/control:
    * Dropped firebird2.1-dev, libc-client-dev, libmcrypt-dev as it is in universe.
    * Dropped libmysqlclient15-dev, build against mysql 5.1.
    * Dropped libcurl-dev not in the archive.
    * Suggest php5-suhosin rather than recommends.
    * Dropped php5-imap, php5-interbase, php5-mcrypt since we have versions already in
      universe.
    * Dropped libonig-dev and libqgdbm since its in universe. (will be re-added in lucid+1)
    * Dropped locales-all.
  - modulelist: Drop imap, interbase, and mcrypt.
  - debian/rules:
    * Dropped building of mcrypt, imap, and interbase.
    * Install apport hook for php5.
  - Dropped debian/patches/libedit_is_editline.patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
 
101
101
``sudo -u ezmlm ezmlm-sub ~ezmlm/primary-qa-tester/mod moderator-email-address``
102
102
 
103
 
3. Update the MD5 sums in ``qaweb/include/rc-md5sums.txt`` (no empty lines).
 
103
3. Update the MD5 sums in ``web/qa/trunk/include/rc-md5sums.txt`` (no empty lines).
104
104
 
105
 
4. Update in ``qaweb/include/release-qa.php`` constants with the new RC and
 
105
4. Update in ``web/qa/trunk/include/release-qa.php`` constants with the new RC and
106
106
commit this.
107
107
 
108
108
 a. ``$BUILD_TEST_RELEASES`` = array("4.4.7RC1", "5.2.2RC1")
111
111
 
112
112
 c. ``$RELEASE_PROCESS`` = array(4 => true, 5 => true)
113
113
 
114
 
1. Update in ``php-bugs-web/include/functions.inc`` the ``show_version_option``
 
114
1. Update in ``php-bugs/trunk/include/functions.inc`` the ``show_version_option``
115
115
function to include the new RC and commit.
116
116
 
117
117
2. Update ``phpweb/include/version.inc`` (x=major version number)