[Python-apps-commits] r6460 - in packages/ibid/trunk/debian (5 files)

stefanor-guest at users.alioth.debian.org stefanor-guest at users.alioth.debian.org
Mon Jan 3 21:42:43 UTC 2011


    Date: Monday, January 3, 2011 @ 21:42:42
  Author: stefanor-guest
Revision: 6460

Use twisted-plugins-cache trigger, drop postinst and postrm.

Added:
  packages/ibid/trunk/debian/triggers
Modified:
  packages/ibid/trunk/debian/changelog
  packages/ibid/trunk/debian/control
Deleted:
  packages/ibid/trunk/debian/postinst
  packages/ibid/trunk/debian/postrm

Modified: packages/ibid/trunk/debian/changelog
===================================================================
--- packages/ibid/trunk/debian/changelog	2011-01-03 21:34:08 UTC (rev 6459)
+++ packages/ibid/trunk/debian/changelog	2011-01-03 21:42:42 UTC (rev 6460)
@@ -9,8 +9,9 @@
   * Switch to dh_python2, and use X-Python-Version.
   * Bump Standards-Version to 3.9.1 (no changes needed).
   * Reorganise docs: Install rst as Sphinx _sources, so searching works.
+  * Use twisted-plugins-cache trigger, drop postinst and postrm.
 
- -- Stefano Rivera <stefano at rivera.za.net>  Mon, 03 Jan 2011 23:25:37 +0200
+ -- Stefano Rivera <stefano at rivera.za.net>  Mon, 03 Jan 2011 23:40:45 +0200
 
 ibid (0.1.0+dfsg-2) unstable; urgency=low
 

Modified: packages/ibid/trunk/debian/control
===================================================================
--- packages/ibid/trunk/debian/control	2011-01-03 21:34:08 UTC (rev 6459)
+++ packages/ibid/trunk/debian/control	2011-01-03 21:42:42 UTC (rev 6460)
@@ -41,7 +41,7 @@
  python-pysqlite2 | python-mysqldb | python-psycopg2,
  python-soappy,
  python-sqlalchemy (>= 0.5),
- python-twisted-core,
+ python-twisted-core (>= 10.0.0-3),
  python-twisted-web,
  python-twisted-words,
  python-zope.interface | python-zopeinterface,

Deleted: packages/ibid/trunk/debian/postinst
===================================================================
--- packages/ibid/trunk/debian/postinst	2011-01-03 21:34:08 UTC (rev 6459)
+++ packages/ibid/trunk/debian/postinst	2011-01-03 21:42:42 UTC (rev 6460)
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
-
-case "$1" in
-    configure)
-        for p in $(pyversions -i); do
-            $p -c 'from twisted.plugin import IPlugin, getPlugins; list(getPlugins(IPlugin));' >/dev/null 2>&1 || true
-        done
-        ;;
-esac
-
-exit 0

Deleted: packages/ibid/trunk/debian/postrm
===================================================================
--- packages/ibid/trunk/debian/postrm	2011-01-03 21:34:08 UTC (rev 6459)
+++ packages/ibid/trunk/debian/postrm	2011-01-03 21:42:42 UTC (rev 6460)
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
-
-case "$1" in
-    remove)
-        for p in $(pyversions -i); do
-            $p -c 'from twisted.plugin import IPlugin, getPlugins; list(getPlugins(IPlugin));' >/dev/null 2>&1 || true
-        done
-        ;;
-esac
-
-exit 0

Added: packages/ibid/trunk/debian/triggers
===================================================================
--- packages/ibid/trunk/debian/triggers	                        (rev 0)
+++ packages/ibid/trunk/debian/triggers	2011-01-03 21:42:42 UTC (rev 6460)
@@ -0,0 +1 @@
+activate twisted-plugins-cache




More information about the Python-apps-commits mailing list