pdl (1:2.3.2-0.2) unstable; urgency=low * Non-Maintainer Upload * In postinst, specify path to /usr/bin/perl so that users with a conflicting perl in /usr/local/bin do not get a blow-up. (Closes: #141117) * (Note that the above change was made in debian/rules, NOT debian/postinst, because of the very strange way the original maintainer made the debian/postinst be auto-generated..) -- Ben Gertzfield Mon, 8 Apr 2002 18:47:16 +0900 pdl (1:2.3.2-0.1) unstable; urgency=low * Non-Maintainer Upload * Newest version needed to fix gimp-perl build problems (perl segfaults on alpha otherwise). * Use F77CONF=debian/f77conf.pl, signify hppa needed changes in there instead of hacking Lib/Slatec/Makefile.PL . * Include small patch to change $(INST_LIBDIR)/PDL to $(INST_LIBDIR) in Basic/Gen/Makefile.PL (debian/rules has a very long, strange find command that barfs if there are multiple directories named PDL, and this looks like a typo anyway) * debian/rules was writing to file called "substvers", and was missing a $ anyway when writing Perl depends substvars. Commented out, added a call to dh_perl and tightened Build-Depends on debhelper to (>= 3.0.18). * Add call to dh_clean to clean up debhelper-generated files. -- Ben Gertzfield Tue, 2 Apr 2002 22:07:56 +0900 pdl (1:2.2.1-7.1) unstable; urgency=low * Non-Maintainer Upload * Fix to build on hppa, patch in BTS. Closes: #104630 -- Matt Taggart Wed, 5 Dec 2001 19:42:37 -0700 pdl (1:2.2.1-7) unstable; urgency=low * rebuild with dh_gencontrol instead of dpkg-gencontrol, new perl policy seems to need this. * include lintian override for non-pic code in Slatec.so * include debian/all (build/check script) in source -- Raul Miller Sun, 26 Aug 2001 21:44:51 -0400 pdl (1:2.2.1-6) unstable; urgency=low * Introduced a build-depends on libextutils-f77-perl. [Which breaks cross compilation since I've not released that package yet -- waiting on DFSG copyright, but allows building with slatec.] -- Raul Miller Sat, 9 Jun 2001 22:54:30 -0400 pdl (1:2.2.1-5) unstable; urgency=low * fix postinst.base -- postinst was missing set -e -- Raul Miller Fri, 25 May 2001 11:09:44 -0400 pdl (1:2.2.1-4) unstable; urgency=low * Ok, found out how to resolve $Config{version}. -- Raul Miller Fri, 25 May 2001 01:04:12 -0400 pdl (1:2.2.1-3) unstable; urgency=low * changed INSTALLDIRS=perl to INSTALLDIRS=vendor in debian/rules, for the new perl policy, changed Build-Depends to match. (fixes #95423) * made other changes to debian/rules and debian/control as indicated by this new policy. I hope the OPTIMIZE attribute doesn't hose PDL... * FIXME: I've backed out compliance with 3.4.2 of the new perl policy: "Binary modules must specify a dependency on either perl or perl-base with a minimum version of the perl package used to build the module, and must additionally depend on the expansion of perlapi-$Config{version}." This fails to indicate what context to use for that expansion. In my initial tests, this broke the package, and `apt-cache search perlapi` turns up nothing. -- Raul Miller Thu, 24 May 2001 14:01:33 -0400 pdl (1:2.2.1-2) unstable; urgency=low * replaced mesag-dev with xlibmesa-dev in build depends. (fixes #97508) replaced mesag3 with libgl1 in depends. * Rant: [None of this rant is immediately relevant to this version of PDL, except through examining the implications of bug #97508.] This whole "trash the old i/o-library interface" thing strikes me as *really bad*. Interfaces should be treated as sacred, and maintaining backwards compatibility is important for long term system survivability. Basically, what we're saying here is that these interfaces are immature, and people who built code against the earlier (obsolete) libraries acted prematurely. Either that, or we're saying that distributing binary packages for debian is a mistake on the part of anyone outside of debian. * I'm leaving the Build-Depends for libncurses-dev in the control file, even though it's now a virutal package, to see if I get any bug reports filed against pdl because of it (for the record, I'm using version 5.2.20010318-1 of libncurses5-dev to build this instance). * updated debian/rules (added prerm, minor cleanups) -- Raul Miller Mon, 21 May 2001 10:18:55 -0400 pdl (1:2.2.1-1) unstable; urgency=low * renamed directory from PDL-2.2.1 to pdl-2.2.1, and chmod +x debian/rules (required so that dpkg-buildpackage works). * changed Source-Depends: to Build-Depends: in control file, and restored build dependency for libncurses-dev. * restored debian/postinst.base and debian/prerm from debian 2.2 -- Raul Miller Sun, 20 May 2001 22:14:49 -0400 pdl (1:2.2.1-0) unstable; urgency=low * new upstream release -- PDL Porters Tue, 24 Apr 2001 15:01:23 -0400 pdl (1:2.2-2) unstable; urgency=low * delete bogus debian.orig directory -- Raul Miller Wed, 14 Mar 2001 15:15:59 -0500 pdl (1:2.2-1) unstable; urgency=medium * new upstream release * turned off make test because it has problems: 1. requires an active X session (bad for autobuilders), and 2. requires slatec (or linfit fails). [Can't support slatec until ExtUtils::F77 is a debian package] * bumped up urgency because old pdl doesn't support newest perl, and some people consider that serious. -- Raul Miller Mon, 12 Mar 2001 20:51:12 -0500 pdl (1:2.1.1-1) unstable; urgency=low * reintroduced scantree.pl and mkhtmldoc to postinst (fixes problem reported in private email by Dav Clark and Gordon Haverland -- thanks). * note: this version won't purge cleanly, as it creates a couple files a postinst time which aren't removed even at purge time. * got rid of bashisms from debian/rules * translated /usr/doc to /usr/share/doc and /usr/man to /usr/share/man * never released -- ignore epoch -- Raul Miller Mon, 20 Nov 2000 01:17:43 -0500 pdl (2.1.1-0pre1) unstable; urgency=low * new upstream version * this is a pre-release, among other things, I'm waiting for xlib6g-dev to stabilize. Please email me, personally, with any bug reports. This is not an official release. Changes from the 2.1.1 sources on sourceforge for this prerelease: + chmod +x debian/rules + this entry in debian/changelog + editted copy of perldl.conf as debian/.perldl.conf (no -lMesa*) + HOME=`pwd`/debian added to Makefile.PL part of debian/rules -- Raul Miller Sun, 19 Nov 2000 14:46:31 -0500 pdl (2.005-2) frozen; urgency=medium * Argh, forgot to fix t/gauss.t -- this is required for Bug#55268 to really be fixed. -- Raul Miller Tue, 25 Apr 2000 13:45:28 -0400 pdl (2.005-1) frozen; urgency=medium * new bugfix upstream version * two hacks: (1) disable #ifdef in Basic/Math/mconf.h which includes on our linux alpha, (2) disable test which shows that guassian doesn't work properly on our linux alpha. (Fixes Bug#55268) -- Raul Miller Mon, 17 Apr 2000 08:17:18 -0400 pdl (2.003-1) unstable; urgency=low * new upstream version -- Raul Miller Mon, 1 Nov 1999 07:16:55 -0500 pdl (2.002-3) unstable; urgency=low * new maintainer * recreated source package, unpack in pdl-2.002 instead of PDL-2.002 [this oddity in source package accounts for earlier diff problems]. (Fixes #45771). * do "make test" at build time * removed suggests jpeg-progs, I can't find any such package * removed suggests pgperl, there's a well labeled demo that fails and that should be enough of a suggestion for people who would want this non-free support. If there's demand, and if special compilation support turns out to be needed, I supposed I'll have to create a pdl-nonfree... -- Raul Miller Sun, 10 Oct 1999 19:20:09 -0400 pdl (2.002-2) unstable; urgency=low * added depends on libterm-readkey-perl -- John Lapeyre Sun, 8 Aug 1999 14:25:39 -0700 pdl (2.002-1) unstable; urgency=low * New upstream * Build with new perl 5.005 package * fixes #40433 with workaround for error in Bessel functions in libc6 2.1 * Fixes #36402, docs are now made at build time and are purged with dpkg --purge. Also previous cruft from old versions is purged in preinst. * Fixes #38429, typo in Depends -- John Lapeyre Fri, 25 Jun 1999 17:52:33 -0700 pdl (2.001-1) unstable; urgency=low * New upstream * Add r-pdl code (merging r-pdl package) -- John Lapeyre Wed, 21 Apr 1999 14:47:54 -0700 pdl (2.0-2) unstable; urgency=low * link with glibc 2.1.1 * add menu entry -- John Lapeyre Thu, 25 Mar 1999 01:52:12 -0700 pdl (2.0-1) unstable; urgency=low * new upstream version -- John Lapeyre Mon, 25 Jan 1999 16:59:48 -0700 pdl (1.99988-5) unstable frozen; urgency=low * html docs were put in wrong place. -- John Lapeyre Tue, 8 Dec 1998 03:39:42 -0700 pdl (1.99988-4) unstable frozen; urgency=low * Some package (mesa?) change and broke the build Add X11 include path by hand. -- John Lapeyre Fri, 6 Nov 1998 22:03:17 -0700 pdl (1.99988-3) unstable; urgency=low * link against mesag3. -- John Lapeyre Sun, 25 Oct 1998 01:32:34 -0700 pdl (1.99988-2) unstable; urgency=low * Make rules less i386-centric -- John Lapeyre Tue, 6 Oct 1998 11:44:39 -0700 pdl (1.99988-1) unstable; urgency=low * New minor revision -- John Lapeyre Fri, 2 Oct 1998 00:00:03 -0700 pdl (1.99985-1) unstable; urgency=low * New minor revision -- John Lapeyre Fri, 31 Jul 1998 14:24:09 -0700 pdl (1.9906-1) frozen unstable; urgency=low * New minor revision -- John Lapeyre Fri, 1 May 1998 15:29:16 -0700 pdl (1.9905-1) unstable; urgency=low * New minor revision -- John Lapeyre Fri, 24 Apr 1998 16:17:42 -0700 pdl (1.9904-1) unstable; urgency=low * New minor revision -- John Lapeyre Mon, 13 Apr 1998 13:45:34 -0700 pdl (1.9902-2) unstable; urgency=low * suggests mesag2 not mesa2 -- John Lapeyre Mon, 13 Apr 1998 13:45:34 -0700 pdl (1.9902-1) unstable; urgency=low * Upstream minor revision. * Note doc lookup was still broken in 1.9901 * Changed architecture from i386 to any * Fixed doc lookup, I hope -- John Lapeyre Mon, 23 Mar 1998 15:31:34 -0700 pdl (1.9901-2) unstable; urgency=low * Fixed online doc lookup. -- John Lapeyre Sat, 14 Mar 1998 18:21:28 -0700 pdl (1.9901-1) unstable; urgency=low * New upstream minor version including ... * New Free license. * Bug fixes, doc improvements -- John Lapeyre Mon, 9 Mar 1998 12:53:32 -0700 pdl (1.9900-1) non-free; urgency=low * New upstream release -- John Lapeyre Fri, 27 Feb 1998 16:42:27 -0700 pdl (1.95.07-3) non-free; urgency=low * removed perllocal.pod; only for local build -- John Lapeyre Fri, 23 Jan 1998 22:04:49 -0700 pdl (1.95.07-2) non-free; urgency=low * existed a debstd bug; upgraded debstd and repackaged. -- John Lapeyre Fri, 23 Jan 1998 21:09:05 -0700 pdl (1.95.07-1) non-free; urgency=low * Initial Release. -- John Lapeyre Fri, 16 Jan 1998 19:32:22 -0700