[Pkg-octave-commit] r2410 - octave-pkg-dev/trunk/debian
Rafael Laboissiere
rafael at alioth.debian.org
Wed Sep 10 20:51:48 UTC 2008
Author: rafael
Date: 2008-09-10 20:51:48 +0000 (Wed, 10 Sep 2008)
New Revision: 2410
Removed:
octave-pkg-dev/trunk/debian/octave-pkg-rebuild.postinst.in
octave-pkg-dev/trunk/debian/octave-pkg-rebuild.triggers
Modified:
octave-pkg-dev/trunk/debian/changelog
octave-pkg-dev/trunk/debian/control
octave-pkg-dev/trunk/debian/octave-pkg-dev.install
octave-pkg-dev/trunk/debian/rules
Log:
Drop the octave-pkg-rebuild package
Modified: octave-pkg-dev/trunk/debian/changelog
===================================================================
--- octave-pkg-dev/trunk/debian/changelog 2008-09-06 09:07:36 UTC (rev 2409)
+++ octave-pkg-dev/trunk/debian/changelog 2008-09-10 20:51:48 UTC (rev 2410)
@@ -1,3 +1,14 @@
+octave-pkg-dev (0.6.1) UNRELEASED; urgency=low
+
+ * Drop the octave-pkg-rebuild, since the previous version was rejected
+ by the Debian ftp-master due to the presence of this new package.
+ Thanks Joerg Jaspert for the suggestion and the discussion, anyway.
+ * As a consequence, the triggers functionality will be moved into the
+ octave3.* package. Accordingly, the dependency on octave3.0 is bumped
+ to >= 3.0.2-3.
+
+ -- Rafael Laboissiere <rafael at debian.org> Wed, 10 Sep 2008 22:49:24 +0200
+
octave-pkg-dev (0.6.0) experimental; urgency=low
* Instead of using postinst and postrm scripts for updating the Octave's
Modified: octave-pkg-dev/trunk/debian/control
===================================================================
--- octave-pkg-dev/trunk/debian/control 2008-09-06 09:07:36 UTC (rev 2409)
+++ octave-pkg-dev/trunk/debian/control 2008-09-10 20:51:48 UTC (rev 2410)
@@ -23,12 +23,3 @@
.
This package is mainly intented to be used by the Debian Octave Group
and should be of little interest to general users.
-
-Package: octave-pkg-rebuild
-Architecture: all
-Depends: octave3.0 (>= 1:3.0.2)
-Description: rebuild pkg database for Octave packages
- Since version 3.0 of Octave (a numerical computation software),
- add-ons can be installed through the pkg.m system. This package
- contains the necessary script for updating the pkg database after
- installation of Octave packages.
Modified: octave-pkg-dev/trunk/debian/octave-pkg-dev.install
===================================================================
--- octave-pkg-dev/trunk/debian/octave-pkg-dev.install 2008-09-06 09:07:36 UTC (rev 2409)
+++ octave-pkg-dev/trunk/debian/octave-pkg-dev.install 2008-09-10 20:51:48 UTC (rev 2410)
@@ -1,5 +1,3 @@
octave-pkg.mk usr/share/cdbs/1/class
octave-pkg-helper usr/share/octave/debian/dh
triggers-octpkg usr/share/debhelper/autoscripts
-pkg.m usr/share/octave/debian/m
-cstrcat.m usr/share/octave/debian/m
Deleted: octave-pkg-dev/trunk/debian/octave-pkg-rebuild.postinst.in
===================================================================
--- octave-pkg-dev/trunk/debian/octave-pkg-rebuild.postinst.in 2008-09-06 09:07:36 UTC (rev 2409)
+++ octave-pkg-dev/trunk/debian/octave-pkg-rebuild.postinst.in 2008-09-10 20:51:48 UTC (rev 2410)
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# Abort if any command returns an error value
-set -e
-
-case "$1" in
- triggered)
- @OCTAVE@ --silent --no-history --no-init-file --eval "pkg ('rebuild');"
-esac
-
-#DEBHELPER#
-
-exit 0
Deleted: octave-pkg-dev/trunk/debian/octave-pkg-rebuild.triggers
===================================================================
--- octave-pkg-dev/trunk/debian/octave-pkg-rebuild.triggers 2008-09-06 09:07:36 UTC (rev 2409)
+++ octave-pkg-dev/trunk/debian/octave-pkg-rebuild.triggers 2008-09-10 20:51:48 UTC (rev 2410)
@@ -1 +0,0 @@
-interest /usr/share/octave/packages
Modified: octave-pkg-dev/trunk/debian/rules
===================================================================
--- octave-pkg-dev/trunk/debian/rules 2008-09-06 09:07:36 UTC (rev 2409)
+++ octave-pkg-dev/trunk/debian/rules 2008-09-10 20:51:48 UTC (rev 2410)
@@ -4,7 +4,7 @@
# debian/rules for the octave-pkg-dev Debian package
OCTPKG = octave3.0
-OCTVER = 3.0.2
+OCTVER = 3.0.2-3
FILES = octave-pkg.mk octave-pkg-helper debian/octave-pkg-rebuild.postinst
include /usr/share/cdbs/1/rules/debhelper.mk
More information about the Pkg-octave-commit
mailing list