[Python-modules-commits] r8758 - in packages/sip4-qt3/trunk/debian (3 files)

shlomme at users.alioth.debian.org shlomme at users.alioth.debian.org
Tue Jun 9 20:19:45 UTC 2009


    Date: Tuesday, June 9, 2009 @ 20:19:44
  Author: shlomme
Revision: 8758

jquery dependency for sphinx docs

Added:
  packages/sip4-qt3/trunk/debian/sip4.links
Modified:
  packages/sip4-qt3/trunk/debian/changelog
  packages/sip4-qt3/trunk/debian/control

Modified: packages/sip4-qt3/trunk/debian/changelog
===================================================================
--- packages/sip4-qt3/trunk/debian/changelog	2009-06-09 20:14:22 UTC (rev 8757)
+++ packages/sip4-qt3/trunk/debian/changelog	2009-06-09 20:19:44 UTC (rev 8758)
@@ -3,8 +3,11 @@
   [ Torsten Marek ]
   * New upstream release
   * Removed debian/pycompat, not needed anymore
+  * debian/control
+    - Add dependency to libjs-jquery since sip4's docs are
+      now done using sphinx
   * debian/rules
-    - Install configuration modules in python-sip4{,-dbg} instead of 
+    - Install configuration modules in python-sip4{,-dbg} instead of
       python-sip4-dev (Closes: #530846)
 
   [ Bernd Zeimetz ]
@@ -14,8 +17,9 @@
   * Merging changes from Ubuntu to build for Python 2.6. We
     don't use python-central stuff, though.
 
- -- Torsten Marek <shlomme at debian.org>  Sat, 06 Jun 2009 20:11:47 +0200
 
+ -- Torsten Marek <shlomme at debian.org>  Tue, 09 Jun 2009 22:18:29 +0200
+
 sip4-qt3 (4.7.9-2) unstable; urgency=low
 
   * Upload to unstable as the package is needed for KDE4.

Modified: packages/sip4-qt3/trunk/debian/control
===================================================================
--- packages/sip4-qt3/trunk/debian/control	2009-06-09 20:14:22 UTC (rev 8757)
+++ packages/sip4-qt3/trunk/debian/control	2009-06-09 20:19:44 UTC (rev 8758)
@@ -11,7 +11,7 @@
 
 Package: sip4
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, libjs-jquery
 Recommends: python-sip4-dev
 Description: Python/C++ bindings generator
  SIP is a tool for generating bindings for C++ classes with some ideas

Added: packages/sip4-qt3/trunk/debian/sip4.links
===================================================================
--- packages/sip4-qt3/trunk/debian/sip4.links	                        (rev 0)
+++ packages/sip4-qt3/trunk/debian/sip4.links	2009-06-09 20:19:44 UTC (rev 8758)
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js usr/share/doc/sip4/html/_static/jquery.js


Property changes on: packages/sip4-qt3/trunk/debian/sip4.links
___________________________________________________________________
Added: svn:executable
   + *




More information about the Python-modules-commits mailing list