[Pkg-octave-commit] r2298 - in octave/trunk/debian: . in
Rafael Laboissiere
rafael at alioth.debian.org
Sat Jul 19 08:30:52 UTC 2008
Author: rafael
Date: 2008-07-19 08:30:52 +0000 (Sat, 19 Jul 2008)
New Revision: 2298
Added:
octave/trunk/debian/in/00list
octave/trunk/debian/in/NEWS
octave/trunk/debian/in/watch
Modified:
octave/trunk/debian/changelog
octave/trunk/debian/rules
Log:
Process 00list, NEWS and watch files through slice
Modified: octave/trunk/debian/changelog
===================================================================
--- octave/trunk/debian/changelog 2008-07-19 08:28:07 UTC (rev 2297)
+++ octave/trunk/debian/changelog 2008-07-19 08:30:52 UTC (rev 2298)
@@ -1,6 +1,8 @@
octave3.1 (3.1.50-1) UNRELEASED; urgency=low
* New upstream release (development branch)
+ * debian/rules: Process 00list, NEWS and watch files through slice
+ * debian/in/{00list,NEWS,watch}: New files
-- Rafael Laboissiere <rafael at debian.org> Sat, 19 Jul 2008 10:27:26 +0200
Added: octave/trunk/debian/in/00list
===================================================================
--- octave/trunk/debian/in/00list (rev 0)
+++ octave/trunk/debian/in/00list 2008-07-19 08:30:52 UTC (rev 2298)
@@ -0,0 +1,24 @@
+[V_2_1:
+50_lgamma_doc.dpatch
+50_incomplete_gamma.dpatch
+50_g++4.1-fixes.dpatch
+50_automatic-replot-docstring
+50_return-deffn
+50_fixed-freqz
+50_OCTAVEHOME-texi.dpatch
+50_octave-bug-tempfile
+50_clean-pdf-docs
+50_rename-octave-tags
+50_drop-lo-manpages
+50_compile-with-g++-4.3
+50_build-octave-faq
+:]
+[V_3_0:[V_3_1:
+50_octave-bug-tempfile
+50_include-cstring-mxarray
+50_fix_handle_for_plotyy.dpatch
+50_add_syspath.dpatch
+randn_doc.dpatch
+no_pdf_in_print.dpatch
+dont_set_helvetica.dpatch
+:]:]
Added: octave/trunk/debian/in/NEWS
===================================================================
--- octave/trunk/debian/in/NEWS (rev 0)
+++ octave/trunk/debian/in/NEWS 2008-07-19 08:30:52 UTC (rev 2298)
@@ -0,0 +1,25 @@
+[V_2_1:octave2.1 (1:2.1.73-18) unstable; urgency=low
+
+ The recommended branch of Octave is 3.0. The 2.1 branch is now
+ deprecated and the octave2.1* packages will be dropped from Debian
+ after the release of Lenny. Users should migrate all their scripts to
+ Octave 3.0.*. See /usr/share/doc/octave3.0/NEWS.gz for details.
+
+ -- Rafael Laboissiere <rafael at debian.org> Thu, 06 Mar 2008 15:25:45 +0100
+:][V_3_0:octave3.0 (3.0.0-1) unstable; urgency=low
+
+ This is the real 3.0 release of Octave.
+
+ -- Rafael Laboissiere <rafael at debian.org> Sat, 22 Dec 2007 13:40:25 +0100
+
+octave3.0 (2.9.15-1) experimental; urgency=low
+
+ This is a pre-release of the upcoming Octave 3.0 series and is a package
+ is specific to the Debian GNU/Linux distribution. Please don't mistake it
+ for the final 3.0 release.
+
+ -- Thomas Weber <thomas.weber.mail at gmail.com> Thu, 11 Oct 2007 22:39:42 +0000
+:]
+Local Variables:
+mode: debian-changelog
+End:
Added: octave/trunk/debian/in/watch
===================================================================
--- octave/trunk/debian/in/watch (rev 0)
+++ octave/trunk/debian/in/watch 2008-07-19 08:30:52 UTC (rev 2298)
@@ -0,0 +1,3 @@
+version=3
+opts=pasv \
+ftp://ftp.octave.org/pub/octave/[V_2_1:obsolete/:][V_3_1:bleeding-edge/:]octave-([\d\.]+)\.tar\.gz
Modified: octave/trunk/debian/rules
===================================================================
--- octave/trunk/debian/rules 2008-07-19 08:28:07 UTC (rev 2297)
+++ octave/trunk/debian/rules 2008-07-19 08:30:52 UTC (rev 2298)
@@ -114,9 +114,10 @@
sed 's/@VERSION@/$(version)/g;s/@MAJOR@/$(major)/g' \
< debian/in/$$f > debian/$$f ; \
done
- cp debian/in/$(PACKAGE)-00list debian/patches/00list
- cp debian/in/$(PACKAGE)-watch debian/watch
- -cp debian/in/$(PACKAGE)-NEWS debian/NEWS
+
+ for f in 00list watch NEWS ; do \
+ slice -o $(sliceterm):debian/$$f debian/in/$$f ; \
+ done
get-orig-source: upstream
upstream:
More information about the Pkg-octave-commit
mailing list