[Scummvm-cvs-logs] CVS: scummvm/dists/debian changelog.in,NONE,1.1 control,NONE,1.1 copyright,NONE,1.1 prepare,NONE,1.1 rules,NONE,1.1 scummvm-cvs.dirs,NONE,1.1 scummvm-cvs.docs,NONE,1.1 scummvm-cvs.manpages,NONE,1.1 scummvm-cvs.menu,NONE,1.1

Tore Anderson toreanderson at users.sourceforge.net
Fri Nov 1 10:16:07 CET 2002


Update of /cvsroot/scummvm/scummvm/dists/debian
In directory usw-pr-cvs1:/tmp/cvs-serv10222

Added Files:
	changelog.in control copyright prepare rules scummvm-cvs.dirs 
	scummvm-cvs.docs scummvm-cvs.manpages scummvm-cvs.menu 
Log Message:
initial revision


--- NEW FILE: changelog.in ---
scummvm-cvs (@VERSION at -1) unstable; urgency=low

  * This is a CVS snapshot, don't file bugs on the Debian BTS if you use
    this package. Instead use the Sourceforge bug tracker:
    http://sourceforge.net/tracker/?group_id=37116

 -- Bastien Nocera <hadess at hadess.net>  Fri,  5 Apr 2002 16:37:09 +0100


--- NEW FILE: control ---
Source: scummvm-cvs
Section: contrib/games
Priority: optional
Maintainer: Tore Anderson <tore at linpro.no>
Build-Depends: debhelper (>> 3.0.0), libsdl1.2-dev, libreadline4-dev, libncurses5-dev, libmad0-dev
Standards-Version: 3.5.7.1

Package: scummvm-cvs
Architecture: any
Depends: ${shlibs:Depends}
Suggests: timidity
Conflicts: scummvm
Description: SDL implementation of LucasArts' S.C.U.M.M. interpreter
 S.C.U.M.M. (Script Creation Utility for Maniac Mansion) is the engine
 used to a lot of classic LucasArts adventure games, such as Sam & Max
 and The Secret of Monkey Island.
 .
 ScummVM lets you play your old adventure games in Debian, using SDL
 for the graphic presentation.
 .
 In addition to the various LucasArts-games ScummVM can play, it is also
 possible to use ScummVM with AdventureSoft's Simon the Sorcerer. For
 a full list of compatible games; see the official compatibility list at
 http://scummvm.sf.net/compatibility.php .
 .
 The data files belonging to the various games is not included in this
 package due to licensing issues; you have to obtain them somewhere else
 if you want ScummVM to be of any use.
 .
 NOTE: This is a unofficial package, which is not supported by the Debian
 Project. Please report problems to SourceForge's bug tracker;
 http://sourceforge.net/tracker/?group_id=37116.

--- NEW FILE: copyright ---
This package was debianized by Bastien Nocera <hadess at hadess.net> on
Fri,  5 Apr 2002 16:37:09 +0100

It was adopted by Tore Anderson <tore at linpro.no> on the 4th Oct 2002.

It was downloaded from http://scummvm.sourceforge.net/ .

Upstream Authors:

 James Brown
 Vincent Hamm
 Max Horn
 Jeremy Newman
 Ludvig Strigeus
 ..and lots of other contributors.

To contact any of these, or see a more comprehensive list over
contributors, see http://scummvm.sourceforge.net/contact.php .

Copyright:

 This program is free software; you can redistribute it and/or modify it
 under the terms of the GNU General Public License as published by the
 Free Software Foundation; either version 2, or (at your option) any
 later version.

 On Debian GNU/Linux systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.

--- NEW FILE: prepare ---
#! /bin/sh

VER=`sed -n -e 's/ CVS//' -e 's/^#define SCUMMVM_VERSION "\(.*\)"/\1/p' common/engine.h`+cvs`date +%Y%m%d`

sed "s/@VERSION@/$VER/g" debian/changelog.in > debian/changelog

--- NEW FILE: rules ---
#!/usr/bin/make -f

export DH_COMPAT=3

ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
	export CFLAGS += -g
endif

build:
	dh_testdir
	$(MAKE)

clean:
	dh_testdir
	dh_testroot
	-$(MAKE) clean
	-find . -type d -name .deps | xargs rm -rf
	rm -f build.rules
	dh_clean

install: build
	dh_testdir
	dh_testroot
	dh_clean
	dh_installdirs
	install -m0755 scummvm $(CURDIR)/debian/scummvm-cvs/usr/games/scummvm
	install -m0644 scummvm.xpm $(CURDIR)/debian/scummvm-cvs/usr/share/icons

binary: binary-arch binary-indep

binary-arch: build install
	dh_testdir
	dh_testroot
	dh_installdocs
	dh_installchangelogs NEWS
	dh_installman
	dh_installmenu
	dh_link
	dh_strip
	dh_compress
	dh_fixperms
	dh_installdeb
	dh_shlibdeps
	dh_gencontrol
	dh_md5sums
	dh_builddeb

binary-indep:

.PHONY: build clean binary install binary-arch binary-indep

--- NEW FILE: scummvm-cvs.dirs ---
usr/games
usr/lib/scummvm
usr/share/icons

--- NEW FILE: scummvm-cvs.docs ---
README

--- NEW FILE: scummvm-cvs.manpages ---
scummvm.6

--- NEW FILE: scummvm-cvs.menu ---
?package(scummvm-cvs):needs=x11 section=Games/Adventure \
  title="ScummVM CVS" command="/usr/games/scummvm" \
  icon="/usr/share/icons/scummvm.xpm"





More information about the Scummvm-git-logs mailing list