[Python-modules-commits] r8882 - in packages/pyqwt3d/trunk/debian (4 files)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Jun 27 15:04:58 UTC 2009


    Date: Saturday, June 27, 2009 @ 15:04:56
  Author: piotr
Revision: 8882

* Add preinst maintainer scipts in -qt3 and -qt4 packages
* s/Qt4/Qt3/ in -qt3 package's long desc.

Added:
  packages/pyqwt3d/trunk/debian/python-qwt3d-qt3.preinst
  packages/pyqwt3d/trunk/debian/python-qwt3d-qt4.preinst
Modified:
  packages/pyqwt3d/trunk/debian/changelog
  packages/pyqwt3d/trunk/debian/control

Modified: packages/pyqwt3d/trunk/debian/changelog
===================================================================
--- packages/pyqwt3d/trunk/debian/changelog	2009-06-27 15:00:22 UTC (rev 8881)
+++ packages/pyqwt3d/trunk/debian/changelog	2009-06-27 15:04:56 UTC (rev 8882)
@@ -2,10 +2,10 @@
 
   [ Gudjon I. Gudjonsson ]
   * New CVS version
-  * Bump Standards-Version to 3.8.2 (no changes needed)
-  * Builds from source (Closes: #527662)
+    - Builds from source (Closes: #527662)
   * Add patch 03_fix_const_char
   * Upgrade build dependencies to sip4 (4.8.1)
+  * Bump Standards-Version to 3.8.2 (no changes needed)
   * Hardcode DEB_UPSTREAM_VERSION, change in next release
 
   [ Sandro Tosi ]
@@ -26,6 +26,7 @@
   * Add get-orig-source rule
   * Prepare for Python 2.6: dh_install now recognizes files in
     /usr/local/*/dist-packages/ as well
+  * Add preinst maintainer scipts in -qt3 and -qt4 packages
 
  -- Gudjon I. Gudjonsson <gudjon at gudjon.org>  Fri, 27 Jun 2009 16:18:13 +0200
 

Modified: packages/pyqwt3d/trunk/debian/control
===================================================================
--- packages/pyqwt3d/trunk/debian/control	2009-06-27 15:00:22 UTC (rev 8881)
+++ packages/pyqwt3d/trunk/debian/control	2009-06-27 15:04:56 UTC (rev 8882)
@@ -23,7 +23,7 @@
  library which extends the Qt framework with widgets to visualize
  3-dimensional data.
  .
- This package contains the Qt4 Python bindings
+ This package contains the Qt3 Python bindings
 
 Package: python-qwt3d-qt4
 Section: python

Added: packages/pyqwt3d/trunk/debian/python-qwt3d-qt3.preinst
===================================================================
--- packages/pyqwt3d/trunk/debian/python-qwt3d-qt3.preinst	                        (rev 0)
+++ packages/pyqwt3d/trunk/debian/python-qwt3d-qt3.preinst	2009-06-27 15:04:56 UTC (rev 8882)
@@ -0,0 +1,9 @@
+#!/bin/sh
+# TODO: remove this file after releasing Squeeze
+set -e
+if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 0.1.7~cvs20090625-1
+then
+	pycentral pkgremove python-qwt3d-qt3
+fi
+
+#DEBHELPER#

Added: packages/pyqwt3d/trunk/debian/python-qwt3d-qt4.preinst
===================================================================
--- packages/pyqwt3d/trunk/debian/python-qwt3d-qt4.preinst	                        (rev 0)
+++ packages/pyqwt3d/trunk/debian/python-qwt3d-qt4.preinst	2009-06-27 15:04:56 UTC (rev 8882)
@@ -0,0 +1,9 @@
+#!/bin/sh
+# TODO: remove this file after releasing Squeeze
+set -e
+if [ "$1" = upgrade ] && dpkg --compare-versions "$2" lt 0.1.7~cvs20090625-1
+then
+	pycentral pkgremove python-qwt3d-qt4
+fi
+
+#DEBHELPER#




More information about the Python-modules-commits mailing list