=== modified file 'debian/changelog' --- debian/changelog 2008-11-07 04:58:26 +0000 +++ debian/changelog 2009-02-05 17:05:17 +0000 @@ -1,3 +1,11 @@ +gallery2 (2.3-1ubuntu1) jaunty; urgency=low + + * The symbolic link for /usr/share/gallery2/lib/smarty is not created + correctly in debian/postinst. Applied patch supplied by Dan Lenski that + creates the smarty symbolic link correctly. (LP: #269079). + + -- Charlie Smotherman Thu, 5 Feb 2008 11:01:59 +0500 + gallery2 (2.3-1) unstable; urgency=low * New upstream release (Closes: #502681) === modified file 'debian/control' --- debian/control 2008-11-07 04:54:58 +0000 +++ debian/control 2009-02-05 16:57:53 +0000 @@ -1,7 +1,8 @@ Source: gallery2 Section: web Priority: optional -Maintainer: Michael C. Schultheiss +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Michael C. Schultheiss Build-Depends: debhelper (>= 5) Standards-Version: 3.7.3 Homepage: http://gallery.sf.net === modified file 'debian/gallery2.postinst' --- debian/gallery2.postinst 2008-11-07 04:54:58 +0000 +++ debian/gallery2.postinst 2009-02-05 17:00:14 +0000 @@ -12,7 +12,7 @@ if [ -d /usr/share/gallery2/lib/smarty ]; then rm -rf /usr/share/gallery2/lib/smarty fi - ln -s /usr/share/php/smarty/libs /usr/share/gallery2/lib/smarty + ln -s /usr/share/php/smarty /usr/share/gallery2/lib/smarty fi if [ ! -L /usr/share/gallery2/lib/adodb ]; then