[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Freeze Exception for php5-symfony



On Tue, 2008-12-02 at 16:49 +0000, Martin Meredith wrote:
> Hey there.
> 
> I've just recieved a bug from a user regarding the fact that the Symfony
> package in testing can't be used for anything other than maintaining a
> current codebase that uses symfony. It can't currently create a new
> project, which I believe that people should be able to.
> 
> I added this functionality to the 1.0.18 version after someone privately
> poked me to tell me what the issues were (the scripts hadn't had the
> replacements put in them for the paths)
> 
> I'd like to request a freeze exception, as I think this would be
> beneficial to the end users. 
> 
> The easier way would be to let the package come through from unstable,
> however, if it's deemed neccessary, I can create a diff for changing the
> testing packages to only have those changes as neccessary to fix this
> issue.
> 
> Bug number is 507572

After speaking to HE, attached is a diff that will only fix the bug for
testing.


diff -Naur symfony-1.0.17-3/debian/changelog symfony-1.0.17/debian/changelog
--- symfony-1.0.17-3/debian/changelog	2008-12-02 17:32:35.000000000 +0000
+++ symfony-1.0.17/debian/changelog	2008-12-02 17:38:08.000000000 +0000
@@ -1,3 +1,9 @@
+symfony (1.0.17-4) testing-proposed-updates; urgency=low
+
+  * Fix issues with not being able to create projects (Closes: #507572)
+
+ -- Martin Meredith <mez@ubuntu.com>  Tue, 02 Dec 2008 17:27:22 +0000
+
 symfony (1.0.17-3) unstable; urgency=low
 
   * Added Watch File now that upstream makes it possible to watch
diff -Naur symfony-1.0.17-3/debian/rules symfony-1.0.17/debian/rules
--- symfony-1.0.17-3/debian/rules	2008-12-02 17:32:35.000000000 +0000
+++ symfony-1.0.17/debian/rules	2008-12-02 17:34:10.000000000 +0000
@@ -36,6 +36,11 @@
 	# stop lintian complaining about modes
 	find -perm -a=x -type f | xargs chmod -c a-x 
 
+	# replacements
+	
+	sed -i -e "s#'@PEAR-DIR@/symfony'#'$(PEAR_LIB_DIR)/symfony'#" ./debian/php5-symfony1.0$(PEAR_DATA_DIR)/symfony/bin/symfony
+	sed -i -e "s#'@DATA-DIR@/symfony'#'$(PEAR_DATA_DIR)/symfony'#" ./debian/php5-symfony1.0$(PEAR_DATA_DIR)/symfony/bin/symfony
+
 	chmod a+x ./debian/php5-symfony1.0$(PEAR_DATA_DIR)/symfony/bin/create_sandbox.sh
 	chmod a+x ./debian/php5-symfony1.0$(PEAR_DATA_DIR)/symfony/bin/symfony
 	chmod a+x ./debian/php5-symfony1.0$(PEAR_LIB_DIR)/symfony/vendor/propel-generator/bin/propel-gen

Attachment: signature.asc
Description: This is a digitally signed message part


Reply to: