~clint-fewbar/ubuntu/precise/php5/php5-5.4-merge

« back to all changes in this revision

Viewing changes to debian/patches/ubuntu/ubuntu-php-version.patch

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-02-22 09:46:37 UTC
  • mfrom: (1.1.20) (0.3.18 sid)
  • Revision ID: package-import@ubuntu.com-20110222094637-nlu2tvb7oqgaarl0
Tags: 5.3.5-1ubuntu1
* Merge from debian/unstable. Remaining changes:
 - 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, sybase, and mcrypt.
  - debian/rules:
    * Dropped building of mcrypt, imap, and interbase.
    * Install apport hook for php5.
    * stop mysql instance on clean just in case we failed in tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
diff -Naurp php-5.3.3.orig//main/php_version.h php-5.3.3//main/php_version.h
2
 
--- php-5.3.3.orig//main/php_version.h  2010-07-21 06:50:07.000000000 -0400
3
 
+++ php-5.3.3//main/php_version.h       2010-08-01 12:37:30.685056034 -0400
4
 
@@ -4,5 +4,5 @@
 
1
diff -Naurp php5-5.3.5.orig//main/php_version.h php5-5.3.5//main/php_version.h
 
2
--- php5-5.3.5.orig//main/php_version.h 2011-02-16 04:13:02.000000000 -0500
 
3
+++ php5-5.3.5//main/php_version.h      2011-02-22 10:15:10.171360931 -0500
 
4
@@ -3,6 +3,6 @@
 
5
 #define PHP_MAJOR_VERSION 5
5
6
 #define PHP_MINOR_VERSION 3
6
 
 #define PHP_RELEASE_VERSION 3
7
 
 #define PHP_EXTRA_VERSION ""
8
 
-#define PHP_VERSION "5.3.3"
9
 
+#define PHP_VERSION "5.3.3-1ubuntu1"
10
 
 #define PHP_VERSION_ID 50303
 
7
 #define PHP_RELEASE_VERSION 5
 
8
-#define PHP_EXTRA_VERSION ""
 
9
+#define PHP_EXTRA_VERSION "5.3.5-1ubuntu1"
 
10
 #define PHP_VERSION "5.3.5"
 
11
 #define PHP_VERSION_ID 50305