1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
inline-octave (0.22-3) unstable; urgency=low
[ Thomas Weber ]
* debian/control:
- Vcs-fields point to the trunk/ directory
- Move Homepage from description into the regular fields.
* Use quilt instead of dpatch for patching.
[ Rafael Laboissiere ]
* debian/control: Bump Standards-Version to 3.8.0 (no changes needed)
* debian/copyright: Add proper copyright notices
-- Rafael Laboissiere <rafael@debian.org> Tue, 01 Jul 2008 16:04:09 +0200
inline-octave (0.22-2) unstable; urgency=low
* debian/control:
- Bumped Standards-Version to 3.7.2 (no changes needed)
- Moved dpatch and debhelper from Build-Depends-Indep to
Build-Depends, complying with section 7.6 of the Debian Policy.
-- Rafael Laboissiere <rafael@debian.org> Fri, 16 Jun 2006 13:44:50 +0200
inline-octave (0.22-1) unstable; urgency=low
+++ Changes made by Colin Ingram
* New upstream release (closes: #329568)
* debian/patches/50_output-of-whos.dpatch: removed
* debian/control: debhelper upgrade to 4.0
* debian/rules: updated examples chmod to reflect new behavior of
dh_installexamples
+++ Changes made by Rafael Laboissiere
* debian/control: Standards-Version upgraded to 3.6.2 (no chnages needed)
* debian/patches/50_capture_octave_output.dpatch: Added patch (makes
t/2_calling.t work)
* debian/patches/50_octave_binary_name.dpatch: Added patch (fixes
non-ascii copyright character in POD section of Octave.pm)
* debian/rules: Run the regression tests when building the package
-- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org> Sat, 22 Oct 2005 19:16:34 +0200
inline-octave (0.21-2) unstable; urgency=low
+++ Changes by Rafael Laboissiere
* debian/changelog: Added local variables for Emacs debian-changelog-mode
* debian/control:
- Set maintainer to Debian Octave Group @ alioth.debian.org
- Build-Depends on dpatch
* debian/watch:
- Ported to version 2 of uscan
- Changed pattern to fit both *.tar.gz and *.zip at CPAN
* debian/rules:
- Adjust for using dpatch
- Avoid compression of *.t files by dh_compress, such that
8_operators.t, whose size is just above the 4k limit, does not get
compressed (perl does not understand gzip files as scripts)
* debian/patches/50_control-output-of-whos.dpatch: Force output format
of whos command
-- Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org> Fri, 11 Feb 2005 23:09:11 +0100
inline-octave (0.21-1) unstable; urgency=low
* New upstream release
* Created .orig.tar.gz from the upstream .zip archive
-- Dirk Eddelbuettel <edd@debian.org> Sat, 24 Apr 2004 21:53:09 -0500
inline-octave (0.20-1) unstable; urgency=low
* New upstream release
* debian/control: Section changed to perl
* debian/control: Standards-Version upgraded to 3.6.1.0
-- Dirk Eddelbuettel <edd@debian.org> Fri, 12 Dec 2003 18:20:51 -0600
inline-octave (0.18-1) unstable; urgency=low
* New upstream release
-- Dirk Eddelbuettel <edd@debian.org> Wed, 26 Mar 2003 21:05:39 -0600
inline-octave (0.17-1) unstable; urgency=low
* New upstream release
-- Dirk Eddelbuettel <edd@debian.org> Mon, 20 Jan 2003 20:17:56 -0600
inline-octave (0.16-3) unstable; urgency=low
* debian/control: Really change Architecture: to all
-- Dirk Eddelbuettel <edd@debian.org> Fri, 7 Jun 2002 18:05:07 -0500
inline-octave (0.16-2) unstable; urgency=low
* debian/control: Added octave2.1,libinline-perl to Depends (Closes: #149085)
* debian/control: Architecture: all, not any
-- Dirk Eddelbuettel <edd@debian.org> Thu, 6 Jun 2002 23:01:34 -0500
inline-octave (0.16-1) unstable; urgency=low
* Upgrade to new upstream release
-- Dirk Eddelbuettel <edd@debian.org> Sat, 9 Mar 2002 20:01:45 -0600
inline-octave (0.10.cvs20011117-1) unstable; urgency=low
* Initial Debian release. (Closes: #119912)
-- Dirk Eddelbuettel <edd@debian.org> Sat, 17 Nov 2001 23:52:24 -0600
Local Variables:
eval: (progn
(make-local-hook 'debian-changelog-add-version-hook)
(add-hook
'debian-changelog-add-version-hook
(lambda ()
(save-excursion
(forward-line -1)
(beginning-of-line)
(insert "\n [ "
(or (getenv "DEBFULLNAME") (user-full-name)) " ]")))
nil t))
End:
|