[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Unblock request: crystalspace



Hi,

Please unblock crystalspace . The NMU is pretty intrusive and was done with involvement from the maintainer. The package has not been in testing previously so if you prefer not to allow it, that is understandable. Here is the changelog:

crystalspace (1.2-20080206-1.1) unstable; urgency=low

 * Non-maintainer upload.
 * Don't build with no-long-double. (Closes: #471057).
   + Thanks to Andres Mejia for the fix.
 * Add watch file.
 * Move DH_COMPAT from rules to debian/compat.
 * Remove maintainer scripts, addmissing, and control-fr files.
 * debian/copyright: Add license info for castle level.
 * Remove arch checks to build on all archs. (Closes: #492920).
   + Thanks to Devid Antonio Filoni for the diff.
   + Should now build on kfreebsd as well. (Closes: #462326).
 * Add get-orig-source target.
 * Adjust build-depends.
   + Change xlibmesa-gl-dev | libgl-dev to libgl1-mesa-dev.
   + Add libcaca-dev, libwxgtk2.8-dev, libcegui-mk2-dev.
 * Fix depends on -dev package.
   + Change libc6-dev to ${shlibs:Depends}, ${misc:Depends}.
 * Add Homepage stanza.
 * Bump Standards Version to 3.8.0.
   + Menu policy transition.

-- Barry deFreese <bdefreese@debian.org>  Thu, 13 Nov 2008 12:42:33 -0500

I'm also attaching a debdiff.

Thank you,

Barry deFreese


reverted:
--- crystalspace-1.2-20080206/debian/postrm
+++ crystalspace-1.2-20080206.orig/debian/postrm
@@ -1,36 +0,0 @@
-#! /bin/sh
-# postrm script for crystalspace
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postrm> `remove'
-#        * <postrm> `purge'
-#        * <old-postrm> `upgrade' <new-version>
-#        * <new-postrm> `failed-upgrade' <old-version>
-#        * <new-postrm> `abort-install'
-#        * <new-postrm> `abort-install' <old-version>
-#        * <new-postrm> `abort-upgrade' <old-version>
-#        * <disappearer's-postrm> `disappear' <r>overwrit>r> <new-version>
-# for details, see /usr/share/doc/packaging-manual/
-
-case "$1" in
-       purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-
-
-        ;;
-
-    *)
-        echo "postrm called with unknown argument \`$1'" >&2
-        exit 0
-
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-
reverted:
--- crystalspace-1.2-20080206/debian/postinst
+++ crystalspace-1.2-20080206.orig/debian/postinst
@@ -1,48 +0,0 @@
-#! /bin/sh
-# postinst script for crystalspace
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <postinst> `configure' <most-recently-configured-version>
-#        * <old-postinst> `abort-upgrade' <new version>
-#        * <conflictor's-postinst> `abort-remove' `in-favour' <package>
-#          <new-version>
-#        * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
-#          <failed-install-package> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see /usr/share/doc/packaging-manual/
-#
-# quoting from the policy:
-#     Any necessary prompting should almost always be confined to the
-#     post-installation script, and should be protected with a conditional
-#     so that unnecessary prompting doesn't happen if a package's
-#     installation fails and the `postinst' is called with `abort-upgrade',
-#     `abort-remove' or `abort-deconfigure'.
-
-case "$1" in
-    configure)
-    # dh_link don't do this correctly
-    #[ ! -L /usr/lib/crystalspace/data/config ] && [ -d /usr/lib/crystalspace/data/config ] && rmdir /usr/lib/crystalspace/data/config && ln -s /etc/crystalspace/config /usr/lib/crystalspace/data/config
-    ;;
-
-    abort-upgrade|abort-remove|abort-deconfigure)
-
-    ;;
-
-    *)
-        echo "postinst called with unknown argument \`$1'" >&2
-        exit 0
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
diff -u crystalspace-1.2-20080206/debian/changelog crystalspace-1.2-20080206/debian/changelog
--- crystalspace-1.2-20080206/debian/changelog
+++ crystalspace-1.2-20080206/debian/changelog
@@ -1,3 +1,27 @@
+crystalspace (1.2-20080206-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Don't build with no-long-double. (Closes: #471057).
+    + Thanks to Andres Mejia for the fix.
+  * Add watch file.
+  * Move DH_COMPAT from rules to debian/compat.
+  * Remove maintainer scripts, addmissing, and control-fr files.
+  * debian/copyright: Add license info for castle level.
+  * Remove arch checks to build on all archs. (Closes: #492920).
+    + Thanks to Devid Antonio Filoni for the diff.
+    + Should now build on kfreebsd as well. (Closes: #462326).
+  * Add get-orig-source target.
+  * Adjust build-depends.
+    + Change xlibmesa-gl-dev | libgl-dev to libgl1-mesa-dev.
+    + Add libcaca-dev, libwxgtk2.8-dev, libcegui-mk2-dev.
+  * Fix depends on -dev package.
+    + Change libc6-dev to ${shlibs:Depends}, ${misc:Depends}.
+  * Add Homepage stanza.
+  * Bump Standards Version to 3.8.0.
+    + Menu policy transition.
+
+ -- Barry deFreese <bdefreese@debian.org>  Thu, 13 Nov 2008 12:42:33 -0500
+
 crystalspace (1.2-20080206-1) unstable; urgency=low
 
   * Control file make again crystalspace for any architecture though
reverted:
--- crystalspace-1.2-20080206/debian/addmissing
+++ crystalspace-1.2-20080206.orig/debian/addmissing
@@ -1,25 +0,0 @@
-# ! /bin/sh
-CURDIR=$1
-cp -r $CURDIR/CS/scripts/lua \
-	$CURDIR/debian/tmp/usr/lib/crystalspace/scripts
-cp -r $CURDIR/CS/scripts/blender \
-	$CURDIR/debian/tmp/usr/lib/crystalspace/scripts
-cp -r $CURDIR/CS/scripts/cs-config \
-	$CURDIR/debian/tmp/usr/lib/crystalspace/scripts
-
-for level in flarge partsys
-do
-	[ -d $CURDIR/CS/data/$level ] && \
-	cd $CURDIR/CS/data/$level ; \
-	zip $CURDIR/debian/tmp/usr/lib/crystalspace/data/$level.zip world
-done
-[ -d $CURDIR/debian/tmp/usr/lib/crystalspace/data/mdltest ] \
-|| mkdir $CURDIR/debian/tmp/usr/lib/crystalspace/data/mdltest
-cp $CURDIR/CS/data/mdltest/?o* $CURDIR/debian/tmp/usr/lib/crystalspace/data/mdltest
-
-[ ! -f $CURDIR/debian/tmp/usr/lib/crystalspace/data/config/csbumptest.cfg ] && \
-echo "Compensate missing csbumptest.cfg file" && \
-cp $CURDIR/CS/data/config/csbumptest.cfg $CURDIR/debian/tmp/usr/lib/crystalspace/data/config
-[ ! -f $CURDIR/debian/tmp/usr/lib/crystalspace/data/config/csdemo.cfg ] && \
-echo "Compensate missing csdemo.cfg file" && \
-cp $CURDIR/CS/data/config/csdemo.cfg $CURDIR/debian/tmp/usr/lib/crystalspace/data/config
diff -u crystalspace-1.2-20080206/debian/copyright crystalspace-1.2-20080206/debian/copyright
--- crystalspace-1.2-20080206/debian/copyright
+++ crystalspace-1.2-20080206/debian/copyright
@@ -22,0 +23,9 @@
+
+------------------------------------------------------------------------------
+
+License of /usr/share/crystalspace-*/data/maps/castle/
+
+  The castle level was made by Anders Wisur (anders.wisur@gmail.com).
+  The license of the level and textures is the Creative Commons by-sa license:
+  http://creativecommons.org/licenses/by-sa/2.5
+
diff -u crystalspace-1.2-20080206/debian/rules crystalspace-1.2-20080206/debian/rules
--- crystalspace-1.2-20080206/debian/rules
+++ crystalspace-1.2-20080206/debian/rules
@@ -11,8 +11,6 @@
 # Uncomment this to turn on verbose mode. 
 #export DH_VERBOSE=1
 
-# This is the debhelper compatability version to use.
-export DH_COMPAT=5
 # This has to be exported to make some magic below work.
 export DH_OPTIONS
 
@@ -74,8 +72,12 @@
 	#  this is adding #define CS_NO_QSQRT in CS/include/volatile.h
 	# Don't support until this is dynamic lib
 	# --enable-meta-info-embedding was by default before (enbed .csplugin info)
+	# Use cs_cv_prog_cxx_ignore_long_double_ok=no to disable use of
+	# -Wno-long-double.
 	perl -pi -e "s:\[crystal\]:\[crystalspace\]:" $(CURDIR)/CS/configure.ac
-	cd CS; ./bin/autogen.sh ; cs_cv_prog_cxx_local_include=no ./configure $(CONFDIR) $(CPUOPTIM) $(PYTHON) $(NEWRENDERER) $(CONFFLAG)
+	cd CS; ./bin/autogen.sh ; cs_cv_prog_cxx_local_include=no \
+		cs_cv_prog_cxx_ignore_long_double_ok=no \
+		./configure $(CONFDIR) $(CPUOPTIM) $(PYTHON) $(NEWRENDERER) $(CONFFLAG)
 
 	# Install as much as possible
 	#perl -pi -e "s/#TO_INSTALL/TO_INSTALL/" $(CURDIR)/CS/cache.mak
@@ -130,15 +132,6 @@
 	# Blocks is not anymore in CS CVS
 	# Ok this is rather dirty but i didn't find where to put this for blocks (only for dyn lib in fact)
 	#echo "LIBS.EXE += -lz"  >> $(CURDIR)/CS/config.mak 
-ifeq ($(DEB_HOST_ARCH),i386)
-	cd $(CURDIR)/CS; $(MAKE) all
-endif
-ifeq ($(DEB_HOST_ARCH),amd64)
-	cd $(CURDIR)/CS; $(MAKE) all
-endif
-ifeq ($(DEB_HOST_ARCH),powerpc)
-	cd $(CURDIR)/CS; $(MAKE) all
-endif
 	# should be too something like this $(MAKE) all USE_SHARED_LIBS=yes
 
 build-indep: build-indep-stamp
@@ -181,47 +174,20 @@
 	dh_installdirs -a
 
 	# Add here commands to install the package into debian/crystalspace.
-ifeq ($(DEB_HOST_ARCH),i386)
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_bin 
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_lib 
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_plugin 
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_data 
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_config 
-
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace-dev $(MAKE) install_include
-endif
-ifeq ($(DEB_HOST_ARCH),amd64)
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_bin 
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_lib 
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_plugin 
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_data 
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_config 
-
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace-dev $(MAKE) install_include
-endif
-ifeq ($(DEB_HOST_ARCH),powerpc)
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_bin 
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_lib 
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_plugin 
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_data 
-	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_config 
-
+	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace $(MAKE) install_bin install_lib install_plugin install_data install_config
 	cd CS; DESTDIR=$(CURDIR)/debian/crystalspace-dev $(MAKE) install_include
-endif
 
 	# Let's fix some things
-	#chmod +x $(CURDIR)/debian/crystalspace/usr/share/crystalspace/bindings/python/tutor*.py
-	-rm -f $(CURDIR)/debian/crystalspace/usr/share/crystalspace/data/maps/castle/license.txt
-	#chmod +x $(CURDIR)/debian/crystalspace/usr/share/crystalspace/build/autoconf/config.guess
-	#chmod +x $(CURDIR)/debian/crystalspace/usr/share/crystalspace/build/autoconf/config.sub
-	#chmod +x $(CURDIR)/debian/crystalspace/usr/share/crystalspace/build/autoconf/install-sh
-	#chmod +x $(CURDIR)/debian/crystalspace/usr/share/crystalspace/build/jamtemplate/autogen.template
-	#[ ! -d $(CURDIR)/debian/crystalspace/usr/share/crystalspace/data/maps/flarge/factories ] && \
+	#chmod +x $(CURDIR)/debian/crystalspace/usr/share/crystalspace*/bindings/python/tutor*.py
+	chmod +x $(CURDIR)/debian/crystalspace/usr/share/crystalspace*/bindings/perl5/perlsimp.pl
+	-rm -f $(CURDIR)/debian/crystalspace/usr/share/crystalspace*/data/maps/castle/license.txt
+	#[ ! -d $(CURDIR)/debian/crystalspace/usr/share/crystalspace*/data/maps/flarge/factories ] && \
 	#	cp -r $(CURDIR)/CS/data/flarge/factories \
-	#	$(CURDIR)/debian/crystalspace/usr/share/crystalspace/data/maps/flarge 
+	#	$(CURDIR)/debian/crystalspace/usr/share/crystalspace*/data/maps/flarge 
 	-rm -f $(CURDIR)/debian/crystalspace/usr/bin/*.dbg
-	-rm -f $(CURDIR)/debian/crystalspace/usr/lib/crystalspace-1.2/*.dbg
-	-rm -f $(CURDIR)/debian/crystalspace/usr/share/crystalspace/bindings/python/_cspace.so.dbg
+	-rm -f $(CURDIR)/debian/crystalspace/usr/lib/crystalspace*/*.dbg
+	-rm -f $(CURDIR)/debian/crystalspace/usr/share/crystalspace*/bindings/python/_cspace.so.dbg
+	-rm -rf $(CURDIR)/debian/crystalspace/usr/share/crystalspace*/build
 
 	# Rename to generic binary
 	[ -f $(CURDIR)/debian/crystalspace/usr/bin/startme ] && \
@@ -303,0 +270,10 @@
+
+get-orig-source:
+	@cd ..;																	\
+	wget http://www.crystalspace3d.org/downloads/release/crystalspace-src-${VERSION}.tar.bz2;						\
+	tar fjx crystalspace-src-${VERSION}.tar.bz2;												\
+	rm -f fjx crystalspace-src-${VERSION}.tar.bz2;												\
+	mkdir crystalspace-${VERSION}.orig;													\
+	mv crystalspace-src-${VERSION} crystalspace-${VERSION}.orig/CS;										\
+	tar --exclude=crystalspace-${VERSION}.orig/CS/svn-commit*.tmp -czf crystalspace_${VERSION}.orig.tar.gz crystalspace-${VERSION}.orig;	\
+	rm -rf crystalspace-${VERSION}.orig
reverted:
--- crystalspace-1.2-20080206/debian/control-fr
+++ crystalspace-1.2-20080206.orig/debian/control-fr
@@ -1,59 +0,0 @@
-Source: crystalspace
-Section: games
-Priority: optional
-Maintainer: Christian Bayle <bayle@aist.enst.fr>
-Build-Depends: debhelper (>> 3.0.0), python-dev (>= 2.0), nasm (>= 0.98.08-1), lib3ds-dev (>= 1.2-010724-1), libogg-dev (>= 1.0rc2-1), libttf-dev (>= 1.4pre.20010424-1), libmikmod2-dev, libvorbis-dev, docbook-to-man, xlibmesa-dev, zip, libpng-dev, libjpeg62-dev, libfreetype6-dev
-Standards-Version: 3.5.2
-
-Package: crystalspace
-Architecture: any
-Depends: ${shlibs:Depends} 
-Suggests: crystalspace-demos, crystalspace-doc, crystalspace-dev
-Description: Multiplatform 3D Game Development Kit
- Crystal Space is a free 3D game toolkit. It can be used for a variety
- of 3D visualization tasks. Many people will probably be interested in using
- Crystal Space as the basis of a 3D game, for which it is well suited. 
-Description-fr: Kit de développement 3D Multi-Plateformes
- Crystal Space est un kit de jeu 3D libre. Il peut etre utilisé pour 
- beaucoup de taches de visualisation 3D. Beaucoup de programmeurs seront sans 
- doute interéssés pour l'utiliser comme base d'un jeu 3D, pour lequel il
- convient bien.
-
-Package: crystalspace-dev
-Architecture: any
-Depends: crystalspace (= ${Source-Version}), libc6-dev
-Description: Multiplatform 3D Game Development Kit dev files
- Crystal Space is a free 3D game toolkit. It can be used for a variety
- of 3D visualization tasks. Many people will probably be interested in using
- Crystal Space as the basis of a 3D game, for which it is well suited. 
-Description-fr: Kit de développement 3D Multi-Plateformes (Fichiers dev)
- Crystal Space est un kit de jeu 3D libre. Il peut etre utilisé pour 
- beaucoup de taches de visualisation 3D. Beaucoup de programmeurs seront sans 
- doute interéssés pour l'utiliser comme base d'un jeu 3D, pour lequel il
- convient bien.
-
-Package: crystalspace-doc
-Architecture: all
-Description: Multiplatform 3D Game Development Kit Documentation
- Crystal Space is a free 3D game toolkit. It can be used for a variety
- of 3D visualization tasks. Many people will probably be interested in using
- Crystal Space as the basis of a 3D game, for which it is well suited. 
-Description-fr: Kit de développement 3D Multi-Plateformes (Documentations)
- Crystal Space est un kit de jeu 3D libre. Il peut etre utilisé pour 
- beaucoup de taches de visualisation 3D. Beaucoup de programmeurs seront sans 
- doute interéssés pour l'utiliser comme base d'un jeu 3D, pour lequel il
- convient bien.
-
-Package: crystalspace-demos
-Architecture: any
-Depends: crystalspace (= ${Source-Version})
-Description: Multiplatform 3D Game Development Kit Demos
- Crystal Space is a free 3D game toolkit. It can be used for a variety
- of 3D visualization tasks. Many people will probably be interested in using
- Crystal Space as the basis of a 3D game, for which it is well suited. 
-Description-fr: Kit de développement 3D Multi-Plateformes (Demos)
- Crystal Space est un kit de jeu 3D libre. Il peut etre utilisé pour 
- beaucoup de taches de visualisation 3D. Beaucoup de programmeurs seront sans 
- doute interéssés pour l'utiliser comme base d'un jeu 3D, pour lequel il
- convient bien.
-
diff -u crystalspace-1.2-20080206/debian/createmenus crystalspace-1.2-20080206/debian/createmenus
--- crystalspace-1.2-20080206/debian/createmenus
+++ crystalspace-1.2-20080206/debian/createmenus
@@ -8,13 +8,13 @@
 
 cat >> $CURDIR/debian/crystalspace.menu <<-FIN
 ?package(crystalspace):needs="X11" \\
-  section="Games/Arcade/CrystalSpace" \\
+  section="Games/Tools" \\
   hints="Demos,$videotype" \\
   title="Walktest flarge $videotype" \\
   command="/usr/bin/walktest -relight -video=$videotype" \\
   icon="/usr/share/pixmaps/flarge.xpm"
 ?package(crystalspace):needs="X11" \\
-  section="Games/Arcade/CrystalSpace" \\
+  section="Games/Tools" \\
   hints="Demos,$videotype" \\
   title="Walktest partsys $videotype" \\
   command="/usr/bin/walktest -relight -video=$videotype partsys" \\
reverted:
--- crystalspace-1.2-20080206/debian/prerm
+++ crystalspace-1.2-20080206.orig/debian/prerm
@@ -1,37 +0,0 @@
-#! /bin/sh
-# prerm script for crystalspace
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <prerm> `remove'
-#        * <old-prerm> `upgrade' <new-version>
-#        * <new-prerm> `failed-upgrade' <old-version>
-#        * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
-#        * <deconfigured's-prerm> `deconfigure' `in-favour'
-#          <package-being-installed> <version> `removing'
-#          <conflicting-package> <version>
-# for details, see /usr/share/doc/packaging-manual/
-
-case "$1" in
-    remove|upgrade|deconfigure)
-#       install-info --quiet --remove /usr/info/crystalspace.info.gz
-        ;;
-    failed-upgrade)
-        ;;
-    *)
-        echo "prerm called with unknown argument \`$1'" >&2
-        exit 0
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
diff -u crystalspace-1.2-20080206/debian/control crystalspace-1.2-20080206/debian/control
--- crystalspace-1.2-20080206/debian/control
+++ crystalspace-1.2-20080206/debian/control
@@ -1,9 +1,10 @@
 Source: crystalspace
-Section: games
+Section: devel
 Priority: optional
 Maintainer: Christian Bayle <bayle@debian.org>
-Build-Depends: python-support (>= 0.4), debhelper(>= 5), nasm (>= 0.98.08-1), lib3ds-dev (>= 1.2.0), libogg-dev (>= 1.0rc2-1), libmikmod2-dev, libvorbis-dev (>>1.0.0), docbook-to-man, xlibmesa-gl-dev | libgl-dev, zip, libpng3-dev, libjpeg62-dev, libfreetype6-dev, zlib1g-dev, libode0-dev, libopenal-dev, libalut-dev, libcal3d-dev, swig, dh-buildinfo, flex, bison, texinfo, tetex-bin, doxygen, gs-common, glutg3-dev, libmng-dev, libsdl1.2-dev, autoconf, libx11-dev, libxext-dev, libxxf86vm-dev, x-dev
-Standards-Version: 3.7.2.2
+Build-Depends: python-support (>= 0.4), debhelper(>= 5), nasm (>= 0.98.08), lib3ds-dev (>= 1.2.0), libogg-dev (>= 1.0rc2), libmikmod2-dev, libvorbis-dev (>>1.0.0), docbook-to-man, libgl1-mesa-dev, zip, libpng3-dev, libjpeg62-dev, libfreetype6-dev, zlib1g-dev, libode0-dev, libopenal-dev, libalut-dev, libcal3d-dev, swig, dh-buildinfo, flex, bison, texinfo, texlive, doxygen, gs-common, glutg3-dev, libmng-dev, libsdl1.2-dev, autoconf, libx11-dev, libxext-dev, libxxf86vm-dev, x11proto-core-dev, libcaca-dev, libwxgtk2.8-dev, libcegui-mk2-dev
+Standards-Version: 3.8.0
+Homepage: http://www.crystalspace3d.org
 
 Package: crystalspace
 Architecture: any
@@ -20,7 +21,7 @@
 Package: crystalspace-dev
 Section: devel
 Architecture: any
-Depends: crystalspace (= ${Source-Version}), libc6-dev
+Depends: crystalspace (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: Multiplatform 3D Game Development Kit dev files
  Crystal Space is a free 3D game toolkit. It can be used for a variety
  of 3D visualization tasks. Many people will probably be interested in using
reverted:
--- crystalspace-1.2-20080206/debian/preinst
+++ crystalspace-1.2-20080206.orig/debian/preinst
@@ -1,42 +0,0 @@
-#! /bin/sh
-# preinst script for crystalspace
-#
-# see: dh_installdeb(1)
-
-set -e
-
-# summary of how this script can be called:
-#        * <new-preinst> `install'
-#        * <new-preinst> `install' <old-version>
-#        * <new-preinst> `upgrade' <old-version>
-#        * <old-preinst> `abort-upgrade' <new-version>
-#
-# For details see /usr/share/doc/packaging-manual/
-
-case "$1" in
-    install|upgrade)
-#        if [ "$1" = "upgrade" ]
-#        then
-#            start-stop-daemon --stop --quiet --oknodo  \
-#                --pidfile /var/run/crystalspace.pid  \
-#                --exec /usr/sbin/crystalspace 2>/dev/null || true
-#        fi
-    ;;
-
-    abort-upgrade)
-    ;;
-
-    *)
-        echo "preinst called with unknown argument \`$1'" >&2
-        exit 0
-    ;;
-esac
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
-
only in patch2:
unchanged:
--- crystalspace-1.2-20080206.orig/debian/watch
+++ crystalspace-1.2-20080206/debian/watch
@@ -0,0 +1,5 @@
+version=3
+
+http://www.crystalspace3d.org/main/Download \
+  http://www.crystalspace3d.org/downloads/release/crystalspace-src-([\d.]+)\.tar\.gz
+
only in patch2:
unchanged:
--- crystalspace-1.2-20080206.orig/debian/compat
+++ crystalspace-1.2-20080206/debian/compat
@@ -0,0 +1 @@
+5

Reply to: