[Python-modules-commits] r20399 - in packages/qscintilla2/trunk/debian (3 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Sat Feb 11 06:19:54 UTC 2012


    Date: Saturday, February 11, 2012 @ 06:19:50
  Author: kitterman
Revision: 20399

* Add debian/patches/snapshot-keys.patch to fix custom keyboard shortcuts
  (Closes: #659356)
* Add libjs-jquery to libqscintilla2-doc depends and use symlink to its
  jquery.js instead of the embedded minified version

Modified:
  packages/qscintilla2/trunk/debian/changelog
  packages/qscintilla2/trunk/debian/control
  packages/qscintilla2/trunk/debian/patches/series

Modified: packages/qscintilla2/trunk/debian/changelog
===================================================================
--- packages/qscintilla2/trunk/debian/changelog	2012-02-11 03:38:04 UTC (rev 20398)
+++ packages/qscintilla2/trunk/debian/changelog	2012-02-11 06:19:50 UTC (rev 20399)
@@ -1,3 +1,12 @@
+qscintilla2 (2.6-4) unstable; urgency=low
+
+  * Add debian/patches/snapshot-keys.patch to fix custom keyboard shortcuts
+    (Closes: #659356)
+  * Add libjs-jquery to libqscintilla2-doc depends and use symlink to its
+    jquery.js instead of the embedded minified version
+
+ -- Scott Kitterman <scott at kitterman.com>  Fri, 10 Feb 2012 23:00:05 -0500
+
 qscintilla2 (2.6-3) unstable; urgency=high
 
   * Readd libqscintilla2-5 to libqscintilla2-8 Replaces to support upgrades

Modified: packages/qscintilla2/trunk/debian/control
===================================================================
--- packages/qscintilla2/trunk/debian/control	2012-02-11 03:38:04 UTC (rev 20398)
+++ packages/qscintilla2/trunk/debian/control	2012-02-11 06:19:50 UTC (rev 20399)
@@ -50,7 +50,7 @@
 Package: libqscintilla2-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, libjs-jquery
 Description: API documentation for QScintilla 2
  QScintilla is a text editor for Qt4 with features especially useful when 
  writing and debugging source code. These include support for syntax 

Modified: packages/qscintilla2/trunk/debian/patches/series
===================================================================
--- packages/qscintilla2/trunk/debian/patches/series	2012-02-11 03:38:04 UTC (rev 20398)
+++ packages/qscintilla2/trunk/debian/patches/series	2012-02-11 06:19:50 UTC (rev 20399)
@@ -1,2 +1,3 @@
 configure.py-objdir-support.diff
 fix-lib-install-dir.diff
+snapshot-keys.patch




More information about the Python-modules-commits mailing list