=== modified file 'debian/changelog' --- debian/changelog 2008-11-07 04:58:26 +0000 +++ debian/changelog 2009-02-01 07:21:53 +0000 @@ -1,3 +1,12 @@ +gallery2 (2.3-0ubuntu2) 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). + * Made Ubuntu changes to debian/changelog and debian/control. + + -- Charlie Smotherman Sun, 01 Feb 2008 01:12:26 +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-01 07:14:23 +0000 @@ -1,7 +1,7 @@ Source: gallery2 Section: web Priority: optional -Maintainer: Michael C. Schultheiss +Maintainer: Charlie Smotherman 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-01 07:06:48 +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