r990 - in /zope2.10/trunk/debian: changelog patches/deb-zopeconf.dpatch

bzed-guest at users.alioth.debian.org bzed-guest at users.alioth.debian.org
Mon Aug 13 18:13:14 UTC 2007


Author: bzed-guest
Date: Mon Aug 13 18:13:13 2007
New Revision: 990

URL: http://svn.debian.org/wsvn/pkg-zope/?sc=1&rev=990
Log:
I was a bit blind here :\

Modified:
    zope2.10/trunk/debian/changelog
    zope2.10/trunk/debian/patches/deb-zopeconf.dpatch

Modified: zope2.10/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-zope/zope2.10/trunk/debian/changelog?rev=990&op=diff
==============================================================================
--- zope2.10/trunk/debian/changelog (original)
+++ zope2.10/trunk/debian/changelog Mon Aug 13 18:13:13 2007
@@ -3,7 +3,11 @@
   [ Jonas Meurer ]
   * Add a watch file.
 
- -- Jonas Meurer <mejo at debian.org>  Fri, 10 Aug 2007 17:38:14 +0200
+  [ Bernd Zeimetz ]
+  * Porting the new deb patch was a bit hasty, we should not use zope2.9
+    directories - fixing that.
+
+ -- Bernd Zeimetz <bernd at bzed.de>  Mon, 13 Aug 2007 20:11:39 +0200
 
 zope2.10 (2.10.4-1) unstable; urgency=low
 

Modified: zope2.10/trunk/debian/patches/deb-zopeconf.dpatch
URL: http://svn.debian.org/wsvn/pkg-zope/zope2.10/trunk/debian/patches/deb-zopeconf.dpatch?rev=990&op=diff
==============================================================================
--- zope2.10/trunk/debian/patches/deb-zopeconf.dpatch (original)
+++ zope2.10/trunk/debian/patches/deb-zopeconf.dpatch Mon Aug 13 18:13:13 2007
@@ -135,10 +135,10 @@
                           (targetdir, replacements, uid, gid))
 +            if layout == 'fhs':
 +                movedir(os.path.join(targetdir, 'etc'),
-+                        os.path.join('/etc/zope2.9', os.path.basename(targetdir)),
++                        os.path.join('/etc/zope2.10', os.path.basename(targetdir)),
 +                        uid, gid)
 +                movedir(os.path.join(targetdir, 'log'),
-+                        os.path.join('/var/log/zope2.9', os.path.basename(targetdir)),
++                        os.path.join('/var/log/zope2.10', os.path.basename(targetdir)),
 +                        uid, gid)
          finally:
              os.chdir(pwd)




More information about the pkg-zope-commits mailing list