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

varun at users.alioth.debian.org varun at users.alioth.debian.org
Fri Jul 17 23:18:58 UTC 2009


    Date: Friday, July 17, 2009 @ 23:18:57
  Author: varun
Revision: 9074

* New upstream release
* Fix lintian warnings in debian/copyright
* Bump Standards-Version to 3.8.2
* Remove embedded jquery files and create links to files provided in
  libjs-jquery package

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

Modified: packages/python-apptools/trunk/debian/changelog
===================================================================
--- packages/python-apptools/trunk/debian/changelog	2009-07-17 22:42:05 UTC (rev 9073)
+++ packages/python-apptools/trunk/debian/changelog	2009-07-17 23:18:57 UTC (rev 9074)
@@ -1,3 +1,13 @@
+python-apptools (3.3.0-1) unstable; urgency=low
+
+  * New upstream release
+  * Fix lintian warnings in debian/copyright
+  * Bump Standards-Version to 3.8.2
+  * Remove embedded jquery files and create links to files provided in
+    libjs-jquery package
+
+ -- Varun Hiremath <varun at debian.org>  Fri, 17 Jul 2009 19:08:17 -0400
+
 python-apptools (3.2.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-apptools/trunk/debian/control
===================================================================
--- packages/python-apptools/trunk/debian/control	2009-07-17 22:42:05 UTC (rev 9073)
+++ packages/python-apptools/trunk/debian/control	2009-07-17 23:18:57 UTC (rev 9074)
@@ -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, libjs-jquery
+Standards-Version: 3.8.2
 Homepage: http://pypi.python.org/pypi/AppTools
 XS-Python-Version: current
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-apptools/trunk

Modified: packages/python-apptools/trunk/debian/copyright
===================================================================
--- packages/python-apptools/trunk/debian/copyright	2009-07-17 22:42:05 UTC (rev 9073)
+++ packages/python-apptools/trunk/debian/copyright	2009-07-17 23:18:57 UTC (rev 9074)
@@ -5,8 +5,8 @@
 
 Upstream Author: Enthought, Inc.
 
-Copyright: (c) 2003-2008, Enthought, Inc. All rights reserved.
-	   (c) 2008, Riverbank Computing Limited
+Copyright: © 2003-2008, Enthought, Inc. All rights reserved.
+	   © 2008, Riverbank Computing Limited
 
 License:
     Redistribution and use in source and binary forms, with or without
@@ -54,5 +54,5 @@
 found in `/usr/share/common-licenses/BSD'.
 
 ---------------------------------------------------------------------------
-The Debian packaging is (C) 2008 Varun Hiremath <varun at debian.org> and
+The Debian packaging is © 2008 Varun Hiremath <varun at debian.org> and
 is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Modified: packages/python-apptools/trunk/debian/rules
===================================================================
--- packages/python-apptools/trunk/debian/rules	2009-07-17 22:42:05 UTC (rev 9073)
+++ packages/python-apptools/trunk/debian/rules	2009-07-17 23:18:57 UTC (rev 9074)
@@ -7,9 +7,16 @@
 
 DEB_COMPRESS_EXCLUDE		:= .py
 DEB_PYTHON_INSTALL_ARGS_ALL 	+= --single-version-externally-managed
+JQUERY				 = /usr/share/javascript/jquery/jquery.js
 
 install/python-apptools::
 	find $(DEB_DESTDIR) -name 'image_LICENSE.txt' -delete
 
+binary-post-install/mayavi2::
+	find $(DEB_DESTDIR) -name 'jquery.js*' -delete
+
+binary-predeb/python-apptools::
+	dh_link $(JQUERY) `pycentral pycentraldir python-apptools`/enthought/rst/sphinx_default/jquery.js
+
 get-orig-source:
 	-uscan --upstream-version 0 --rename




More information about the Python-modules-commits mailing list