[Python-modules-commits] r20668 - in packages/qscintilla2/trunk/debian (4 files)
kitterman at users.alioth.debian.org
kitterman at users.alioth.debian.org
Sun Mar 4 08:44:26 UTC 2012
Date: Sunday, March 4, 2012 @ 08:44:23
Author: kitterman
Revision: 20668
* Update for multi-arch
- Fix libqscintilla2-designer.install paths for multiarch
- Bump version requirement for debhelper and add minumum version for
libqt4-dev
- For libqscintilla2-8, add misc:Pre-Depends and set Multi-Arch: same
* Set compat to 8
* Bump standards version to 3.9.3 without further change
Modified:
packages/qscintilla2/trunk/debian/changelog
packages/qscintilla2/trunk/debian/compat
packages/qscintilla2/trunk/debian/control
packages/qscintilla2/trunk/debian/libqscintilla2-designer.install
Modified: packages/qscintilla2/trunk/debian/changelog
===================================================================
--- packages/qscintilla2/trunk/debian/changelog 2012-03-04 05:46:48 UTC (rev 20667)
+++ packages/qscintilla2/trunk/debian/changelog 2012-03-04 08:44:23 UTC (rev 20668)
@@ -1,3 +1,15 @@
+qscintilla2 (2.6.1-2) experimental; urgency=low
+
+ * Update for multi-arch
+ - Fix libqscintilla2-designer.install paths for multiarch
+ - Bump version requirement for debhelper and add minumum version for
+ libqt4-dev
+ - For libqscintilla2-8, add misc:Pre-Depends and set Multi-Arch: same
+ * Set compat to 8
+ * Bump standards version to 3.9.3 without further change
+
+ -- Scott Kitterman <scott at kitterman.com> Sun, 04 Mar 2012 02:52:05 -0500
+
qscintilla2 (2.6.1-1) unstable; urgency=low
* New upstream release
Modified: packages/qscintilla2/trunk/debian/compat
===================================================================
--- packages/qscintilla2/trunk/debian/compat 2012-03-04 05:46:48 UTC (rev 20667)
+++ packages/qscintilla2/trunk/debian/compat 2012-03-04 08:44:23 UTC (rev 20668)
@@ -1 +1 @@
-7
+8
Modified: packages/qscintilla2/trunk/debian/control
===================================================================
--- packages/qscintilla2/trunk/debian/control 2012-03-04 05:46:48 UTC (rev 20667)
+++ packages/qscintilla2/trunk/debian/control 2012-03-04 08:44:23 UTC (rev 20668)
@@ -2,8 +2,8 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Torsten Marek <shlomme at debian.org>, Gudjon I. Gudjonsson <gudjon at gudjon.org>, Scott Kitterman <scott at kitterman.com>
-Build-Depends: debhelper (>= 7.0.1), libqt4-dev, python-all-dev (>= 2.6.6-3~), python-sip-dev (>= 4.10), python-qt4 (>= 4.8.3-3~), python-qt4-dev (>= 4.8.3-3~)
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 8.1.3~), libqt4-dev (>= 4:4.8.0~), python-all-dev (>= 2.6.6-3~), python-sip-dev (>= 4.10), python-qt4 (>= 4.8.3-3~), python-qt4-dev (>= 4.8.3-3~)
+Standards-Version: 3.9.3
Section: libs
Homepage: http://www.riverbankcomputing.co.uk/software/qscintilla
Vcs-Svn: svn://svn.debian.org/python-modules/packages/qscintilla2/trunk/
@@ -12,8 +12,10 @@
Package: libqscintilla2-8
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
Replaces: libqscintilla2-5, libqscintilla2-6
Breaks: libqscintilla2-5, libqscintilla2-6
+Multi-Arch: same
Description: Qt4 port of the Scintilla source code editing widget
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/libqscintilla2-designer.install
===================================================================
--- packages/qscintilla2/trunk/debian/libqscintilla2-designer.install 2012-03-04 05:46:48 UTC (rev 20667)
+++ packages/qscintilla2/trunk/debian/libqscintilla2-designer.install 2012-03-04 08:44:23 UTC (rev 20668)
@@ -1 +1 @@
-usr/lib/qt4/plugins/*
+usr/lib/*/qt4/plugins/*
More information about the Python-modules-commits
mailing list