[Pkg-octave-commit] r1444 - in octave-pkg-dev/trunk: . debian
Rafael Laboissiere
rafael at alioth.debian.org
Sat Mar 22 08:19:02 UTC 2008
Author: rafael
Date: 2008-03-22 08:19:02 +0000 (Sat, 22 Mar 2008)
New Revision: 1444
Modified:
octave-pkg-dev/trunk/debian/changelog
octave-pkg-dev/trunk/octave-pkg-dev.mk.in
Log:
* Do not echo the echo command
* Use -verbose with the pkg command
Modified: octave-pkg-dev/trunk/debian/changelog
===================================================================
--- octave-pkg-dev/trunk/debian/changelog 2008-03-22 01:31:31 UTC (rev 1443)
+++ octave-pkg-dev/trunk/debian/changelog 2008-03-22 08:19:02 UTC (rev 1444)
@@ -1,3 +1,11 @@
+octave-pkg-dev (0.3.1) UNRELEASED; urgency=low
+
+ * octave-pkg-dev.mk.in:
+ + Do not echo the echo command
+ + Use -verbose with the pkg command
+
+ -- Rafael Laboissiere <rafael at debian.org> Sat, 22 Mar 2008 09:18:20 +0100
+
octave-pkg-dev (0.3) unstable; urgency=low
[ Rafael Laboissiere ]
Modified: octave-pkg-dev/trunk/octave-pkg-dev.mk.in
===================================================================
--- octave-pkg-dev/trunk/octave-pkg-dev.mk.in 2008-03-22 01:31:31 UTC (rev 1443)
+++ octave-pkg-dev/trunk/octave-pkg-dev.mk.in 2008-03-22 08:19:02 UTC (rev 1444)
@@ -42,7 +42,7 @@
[pwd(),'/$(debpkg)/$(bpath)']); \
pkg ('local_list', [pwd(),'.']); \
pkg ('global_list', [pwd(),'.']); \
- pkg -nodeps install $(filename)"
+ pkg -verbose -nodeps install $(filename)"
rm -f $(CURDIR)/$(debpkg)/$(mpath)/$(pkgname)/packinfo/COPYING
DH_AUTOSCRIPTDIR=$(shrpkg) $(shrpkg)/octave-pkg-dev.pl
More information about the Pkg-octave-commit
mailing list