|
From: <and...@us...> - 2009-04-23 11:18:51
|
Revision: 9833
http://plplot.svn.sourceforge.net/plplot/?rev=9833&view=rev
Author: andrewross
Date: 2009-04-23 11:18:49 +0000 (Thu, 23 Apr 2009)
Log Message:
-----------
Remove obsolete postinst / prerm scripts. Index updates for info files
are now automatically triggered by dpkg.
Modified Paths:
--------------
trunk/debian/changelog
Removed Paths:
-------------
trunk/debian/plplot-doc.postinst
trunk/debian/plplot-doc.prerm
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2009-04-23 09:11:28 UTC (rev 9832)
+++ trunk/debian/changelog 2009-04-23 11:18:49 UTC (rev 9833)
@@ -8,6 +8,10 @@
* debian/patches/15_octave-toggle-plplot-use.diff:
New patch ported from upstream to fix namespace clash in the
toggle_plplot_use.m script. (closes: #525198)
+ * debian/plplot-doc.postinst, debian/plplot-doc.prerm:
+ Remove obsolete scripts. Handling of index updates for info
+ file installs is now done automatically by dpkg. Removes
+ lintian warning.
* debian/control.in: Update package descriptions to fix lintian
warnings.
Deleted: trunk/debian/plplot-doc.postinst
===================================================================
--- trunk/debian/plplot-doc.postinst 2009-04-23 09:11:28 UTC (rev 9832)
+++ trunk/debian/plplot-doc.postinst 2009-04-23 11:18:49 UTC (rev 9833)
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ]; then
- install-info --quiet --menuentry="PLplot" \
- --description="Scientific plotting library" \
- --section math Math /usr/share/info/plplotdoc.info
-fi
-
-#DEBHELPER#
-
Deleted: trunk/debian/plplot-doc.prerm
===================================================================
--- trunk/debian/plplot-doc.prerm 2009-04-23 09:11:28 UTC (rev 9832)
+++ trunk/debian/plplot-doc.prerm 2009-04-23 11:18:49 UTC (rev 9833)
@@ -1,22 +0,0 @@
-#! /bin/sh
-# prerm script for plplot-doc
-
-set -e
-
-case "$1" in
- remove|upgrade|deconfigure)
- install-info --quiet --remove /usr/share/info/plplotdoc.info
- ;;
- failed-upgrade)
- ;;
- *)
- echo "prerm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
-
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|