--- slpvm-0.1.5.orig/debian/changelog +++ slpvm-0.1.5/debian/changelog @@ -0,0 +1,149 @@ +slpvm (0.1.5-13) unstable; urgency=medium + + * QA (group) upload + * d/control: + + Remove myself from the Uploaders list (closes: #571881) + + Set Maintainer to Debian QA Group (orhpaned package) + * d/rules: Set correct path for the pvm3 library + + -- Rafael Laboissiere Mon, 01 Aug 2016 17:08:30 -0300 + +slpvm (0.1.5-12.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS: use --with-slanglib multiarch path (Closes: #640687) + + -- Simon Paillard Sat, 17 Dec 2011 10:56:54 +0100 + +slpvm (0.1.5-12) unstable; urgency=low + + * debian/control: + + Bump Standards-Version to 3.8.1 (no changes needed) + + The package is now maintained with Git at alioth.debian.org. Add + Vcs-Git field and change Vcs-Browser accordingly. + + Fix Lintian warning debhelper-but-no-misc-depends + + Bump build dependency on debhelper to >= 7 + * debian/compat: Set compatibility level of debhelper to 7 + * debian/watch: Add PASV to the options in order to access the upstream + FTP server + + -- Rafael Laboissiere Sun, 26 Apr 2009 13:57:29 +0200 + +slpvm (0.1.5-11) unstable; urgency=low + + * debian/control: Build-depend on autotools-dev, such that + config.{guess,sub} files are updated + * debian/source.intian-overrides: Drop Lintian override + + -- Rafael Laboissiere Tue, 18 Mar 2008 17:36:43 +0100 + +slpvm (0.1.5-10) unstable; urgency=low + + * debian/control: + + Added Homepage field + + Use the now official Vcs-* fields instead of the obsolete XS-Vcs-* + + Dropped the Homepage pseudo-header from the extended description + + Bumped Standards-Version to 3.7.3 + + -- Rafael Laboissiere Sat, 15 Dec 2007 23:43:57 +0100 + +slpvm (0.1.5-9) unstable; urgency=low + + * Oops, debian/rules was not changed in the last upload. Uploading + again... + + -- Rafael Laboissiere Sat, 5 May 2007 11:07:09 +0200 + +slpvm (0.1.5-8) unstable; urgency=low + + * debian/rules: Removed regression test, which is not working on the + autobuilders (closes: #422241) + + -- Rafael Laboissiere Sat, 5 May 2007 10:32:35 +0200 + +slpvm (0.1.5-7) unstable; urgency=low + + * Use absolute paths for the SLANG_MODULE_PATH and SLSH_PATH environment + variables, making the master/slave examples really work and avoiding + the error messages that fill the hard disk (closes: #422155) + + * debian/examples: Renamed from debian/slang-pvm.examples + + -- Rafael Laboissiere Fri, 4 May 2007 10:29:00 +0200 + +slpvm (0.1.5-6) unstable; urgency=low + + * Make regression tests really work: + + debian/control: Added slsh to build-dependencies (closes: #422113) + + debian/rules: Set the appropriate values for the SLANG_MODULE_PATH + and SLSH_PATH environment variables + + -- Rafael Laboissiere Thu, 3 May 2007 22:49:30 +0200 + +slpvm (0.1.5-5) unstable; urgency=low + + * debian/watch: Added file + * debian/control: + - Added space before pseudo-header Homepage, complying with the Debian + Best Packaging Practices + - Added XS-Vcs-Svn and XS-Vcs-Browser fields to the Source section + - Changed the priority of the package "extra", because it depends on + libpvm3, which has also priority "extra" (comply with Policy Section + 2.5: Priorities) + * debian/source.lintian-overrides: Add a lintian override for + outdated-autotools-helper-file, since we're using CDBS' autotools.mk + * debian/rules: Remove config.log in clean target + + -- Rafael Laboissiere Thu, 3 May 2007 22:24:13 +0200 + +slpvm (0.1.5-4) unstable; urgency=low + + * debian/control: + - Added my name to the Uploaders list + - Bumped Standards-Version to 3.7.2 (no changes needed) + + -- Rafael Laboissiere Tue, 15 Aug 2006 23:19:38 +0200 + +slpvm (0.1.5-3) unstable; urgency=low + + +++ Changes by Rafael Laboissiere + + * debian/watch: Added file + + -- Debian JED Group Fri, 11 Nov 2005 00:43:07 +0100 + +slpvm (0.1.5-2) unstable; urgency=low + + +++ Changes by Rafael Laboissiere + + * debian/control: Changed the maintainer to + pkg-jed-sl-modules@lists.alioth.debian.org + + -- Debian JED Group Tue, 8 Nov 2005 23:11:34 +0100 + +slpvm (0.1.5-1) unstable; urgency=low + + +++ Changes by Rafael Laboissiere + + * First official release (closes: #336256) + + -- Debian JED Group Sat, 29 Oct 2005 18:28:51 +0200 + +slpvm (0.1.5-0.1) unstable; urgency=low + + +++ Changes by Rafael Laboissiere + + * Initial release + + -- Debian JED Group Wed, 26 Oct 2005 15:43:11 +0200 + +Local Variables: +eval: (add-local-hook + 'debian-changelog-add-version-hook + (lambda () + (save-excursion + (forward-line -1) + (beginning-of-line) + (insert "\n [ " + (or (getenv "DEBFULLNAME") (user-full-name)) " ]")))) +End: --- slpvm-0.1.5.orig/debian/compat +++ slpvm-0.1.5/debian/compat @@ -0,0 +1 @@ +7 --- slpvm-0.1.5.orig/debian/control +++ slpvm-0.1.5/debian/control @@ -0,0 +1,28 @@ +Source: slpvm +Section: interpreters +Priority: extra +Maintainer: Debian QA Group +Build-Depends: debhelper (>= 7), libslang2-dev (>= 2.0.4-6), + pvm-dev, cdbs, slsh, autotools-dev +Standards-Version: 3.8.1 +Homepage: http://space.mit.edu/cxc/software/slang/modules/pvm/ +Vcs-Git: git://git.debian.org/git/pkg-jed/slpvm.git +Vcs-Browser: http://git.debian.org/?p=pkg-jed/slpvm.git + +Package: slang-pvm +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Suggests: slsh (>= 2.0) | jed (>= 0.99.17) | slrn (>= 0.9.8.1pl1-4) +Description: PVM (Parallel Virtual Machine) interface for S-Lang + PVM (Parallel Virtual Machine) is a software package which permits a + heterogeneous collection computers connected by a network to be used + as a single large parallel computer. + . + The S-Lang PVM module provides a S-Lang interface to PVM. By + organizing distributed computations with S-Lang, one gains the + advantages of programming in an interpreted language. + . + With this approach, one can make efficient use of all available + computer resources: high level logic is handled in interpreted code, + CPU intensive work is done in compiled code and PVM simplifies using + all available CPUs. --- slpvm-0.1.5.orig/debian/copyright +++ slpvm-0.1.5/debian/copyright @@ -0,0 +1,35 @@ +This package was debianized by Rafael Laboissiere on +Fri Oct 28 13:18:29 CEST 2005 + +It was downloaded from + + ftp://space.mit.edu/pub/cxc/modules/pvm + +Copyright Holder: Massachusetts Institute of Technology + +License: + + Copyright (c) 2003 Massachusetts Institute of Technology + + This software was developed by the MIT Center for Space Research + under contract SV1-61010 from the Smithsonian Institution. + + Permission to use, copy, modify, distribute, and sell this software + and its documentation for any purpose is hereby granted without fee, + provided that the above copyright notice appear in all copies and + that both that copyright notice and this permission notice appear in + the supporting documentation, and that the name of the Massachusetts + Institute of Technology not be used in advertising or publicity + pertaining to distribution of the software without specific, written + prior permission. The Massachusetts Institute of Technology makes + no representations about the suitability of this software for any + purpose. It is provided "as is" without express or implied warranty. + + THE MASSACHUSETTS INSTITUTE OF TECHNOLOGY DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE MASSACHUSETTS + INSTITUTE OF TECHNOLOGY BE LIABLE FOR ANY SPECIAL, INDIRECT OR + CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS + OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, + NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION + WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --- slpvm-0.1.5.orig/debian/examples +++ slpvm-0.1.5/debian/examples @@ -0,0 +1 @@ +examples/* --- slpvm-0.1.5.orig/debian/rules +++ slpvm-0.1.5/debian/rules @@ -0,0 +1,21 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk + +libdir = /usr/lib/$(DEB_HOST_MULTIARCH) +DEB_CONFIGURE_EXTRA_FLAGS += --with-slanglib=$libdir --with-pvm3lib=$libdir +DEB_MAKE_BUILD_TARGET := all RPATH= + +## Removed the regresssion test until it is sure it works in the +## autobuilders (cf Bug#422241 and Bug#422155) +#build/slang-pvm:: +# -( cd examples ; \ +# pvmd & \ +# SLANG_MODULE_PATH=/usr/lib/slang/v2/modules/:$(CURDIR)/src \ +# SLSH_PATH=/usr/share/slsh/:$(CURDIR)/src \ +# ./master hostname 2 ; \ +# echo halt | pvm ) + +clean:: + rm -f config.log --- slpvm-0.1.5.orig/debian/watch +++ slpvm-0.1.5/debian/watch @@ -0,0 +1,2 @@ +version=3 +opts=pasv ftp://space.mit.edu/pub/cxc/modules/pvm/pvm-([\d.]+).tar.gz