[Pkg-octave-commit] r2665 - in octave-pkg-dev/trunk: . debian
Rafael Laboissiere
rafael at alioth.debian.org
Thu Feb 12 07:25:37 UTC 2009
Author: rafael
Date: 2009-02-12 07:25:37 +0000 (Thu, 12 Feb 2009)
New Revision: 2665
Removed:
octave-pkg-dev/trunk/triggers-octpkg
Modified:
octave-pkg-dev/trunk/README
octave-pkg-dev/trunk/debian/changelog
octave-pkg-dev/trunk/debian/octave-pkg-dev.install
octave-pkg-dev/trunk/octave-pkg-helper.in
octave-pkg-dev/trunk/octave-pkg.mk.in
Log:
Drop triggers file
Modified: octave-pkg-dev/trunk/README
===================================================================
--- octave-pkg-dev/trunk/README 2009-02-12 07:01:20 UTC (rev 2664)
+++ octave-pkg-dev/trunk/README 2009-02-12 07:25:37 UTC (rev 2665)
@@ -16,8 +16,6 @@
Add ${octave:Depends} to the Depends field of the package in
debian/control.
-The appropriate dpkg-triggers file is automatically generated.
-
A get-orig-source target is also transparently provided. It works
only for the packages distributed by the octave-forge project at
SourceForge [1]. If the upstream pkg does not come from SourceForge,
Modified: octave-pkg-dev/trunk/debian/changelog
===================================================================
--- octave-pkg-dev/trunk/debian/changelog 2009-02-12 07:01:20 UTC (rev 2664)
+++ octave-pkg-dev/trunk/debian/changelog 2009-02-12 07:25:37 UTC (rev 2665)
@@ -1,3 +1,18 @@
+octave-pkg-dev (0.6.4) UNRELEASED; urgency=low
+
+ * octave-pkg-helper.in: Do not install the individual triggers file for
+ the add-on pacakge being built. The "activate" command contained in
+ it is not necessary, the "interest" command contained in the
+ octaveX.Y-common package, associated to the fact that a directory is
+ installed in /usr/share/octave/packages/X.Y, is sufficient to activate
+ the trigger.
+ * README: Drop sentence about the triggers file
+ * debian/octave-pkg-dev.install: No need to remove the debian/triggers
+ file anymore
+ * triggers-octpkg, debian/octave-pkg-dev.install: Drop the triggers file
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 12 Feb 2009 07:33:36 +0000
+
octave-pkg-dev (0.6.3) experimental; urgency=low
* debian/control: Bump the dependency on octave3.0 to >= 1:3.0.4~rc3-3,
Modified: octave-pkg-dev/trunk/debian/octave-pkg-dev.install
===================================================================
--- octave-pkg-dev/trunk/debian/octave-pkg-dev.install 2009-02-12 07:01:20 UTC (rev 2664)
+++ octave-pkg-dev/trunk/debian/octave-pkg-dev.install 2009-02-12 07:25:37 UTC (rev 2665)
@@ -1,3 +1,2 @@
octave-pkg.mk usr/share/cdbs/1/class
octave-pkg-helper usr/share/octave/debian/dh
-triggers-octpkg usr/share/debhelper/autoscripts
Modified: octave-pkg-dev/trunk/octave-pkg-helper.in
===================================================================
--- octave-pkg-dev/trunk/octave-pkg-helper.in 2009-02-12 07:01:20 UTC (rev 2664)
+++ octave-pkg-dev/trunk/octave-pkg-helper.in 2009-02-12 07:25:37 UTC (rev 2665)
@@ -53,5 +53,4 @@
for my $pkg (keys %depends) {
addsubstvar ($package, 'octave:Depends', $pkg, $depends {$pkg});
}
- system ("cp /usr/share/debhelper/autoscripts/triggers-octpkg debian/$package.triggers")
}
Modified: octave-pkg-dev/trunk/octave-pkg.mk.in
===================================================================
--- octave-pkg-dev/trunk/octave-pkg.mk.in 2009-02-12 07:01:20 UTC (rev 2664)
+++ octave-pkg-dev/trunk/octave-pkg.mk.in 2009-02-12 07:25:37 UTC (rev 2665)
@@ -120,4 +120,4 @@
ifneq ($(DEB_MAKE_CLEAN_TARGET),)
-$(MAKE) -k $(DEB_MAKE_CLEAN_TARGET)
endif
- rm -rf inst/$(hosttype)-$(apiversion) debian/triggers
+ rm -rf inst/$(hosttype)-$(apiversion)
Deleted: octave-pkg-dev/trunk/triggers-octpkg
===================================================================
--- octave-pkg-dev/trunk/triggers-octpkg 2009-02-12 07:01:20 UTC (rev 2664)
+++ octave-pkg-dev/trunk/triggers-octpkg 2009-02-12 07:25:37 UTC (rev 2665)
@@ -1 +0,0 @@
-activate /usr/share/octave/packages
More information about the Pkg-octave-commit
mailing list