reverted: --- freewrl-1.22.6.99~7pre1/debian/changelog.debdiff +++ freewrl-1.22.6.99~7pre1.orig/debian/changelog.debdiff @@ -1,121 +0,0 @@ -freewrl (1.22.5-1.1) unstable; urgency=low - - * Non-maintainer upload. - * Rebuild package as native debian package - - -- Philippe Coval Sat, 20 Mar 2010 16:29:00 +0100 - -freewrl (1.22.5-1) unstable; urgency=low - - * New upstream release. - * Backport from branch win32: Windows port. - * New depend: libGLEW. - * Lintian fix: diff-contains-cvs-control-dir. - * Now depends on Imlib2, removing lot of explicit depends. - - -- Michel Briand (Quand on veut on peut !) Sat, 03 Oct 2009 13:08:59 +0200 - -freewrl (1.22.4-1) unstable; urgency=low - - * New upstream release. - * Lintian fixes: debian-rules-ignores-make-clean-error, - package-uses-deprecated-debhelper-compat-version, - debhelper-script-needs-versioned-build-depends, - virtual-package-depends-without-real-package-depends. - - -- Michel Briand (Quand on veut on peut !) Tue, 21 Jul 2009 13:01:12 +0200 - -freewrl (1.22.3-1) unstable; urgency=low - - * New main version, JAS tagged source tree with FREEWRL_1_22_3. - * pak knows how to pick up a cvs tagged version. - * libEAI enabled for the first time in this Debian packaging. - * Added icon and desktop file. - - -- Michel Briand (Quand on veut on peut !) Sun, 07 Jun 2009 12:51:21 +0200 - -freewrl (1.22.0-2) unstable; urgency=low - - * Upstream fixes. - * Build system fix (to make build work with ld option --as-needed). - * Debian rules fix (libtool finish, proper use of fast install). - - -- Michel Briand (Quand on veut on peut !) Thu, 19 Feb 2009 10:58:58 +0100 - -freewrl (1.22.0-1) unstable; urgency=low - - * New upstream release. - - -- Michel Briand (Quand on veut on peut !) Thu, 12 Feb 2009 01:44:36 +0100 - -freewrl (1.21.2-3) unstable; urgency=low - - * Dependencies fixed (libmozjs1d). - * Mozilla Plugin directory fixed. - * Fonts directory fixed. - - -- Michel Briand (Quand on veut on peut !) Tue, 03 Feb 2009 16:32:50 +0100 - -freewrl (1.21.2-2) unstable; urgency=low - - * Linux: font directory fixed. - - -- Michel Briand (Quand on veut on peut !) Fri, 21 Nov 2008 00:31:34 +0100 - -freewrl (1.21.2-1) unstable; urgency=low - - * New upstream release. - - -- Michel Briand (Quand on veut on peut !) Wed, 19 Nov 2008 19:44:07 +0100 - -freewrl (1.21.1-2) unstable; urgency=low - - * Plugin install directory reworked. - * Menu integration. - - -- Michel Briand (Quand on veut on peut !) Thu, 06 Nov 2008 12:36:30 +0100 - -freewrl (1.21.1-1) unstable; urgency=low - - * New upstream release. - - -- Michel Briand (Quand on veut on peut !) Mon, 03 Nov 2008 23:09:05 +0100 - -freewrl (1.20.7-1.1) unstable; urgency=low - - * New upstream release. - - -- Michel Briand (Quand on veut on peut !) Mon, 03 Nov 2008 23:08:30 +0100 - -freewrl (1.20.7-1) unstable; urgency=low - - * New upstream release. - - -- Michel Briand (Quand on veut on peut !) Tue, 23 Sep 2008 16:42:14 +0200 - -freewrl (1.20.5-1) unstable; urgency=low - - * New upstream release. - * New recommend dependencies. - - -- Michel Briand (Quand on veut on peut !) Thu, 14 Aug 2008 13:46:25 +0200 - -freewrl (1.20.2-1) unstable; urgency=low - - * New upstream version. - - -- Michel Briand (Quand on veut on peut !) Wed, 05 Mar 2008 11:01:23 +0100 - -freewrl (1.19.9-1) unstable; urgency=low - - * Adapt package from Ubuntu to Debian. Changed policy, build depends, - and Makefile.PL. Removed installation of fonts (depends on - ttf-bitstream-vera instead). - - -- Michel Briand (Quand on veut on peut !) Sun, 28 Oct 2007 13:23:24 +0100 - -freewrl (1.18.2-1) dapper; urgency=low - - * Initial release - - -- sarah Tue, 11 Jul 2006 15:17:27 -0400 reverted: --- freewrl-1.22.6.99~7pre1/debian/rules.debdiff +++ freewrl-1.22.6.99~7pre1.orig/debian/rules.debdiff @@ -1,124 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -build_support_parallelization=true - -plugin=libFreeWRLplugin.so -jar=FreeWRL.jar - -CFLAGS = -g - -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - CFLAGS += -O0 -else - CFLAGS += -O2 -endif - -ifeq ($(build_support_parallelization),true) - N=$(shell cat /proc/cpuinfo | grep processor | wc -l) - MAKE+="-j$(N)" -endif - -configure: configure-stamp -configure-stamp: - dh_testdir - if ! test -f ./configure ; then \ - echo "Creating configure..."; \ - autoreconf --force --install; \ - fi - ./configure --prefix=/usr \ - --with-fontsdir=/usr/share/fonts/truetype/ttf-bitstream-vera \ - --disable-static \ - --disable-dependency-tracking \ - --enable-debug \ - --with-target=motif \ - --with-mesa \ - --enable-libeai \ - --with-browser=/usr/bin/firefox \ - --with-soundconv=/usr/bin/sox \ - --with-unzip=/usr/bin/unzip \ - --with-wget=/usr/bin/wget \ - --with-imageconvert=/usr/bin/convert - touch configure-stamp - -build: build-stamp - -build-stamp: configure-stamp - dh_testdir - dh_prep - $(MAKE) - touch build-stamp - -clean-source: - [ ! -f Makefile ] || $(MAKE) distclean - -clean-debian: - dh_testdir - rm -f build-stamp configure-stamp - dh_clean - -clean: clean-source clean-debian - -install: build - dh_testdir - dh_testroot - dh_installdirs - # Install through Make target - $(MAKE) install DESTDIR=$(CURDIR)/debian/freewrl - -rm -f $(PLUGIN_DIR)/*.la - # Plugin is installed in /usr/lib/mozilla/plugins (default on Debian) - # but if other directory exists (Ubuntu) we create symlink - # for the plugin in other directories - for i in firefox firefox-plugins xulrunner-addons iceape iceweasel mozilla-firefox; do \ - mkdir -p $(CURDIR)/debian/freewrl/usr/lib/$$i/plugins; \ - cd $(CURDIR)/debian/freewrl/usr/lib/$$i/plugins; \ - pwd; echo $$i; \ - ln -s ../../mozilla/plugins/$(plugin) $(plugin); \ - ln -s ../../mozilla/plugins/$(jar) $(jar); \ - done - -# Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. - -# Build architecture-dependent files here. -binary-arch: build install - dh_testdir - dh_testroot - dh_installchangelogs -# dh_installdocs -# dh_installexamples -# dh_install - dh_installmenu -# dh_installdebconf -# dh_installlogrotate -# dh_installemacsen -# dh_installpam -# dh_installmime -# dh_installinit -# dh_installcron -# dh_installinfo - dh_installman - dh_link - dh_strip - dh_compress - dh_fixperms -# dh_perl -# dh_python -# dh_makeshlibs - dh_installdeb -# dh_shlibdeps - dh_gencontrol - dh_md5sums - dh_builddeb - -binary: binary-indep binary-arch -.PHONY: build clean binary-indep binary-arch binary install configure reverted: --- freewrl-1.22.6.99~7pre1/debian/copyright.debdiff +++ freewrl-1.22.6.99~7pre1.orig/debian/copyright.debdiff @@ -1,170 +0,0 @@ -This package was debianized by Michel Briand on -Sat, 03 Oct 2009 12:04:43 +0200 (main review of debian files). First -debianization occured in fall 2007. - - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. - reverted: --- freewrl-1.22.6.99~7pre1/debian/control.debdiff +++ freewrl-1.22.6.99~7pre1.orig/debian/control.debdiff @@ -1,12 +0,0 @@ -Source: freewrl -Section: graphics -Priority: optional -Maintainer: Michel Briand (Quand on veut on peut !) -Build-Depends: debhelper (>= 7), libxxf86vm-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libglew1.5-dev, libxaw7-dev, lesstif2-dev, libimlib2-dev, libxml2-dev, libexpat1-dev, libmozjs-dev, gcj | java-compiler, iceape-dev -Standards-Version: 3.8.0 - -Package: freewrl -Architecture: any -Depends: libgl1, libglu1, libglew1.5, libxaw7, lesstif2, libimlib2, libxml2, libexpat1, libmozjs1d, java-runtime -Recommends: ttf-bitstream-vera, wget, sox, convert -Description: FreeWRL X3D/VRML browser diff -u freewrl-1.22.6.99~7pre1/debian/changelog freewrl-1.22.6.99~7pre1/debian/changelog --- freewrl-1.22.6.99~7pre1/debian/changelog +++ freewrl-1.22.6.99~7pre1/debian/changelog @@ -1,20 +1,22 @@ -freewrl (1.22.6.99~7pre1-0ubuntu0~rzr8) karmic; urgency=low +freewrl (1.22.6.99~7pre1-0ubuntu0~rzr20100327) karmic; urgency=low - * http://rzr.online.fr/q/vrml # work in progress - * Updated standards - * Add debian/watch - * Add missing dependencies ; pkg-config, x11proto-print-dev - * Remove hardcoded dependencies - * Fix upstream mistake (to be confirmed) - * Updated description + * http://rzr.online.fr/q/vrml - -- Philippe Coval Sat, 20 Mar 2010 23:16:47 +0100 + -- Philippe Coval Sat, 27 Mar 2010 23:27:21 +0100 -freewrl (1.22.6.99~7pre1-1) unstable; urgency=low +freewrl (1.22.6.99~7pre1-0) UNRELEASED; urgency=low * New upstream release + * Fix upstream mistake (to be confirmed) + * Updated standards + * Updated description + * Remove hardcoded dependencies + * Add debian/watch + * Add missing dependencies : pkg-config, x11proto-print-dev + * Merged from archive + * Work in progress : http://rzr.online.fr/q/vrml - -- Philippe Coval Sat, 20 Mar 2010 16:46:33 +0100 + -- Philippe Coval Sun, 21 Mar 2010 00:43:30 +0100 freewrl (1.22.6-1) unstable; urgency=low @@ -145,0 +148,227 @@ + +freewrl (1.07-1) unstable; urgency=low + + * QA Upload + * Changed Maintainer to Debian QA Group + * Patched CFuncs/EAIServ.c and CFuncs/JavaClass.c so this package builds + on AMD64 with gcc3.4/gcc4.0, closes: #272815, #286145. I did this with + dpatch which adds a build-dependency on dpatch - modified + debian/control and debian/rules accordingly. + + -- Stephen Quinney Wed, 16 Feb 2005 16:34:26 +0000 + +freewrl (1.07-0.2) unstable; urgency=medium + + * Non-maintainer upload. + * debian/rules: + + Install fw2init.pl, which is needed by freewrl (Closes: #266950). + * CFrontEnd/Makefile: + + Set FWVER as "V1.07" instead of "1.07". + + -- Sam Hocevar (Debian packages) Wed, 25 Aug 2004 12:04:54 +0200 + +freewrl (1.07-0.1) unstable; urgency=medium + + * Non-maintainer upload. + * New upstream version. + * debian/control: + + s/URL's/URLs/ + + Set policy to 3.6.1.1. + * debian/menu: + + Quoted strings where appropriate. + * debian/rules: + + Fix example files permissions. + + Remove a useless .cvsignore file. + + Quote cflags when calling make, thanks to Rob Radez (Closes: #240394). + + Install the C freewrl frontend (Closes: #239326, #259764). + * debian/copyright: + + Added a link to the GPL. + + Fixed the homepage URL (Closes: #254722). + * debian/README.debian: + + Removed this empty file. + * JS/js/src/jsprf.c: + + Use va_copy instead of VARARGS_ASSIGN (Closes: #244158). + * CFrontEnd/Makefile: + + Hardcoded the program version. + + -- Sam Hocevar (Debian packages) Thu, 19 Aug 2004 11:53:42 +0200 + +freewrl (1.05-3) unstable; urgency=low + + * Add libperl-dev to Build-Depends:, + Closes: #238615 + + -- Stephen Zander Thu, 18 Mar 2004 21:59:31 -0800 + +freewrl (1.05-2) unstable; urgency=low + + * Build libjs.a with -fPIC, + Closes: #237805 + * Also fix a packaging bug that resulted in the VRML fonts ending up in + the root file systems + + -- Stephen Zander Sat, 13 Mar 2004 21:23:13 -0800 + +freewrl (1.05-1) unstable; urgency=low + + * New upstream release + * Include freewrl fonts, + Closes: #237052 + + -- Stephen Zander Fri, 12 Mar 2004 21:10:11 -0800 + +freewrl (1.03-1) unstable; urgency=low + + * New upstream release. + * Changes to mpeg.h remove endian issues, + Closes: #207670 + * Link static libjs.a to perl modules correctly, + Closes: #211551 + + -- Stephen Zander Wed, 19 Nov 2003 21:11:01 -0800 + +freewrl (1.00-1) unstable; urgency=low + + * New upstream source, no longer contains multiline strings, + Closes: #153049, #197225 + * Fix failures when the build process restarts, + Closes: #110504 + * Fix typos in description, + Closes: #124643 + * Suggest www-browser instead of netscape, + Closes: #138839 + * Merge NMU changes, + Closes: #158962 + * Install the correct README files, + Closes: #198624 + + -- Stephen Zander Wed, 27 Aug 2003 15:22:36 -0700 + +freewrl (0.29-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Avoid multiline strings (thanks, Thomas Poindessous; closes: #197225). + + -- Colin Watson Tue, 19 Aug 2003 17:21:19 +0100 + +freewrl (0.29-1.1) unstable; urgency=low + + * Non-maintainer upload (BSP) + * Rebuilt for perl 5.8 (closes: #158962) + + -- Bas Zoetekouw Sat, 31 Aug 2002 19:53:17 +0000 + +freewrl (0.29-1) unstable; urgency=medium + + * New upstream source + * Fix build dependencies, Closes: #108813 + * REALLY Fixed CLK_TCK macro breakage caused by perl upgrade, Closes: #108926 + * Remove -L/usr/local/lib from build instructions, Closes: #110441 + * Added lost dependency on libwww-perl, Closes: #110814 + + -- Stephen Zander Sat, 15 Sep 2001 23:46:01 -0700 + +freewrl (0.28.2-1) unstable; urgency=low + + * New upstream source + * Updated for policy 3.5.1 and the new perl packaging policy, Closes: #80702 + * Removed suggestion for missing package, Closes: #63361 + * Removed menu entry, Closes: #66351 + * Fixed CLK_TCK macro breakage caused by perl upgrade, Closes: #88719 + + -- Stephen Zander Mon, 13 Aug 2001 22:43:18 -0700 + +freewrl (0.26-1) unstable; urgency=low + + * New upstream source. + * Fixed references to prcpucfg.h so they now find the right file, + Closes: #64533 + * Correctly recognise Linux on alpha, Closes: #72840 + + -- Stephen Zander Sun, 1 Oct 2000 18:17:06 -0700 + +freewrl (0.23-1) unstable; urgency=low + + * New upstream source + * Changed depndency on mesag to libgl, Closes: #57128 + * Now provide vrml-browser, Closes: #52809 + * Build configuration changed upstream, Closes: #60953 + * Closing unreproducable bug, Closes: #42590 + + -- Stephen Zander Mon, 22 May 2000 01:19:19 -0700 + +freewrl (0.20.a1-3) unstable; urgency=low + + * New maintainer. + * Fixed incorrect URL in description, Closes: #47553 + * Changed to freetype2, Closes: #43506 + + -- Stephen Zander Fri, 5 Nov 1999 07:54:15 -0800 + +freewrl (0.20.a1-2) unstable; urgency=low + + * reapplied lost patches for m68k and alpha + + -- John Lapeyre Mon, 5 Jul 1999 13:15:29 -0700 + +freewrl (0.20.a1-1) unstable; urgency=low + + * New upstream version #37059 + * Added mime type #30557 + * added menu file #38181 + * added missing dependency #30557 + * changed section to net #38180 + + -- John Lapeyre Sat, 3 Jul 1999 16:25:16 -0700 + + +freewrl (0.16-2) unstable frozen; urgency=low + + * Reapply patches lost with since 0.14 + + -- John Lapeyre Mon, 16 Nov 1998 12:55:42 -0700 + +freewrl (0.16-1) unstable frozen; urgency=low + + * Upstream revision fixes many bugs, + and improves documents. No new features. + * Link against mesa 3.0 + + -- John Lapeyre Fri, 30 Oct 1998 04:03:15 -0700 + +freewrl (0.14-4) unstable; urgency=low + + * Recompile for new perl + + -- John Lapeyre Tue, 6 Oct 1998 11:41:38 -0700 + +freewrl (0.14-3) unstable; urgency=low + + * Added missing information in copyright. + + -- John Lapeyre Sun, 27 Sep 1998 16:14:06 -0700 + + +freewrl (0.14-2) unstable; urgency=low + + * Integrated patches from Slootman and Hodek + * Note that there are two competing 0.14-1.1 versions + one from Slootman and one from Hodek. + + -- John Lapeyre Wed, 2 Sep 1998 17:17:01 -0700 + +freewrl (0.14-1.1) unstable; urgency=low + + * non-maintainer upload (binary-only) for Alpha + * if __alpha is defined, it doesn't automatically imply it's OSF + (in JS/js/prcpucfg.c) + * also fixed JS/js/prcpucfg.h for Linux on Alpha + * don't assume i386 as architecture in debian/rules + + -- Paul Slootman Mon, 31 Aug 1998 21:14:05 +0200 + +freewrl (0.14-1) unstable; urgency=low + + * Initial Release. + + -- John Lapeyre Fri, 31 Jul 1998 13:04:33 -0700 diff -u freewrl-1.22.6.99~7pre1/debian/control freewrl-1.22.6.99~7pre1/debian/control --- freewrl-1.22.6.99~7pre1/debian/control +++ freewrl-1.22.6.99~7pre1/debian/control @@ -2,7 +2,12 @@ Section: graphics Priority: optional Maintainer: Debian Multimedia Team -Build-Depends: debhelper (>= 7), libxxf86vm-dev, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libglew1.5-dev, libxaw7-dev, libmotif-dev, libimlib2-dev, libxml2-dev, libexpat1-dev, libmozjs-dev, gcj | java-compiler, iceape-dev, pkg-config, x11proto-print-dev +Build-Depends: debhelper (>= 7), + libxxf86vm-dev, x11proto-print-dev, lesstif2-dev, libxaw7-dev, + libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, libglew1.5-dev, + libimlib2-dev, libxml2-dev, libexpat1-dev, + libmozjs-dev, + gcj | java-compiler, iceape-dev, pkg-config Standards-Version: 3.8.4 Homepage: http://freewrl.sourceforge.net Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/freewrl.git @@ -10,10 +15,13 @@ Package: freewrl Architecture: any +Provides: vrml-browser Depends: java-runtime, ${shlibs:Depends}, ${misc:Depends} +Suggests: iceweasel | xulrunner Recommends: ttf-bitstream-vera, wget, sox, convert Description: X3D/VRML browser for 3D contents - It aims to be fully VRML97 compliant, complete with scripting in Perl, Java and Javascript, and EAI + Player aims to be fully VRML97 compliant, complete with scripting in Perl, + Java and Javascript, and EAI . It is written mostly in Perl with some C for library interfaces & rendering, and uses OpenGL (Mesa) for graphics. reverted: --- freewrl-1.22.6.99~7pre1/debian/compat.debdiff +++ freewrl-1.22.6.99~7pre1.orig/debian/compat.debdiff @@ -1 +0,0 @@ -7