[Python-modules-commits] r9105 - in packages/python-traitsbackendwx/trunk/debian (4 files)

varun at users.alioth.debian.org varun at users.alioth.debian.org
Tue Jul 21 01:42:27 UTC 2009


    Date: Tuesday, July 21, 2009 @ 01:42:27
  Author: varun
Revision: 9105

New upstream release

Modified:
  packages/python-traitsbackendwx/trunk/debian/changelog
  packages/python-traitsbackendwx/trunk/debian/control
  packages/python-traitsbackendwx/trunk/debian/copyright
  packages/python-traitsbackendwx/trunk/debian/rules

Modified: packages/python-traitsbackendwx/trunk/debian/changelog
===================================================================
--- packages/python-traitsbackendwx/trunk/debian/changelog	2009-07-21 01:01:51 UTC (rev 9104)
+++ packages/python-traitsbackendwx/trunk/debian/changelog	2009-07-21 01:42:27 UTC (rev 9105)
@@ -1,3 +1,9 @@
+python-traitsbackendwx (3.2.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Varun Hiremath <varun at debian.org>  Mon, 20 Jul 2009 21:03:50 -0400
+
 python-traitsbackendwx (3.1.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-traitsbackendwx/trunk/debian/control
===================================================================
--- packages/python-traitsbackendwx/trunk/debian/control	2009-07-21 01:01:51 UTC (rev 9104)
+++ packages/python-traitsbackendwx/trunk/debian/control	2009-07-21 01:42:27 UTC (rev 9105)
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: Varun Hiremath <varun at debian.org>
-Build-Depends: cdbs, debhelper (>= 6), python-all-dev, python-central (>= 0.6), python-setupdocs
-Standards-Version: 3.8.0
+Build-Depends: cdbs, debhelper (>= 6), python-all-dev, python-central (>= 0.6)
+Build-Depends-Indep: python-setupdocs
+Standards-Version: 3.8.2
 Homepage: http://pypi.python.org/pypi/TraitsBackendWX
 XS-Python-Version: current
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-traitsbackendwx/trunk

Modified: packages/python-traitsbackendwx/trunk/debian/copyright
===================================================================
--- packages/python-traitsbackendwx/trunk/debian/copyright	2009-07-21 01:01:51 UTC (rev 9104)
+++ packages/python-traitsbackendwx/trunk/debian/copyright	2009-07-21 01:42:27 UTC (rev 9105)
@@ -5,8 +5,8 @@
 
 Upstream Author: Enthought, Inc.
 
-Copyright: (c) 2003-2008, Enthought, Inc. All rights reserved.
-	   (c) 2007-2008, Riverbank Computing Limited
+Copyright: © 2003-2008, Enthought, Inc. All rights reserved.
+	   © 2007-2008, Riverbank Computing Limited
 
 License:
     Redistribution and use in source and binary forms, with or without
@@ -48,7 +48,7 @@
 released under a 3 clause BSD license.
 
 On Debian systems, the complete text of the LGPL License can be 
-found in `/usr/share/common-licenses/LGPL'.
+found in `/usr/share/common-licenses/LGPL-2'.
 
 On Debian systems, the complete text of the BSD License can be 
 found in `/usr/share/common-licenses/BSD'.
@@ -270,5 +270,5 @@
     a jury trial in any resulting litigation.
 ---------------------------------------------------------------------------
 
-The Debian packaging is (C) 2008 Varun Hiremath <varun at debian.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is © 2008 Varun Hiremath <varun at debian.org> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.

Modified: packages/python-traitsbackendwx/trunk/debian/rules
===================================================================
--- packages/python-traitsbackendwx/trunk/debian/rules	2009-07-21 01:01:51 UTC (rev 9104)
+++ packages/python-traitsbackendwx/trunk/debian/rules	2009-07-21 01:42:27 UTC (rev 9105)
@@ -7,9 +7,13 @@
 
 DEB_COMPRESS_EXCLUDE		:= .py
 DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
+PYSHARED			 = $(DEB_DESTDIR)`pycentral pycentraldir python-traitsbackendwx`
 
 install/python-traitsbackendwx::
 	find $(DEB_DESTDIR) -name 'image_LICENSE.txt' -delete
 
+binary-predeb/python-traitsbackendwx::
+	find $(PYSHARED) -type f | xargs chmod 644
+
 get-orig-source:
 	-uscan --upstream-version 0 --rename




More information about the Python-modules-commits mailing list