[Pkg-symfony-commits] [SCM] Doctrine repository under the pkg-symfony Debian group branch, master, updated. upstream/1.2.2-30-g382a542

root (none) root at localhost.
Sat Sep 11 11:27:50 UTC 2010


The following commit has been merged in the master branch:
commit d16f59c5bf70a5b53b5039daf1ce837cafe33b72
Author: Federico Gimenez Nieto <fgimenez at coit.es>
Date:   Sat Sep 11 13:00:09 2010 +0200

    Fixed installation path

diff --git a/debian/changelog b/debian/changelog
index 0eb06d6..48ecf21 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,9 @@ doctrine (1.2.3-1) unstable; urgency=low
   * New upstream version. (closes: #594410)
   * debian/rules: removed the comands related to test running, there are no tests
     included in this version (closes: #591115)
+  * debian/install: fixed path
   * Added doctrine ini file for php (closes: #590006), patch by Micah <micahg at ubuntu.com>
+    fixed with the new path
   * Removed patch for the test run.
   * debian/control: bumped standards version (3.9.1)
 
diff --git a/debian/doctrine.ini b/debian/doctrine.ini
index a139b37..a0996a3 100644
--- a/debian/doctrine.ini
+++ b/debian/doctrine.ini
@@ -1,2 +1,2 @@
 [Doctrine]
-; include_path=${include_path} ":/usr/share/php/Doctrine/lib"
\ No newline at end of file
+; include_path=${include_path} ":/usr/share/php/Doctrine"
\ No newline at end of file
diff --git a/debian/install b/debian/install
index 4860caa..06ee8ab 100644
--- a/debian/install
+++ b/debian/install
@@ -1,2 +1,2 @@
-Doctrine-*/lib	      usr/share/php/Doctrine
+Doctrine-*/*	      usr/share/php/Doctrine/
 debian/doctrine.ini   etc/php5/conf.d
\ No newline at end of file

-- 
Doctrine repository under the pkg-symfony Debian group



More information about the Pkg-symfony-commits mailing list