r2748 - in zope2.13/trunk/debian (4 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Wed Sep 11 08:00:51 UTC 2013
Date: Wednesday, September 11, 2013 @ 08:00:30
Author: arnau
Revision: 2748
New upstream release fixing security issues.
Modified:
zope2.13/trunk/debian/changelog
zope2.13/trunk/debian/control
zope2.13/trunk/debian/patches/build_resources.patch
zope2.13/trunk/debian/zopeZVER-sandbox.templates.in
Modified: zope2.13/trunk/debian/changelog
===================================================================
--- zope2.13/trunk/debian/changelog 2013-07-16 09:02:30 UTC (rev 2747)
+++ zope2.13/trunk/debian/changelog 2013-09-11 08:00:30 UTC (rev 2748)
@@ -1,3 +1,14 @@
+zope2.13 (2.13.21-1) unstable; urgency=high
+
+ * New upstream release fixing security issues.
+ * debian/control:
+ + Make Vcs-Svn URI canonical.
+ * debian/zopeZVER-sandbox.templates.in:
+ + Fix lintian error as it expects 'for internal use', not 'Internal use'
+ for debconf fields not intended for users to see.
+
+ -- Arnaud Fontaine <arnau at debian.org> Wed, 11 Sep 2013 16:39:52 +0900
+
zope2.13 (2.13.20-1) unstable; urgency=low
[ Jonas Meurer ]
Modified: zope2.13/trunk/debian/control
===================================================================
--- zope2.13/trunk/debian/control 2013-07-16 09:02:30 UTC (rev 2747)
+++ zope2.13/trunk/debian/control 2013-09-11 08:00:30 UTC (rev 2748)
@@ -12,7 +12,7 @@
X-Python-Version: 2.7
Homepage: http://zope2.zope.org/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-zope/zope2.13/trunk
-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope2.13/trunk
+Vcs-Svn: svn://anonscm.debian.org/pkg-zope/zope2.13/trunk
Package: zope2.13
Architecture: any
Modified: zope2.13/trunk/debian/patches/build_resources.patch
===================================================================
--- zope2.13/trunk/debian/patches/build_resources.patch 2013-07-16 09:02:30 UTC (rev 2747)
+++ zope2.13/trunk/debian/patches/build_resources.patch 2013-09-11 08:00:30 UTC (rev 2748)
@@ -80,7 +80,7 @@
+# TODO Parse the version information from version.txt
+VERSIONS = {'name': 'Zope2',
+ 'major_minor_version': '2.13',
-+ 'point_version': '20',
++ 'point_version': '21',
+ 'pip_version': '0.8.1',
+ }
+complete_version = '%s.%s' % (VERSIONS['major_minor_version'],
Modified: zope2.13/trunk/debian/zopeZVER-sandbox.templates.in
===================================================================
--- zope2.13/trunk/debian/zopeZVER-sandbox.templates.in 2013-07-16 09:02:30 UTC (rev 2747)
+++ zope2.13/trunk/debian/zopeZVER-sandbox.templates.in 2013-09-11 08:00:30 UTC (rev 2748)
@@ -1,3 +1,3 @@
Template: zope at ZVER@-sandbox/internal
Type: note
-Description: Internal use
+Description: for internal use
More information about the pkg-zope-developers
mailing list