[Pkg-octave-commit] r2716 - in octave/trunk/debian: . in

Rafael Laboissiere rafael at alioth.debian.org
Mon Mar 9 20:52:08 UTC 2009


Author: rafael
Date: 2009-03-09 20:52:08 +0000 (Mon, 09 Mar 2009)
New Revision: 2716

Removed:
   octave/trunk/debian/in/PACKAGE-htmldoc.prerm
Modified:
   octave/trunk/debian/changelog
Log:
Drop the useless prerm script for PACKAGE-htmldoc

Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog	2009-03-09 12:56:04 UTC (rev 2715)
+++ octave/trunk/debian/changelog	2009-03-09 20:52:08 UTC (rev 2716)
@@ -8,6 +8,8 @@
     + Do not install the enscript directory into the common package.  This
       is now obsolete.
     + Get API version directly from the upstream version.h file
+  * debian/in/PACKAGE-htmldoc.prerm: Drop this almost empty template file,
+    since th prerm script will be generated automatically by debhelper
 
  -- Rafael Laboissiere <rafael at debian.org>  Mon, 09 Mar 2009 01:36:46 +0100
 

Deleted: octave/trunk/debian/in/PACKAGE-htmldoc.prerm
===================================================================
--- octave/trunk/debian/in/PACKAGE-htmldoc.prerm	2009-03-09 12:56:04 UTC (rev 2715)
+++ octave/trunk/debian/in/PACKAGE-htmldoc.prerm	2009-03-09 20:52:08 UTC (rev 2716)
@@ -1,24 +0,0 @@
-#!/bin/sh
-#
-# This is the prerm script for the Debian GNU/Linux octave-htmldoc package
-#
-# Written by Dirk Eddelbuettel <edd at debian.org>   
-
-set -e
-
-#DEBHELPER#
-
-# nothing needed beyond what debhelper already provides
-case "$1" in
-    upgrade)
-	;;
-    remove|purge)
-	;;
-    failed-upgrade|abort-install|abort-upgrade|disappear)
-	;;
-    *)
-	echo "postrm called with unknown argument \`$1'" >&2
-	;;
-esac
-
-exit 0




More information about the Pkg-octave-commit mailing list