[Scummvm-cvs-logs] CVS: scummvm/debian changelog,NONE,1.1 control,NONE,1.1 copyright,NONE,1.1 dirs,NONE,1.1 rules,NONE,1.1 scummvm.docs,NONE,1.1 scummvm.files,NONE,1.1 watch.ex,NONE,1.1

Claudio Matsuoka cmatsuoka at users.sourceforge.net
Mon Nov 19 03:38:03 CET 2001


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

Added Files:
	changelog control copyright dirs rules scummvm.docs 
	scummvm.files watch.ex 
Log Message:
Merged David Given's debian control files.


--- NEW FILE: changelog ---
scummvm (0.0.3-1) unstable; urgency=low

  * Initial Release.

 -- David Given <dg at cowlark.com>  Sun, 18 Nov 2001 16:22:12 +0000

Local variables:
mode: debian-changelog
End:

--- NEW FILE: control ---
Source: scummvm
Section: interpreters
Priority: optional
Maintainer: David Given <dg at hilfy>
Build-Depends: debhelper (>> 3.0.0), libsdl1.2-dev
Standards-Version: 3.5.2

Package: scummvm
Architecture: any
Depends: ${shlibs:Depends}, libsdl1.2
Description: SCUMM graphic adventure game interpreter
 ScummVM is an interpreter that will play graphic adventure games written for
 LucasArts' SCUMM virtual machine. It uses the SDL library for outputting
 graphics.

--- NEW FILE: copyright ---
This package was debianized by David Given <dg at cowlark.com> on
Sun, 18 Nov 2001 16:22:12 +0000.

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

Upstream Author(s): Ludvig Strigeus <strigeus at users.sourceforge.net>

Copyright:

This program is licensed under the GNU General Public License, version 2.  The
full text of the license may be found in /usr/share/apps/LICENSES/GPL_V2. The
brief version follows:

Copyright (C) 2001  Ludvig Strigeus

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
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.


--- NEW FILE: dirs ---
usr/bin
usr/man/man6

--- NEW FILE: rules ---
#!/usr/bin/make -f
# Sample debian/rules that uses debhelper.
# GNU copyright 1997 to 1999 by Joey Hess.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# This is the debhelper compatability version to use.
export DH_COMPAT=3

configure: configure-stamp
configure-stamp:
	dh_testdir
	touch configure-stamp

build: configure-stamp build-stamp
build-stamp:
	dh_testdir
	$(MAKE)
	touch build-stamp

clean:
	dh_testdir
	dh_testroot
	rm -f build-stamp configure-stamp
	-$(MAKE) clean
	dh_clean

install: build
	dh_testdir
	dh_testroot
	dh_clean -k
	dh_installdirs
	cp scummvm		debian/scummvm/usr/bin
	cp scummvm.6		debian/scummvm/usr/man/man6


# 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_installdebconf	
	dh_installdocs
	dh_installmenu
	dh_installman
#	dh_undocumented
	dh_installchangelogs 
	dh_link
	dh_strip
	dh_compress
	dh_fixperms
#	dh_makeshlibs
	dh_installdeb
#	dh_perl
	dh_shlibdeps
	dh_gencontrol
	dh_md5sums
	dh_builddeb

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

--- NEW FILE: scummvm.docs ---
readme.txt
whatsnew.txt

--- NEW FILE: scummvm.files ---
/usr/bin
/usr/man/man6

--- NEW FILE: watch.ex ---
# Example watch control file for uscan
# Rename this file to "watch" and then you can run the "uscan" command
# to check for upstream updates and more.
# Site		Directory		Pattern			Version	Script
sunsite.unc.edu	/pub/Linux/Incoming	scummvm-(.*)\.tar\.gz	debian	uupdate





More information about the Scummvm-git-logs mailing list