Author: miriam Date: 2009-01-04 05:20:55 +0000 (Sun, 04 Jan 2009) New Revision: 8603
Added: packages/trunk/numptyphysics/debian/ packages/trunk/numptyphysics/debian/README.Debian packages/trunk/numptyphysics/debian/changelog packages/trunk/numptyphysics/debian/compat packages/trunk/numptyphysics/debian/control packages/trunk/numptyphysics/debian/copyright packages/trunk/numptyphysics/debian/menu.ex packages/trunk/numptyphysics/debian/rules packages/trunk/numptyphysics/debian/watch.ex Log: [svn-inject] Applying Debian modifications to trunk Property changes on: packages/trunk/numptyphysics/debian ___________________________________________________________________ Name: mergeWithUpstream + 1 Added: packages/trunk/numptyphysics/debian/README.Debian =================================================================== --- packages/trunk/numptyphysics/debian/README.Debian (rev 0) +++ packages/trunk/numptyphysics/debian/README.Debian 2009-01-04 05:20:55 UTC (rev 8603) @@ -0,0 +1,6 @@ +numptyphysics for Debian +------------------------ + +<possible notes regarding this package - if none, delete this file> + + -- Miriam Ruiz <[email protected]> Sun, 04 Jan 2009 05:38:11 +0100 Added: packages/trunk/numptyphysics/debian/changelog =================================================================== --- packages/trunk/numptyphysics/debian/changelog (rev 0) +++ packages/trunk/numptyphysics/debian/changelog 2009-01-04 05:20:55 UTC (rev 8603) @@ -0,0 +1,11 @@ +numptyphysics (0.2+svn20090104.0522-1) UNRELEASED; urgency=low + + * New Upstream Release. Downloaded from SVN. + + -- Miriam Ruiz <[email protected]> Sun, 04 Jan 2009 06:22:42 +0100 + +numptyphysics (0.0+svn20090104.0456-1) UNRELEASED; urgency=low + + * Initial release (Closes: #496586) + + -- Miriam Ruiz <[email protected]> Sun, 04 Jan 2009 05:56:12 +0100 Added: packages/trunk/numptyphysics/debian/compat =================================================================== --- packages/trunk/numptyphysics/debian/compat (rev 0) +++ packages/trunk/numptyphysics/debian/compat 2009-01-04 05:20:55 UTC (rev 8603) @@ -0,0 +1 @@ +7 Added: packages/trunk/numptyphysics/debian/control =================================================================== --- packages/trunk/numptyphysics/debian/control (rev 0) +++ packages/trunk/numptyphysics/debian/control 2009-01-04 05:20:55 UTC (rev 8603) @@ -0,0 +1,18 @@ +Source: numptyphysics +Section: games +Priority: extra +Maintainer: Debian Games Team <[email protected]> +Uploaders: Miriam Ruiz <[email protected]> +Build-Depends: debhelper (>= 7), autotools-dev, dh-buildinfo, + libsdl1.2-dev, libsdl-image1.2-dev +Standards-Version: 3.8.0 +Homepage: http://numptyphysics.garage.maemo.org/ + +Package: numptyphysics +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: drawing puzzle game in the spirit of Crayon Phyics + Harness gravity with your crayon and set about creating blocks, ramps, + levers, pulleys and whatever else you fancy to get the little red thing + to the little yellow thing. Numpty Physics includes a built-in editor so + that you may build (and submit) your own levels. Added: packages/trunk/numptyphysics/debian/copyright =================================================================== --- packages/trunk/numptyphysics/debian/copyright (rev 0) +++ packages/trunk/numptyphysics/debian/copyright 2009-01-04 05:20:55 UTC (rev 8603) @@ -0,0 +1,52 @@ +This package was debianized by: + + Miriam Ruiz <[email protected]> on Sun, 04 Jan 2009 05:38:11 +0100 + +It was downloaded from: + + <url://example.com> + +Upstream Author(s): + + <put author's name and email here> + <likewise for another author> + +Copyright: + + <Copyright (C) YYYY Firtname Lastname> + <likewise for another author> + +License: + +### SELECT: ### + This package 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. +### OR ### + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. +########## + + This package 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is: + + Copyright C) 2009, Miriam Ruiz <[email protected]> + +and is licensed under the GPL, see above. + + +# Please also look if there are files or directories which have a +# different copyright/license attached and list them here. Added: packages/trunk/numptyphysics/debian/menu.ex =================================================================== --- packages/trunk/numptyphysics/debian/menu.ex (rev 0) +++ packages/trunk/numptyphysics/debian/menu.ex 2009-01-04 05:20:55 UTC (rev 8603) @@ -0,0 +1,2 @@ +?package(numptyphysics):needs="X11|text|vc|wm" section="Applications/see-menu-manual"\ + title="numptyphysics" command="/usr/bin/numptyphysics" Added: packages/trunk/numptyphysics/debian/rules =================================================================== --- packages/trunk/numptyphysics/debian/rules (rev 0) +++ packages/trunk/numptyphysics/debian/rules 2009-01-04 05:20:55 UTC (rev 8603) @@ -0,0 +1,103 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) +CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE) +else +CROSS= --build $(DEB_BUILD_GNU_TYPE) +endif + +config.status: configure + dh_testdir + # Add here commands to configure the package. +ifneq "$(wildcard /usr/share/misc/config.sub)" "" + cp -f /usr/share/misc/config.sub config.sub +endif +ifneq "$(wildcard /usr/share/misc/config.guess)" "" + cp -f /usr/share/misc/config.guess config.guess +endif + ./configure $(CROSS) \ + --prefix=/usr \ + --bindir=\$${prefix}/games \ + --mandir=\$${prefix}/share/man \ + --infodir=\$${prefix}/share/info \ + CFLAGS="$(CFLAGS)" \ + LDFLAGS="-Wl,-z,defs" + +build: build-stamp +build-stamp: config.status + dh_testdir + $(MAKE) + #docbook-to-man debian/numptyphysics.sgml > numptyphysics.1 + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.sub config.guess config.cache config.log + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + $(MAKE) DESTDIR=$(CURDIR)/debian/numptyphysics install + +# Build architecture-independent files here. +binary-indep: install + +# Build architecture-dependent files here. +binary-arch: install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples +# dh_install +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + test -e /usr/bin/dh_buildinfo && dh_buildinfo + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +VERSION_DATE = $(shell /bin/date --utc +%0Y%0m%0d.%0k%0M) +VERSION_ID = 0.2+svn$(VERSION_DATE) +get-svn-source: + dh_testdir + echo "Downloading gnash $(VERSION_ID) from SVN..." + svn checkout https://garage.maemo.org/svn/numptyphysics/trunk "numptyphysics-$(VERSION_ID)" + rm -rf `find "numptyphysics-$(VERSION_ID)" -name .svn` + rm -rf "numptyphysics-$(VERSION_ID)"/debian + tar cvfz "numptyphysics_$(VERSION_ID).orig.tar.gz" "numptyphysics-$(VERSION_ID)" + cp debian "numptyphysics-$(VERSION_ID)" -a + cd "numptyphysics-$(VERSION_ID)"; dch -v "$(VERSION_ID)-1" "New Upstream Release. Downloaded from SVN." + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install get-svn-source Property changes on: packages/trunk/numptyphysics/debian/rules ___________________________________________________________________ Name: svn:executable + * Added: packages/trunk/numptyphysics/debian/watch.ex =================================================================== --- packages/trunk/numptyphysics/debian/watch.ex (rev 0) +++ packages/trunk/numptyphysics/debian/watch.ex 2009-01-04 05:20:55 UTC (rev 8603) @@ -0,0 +1,23 @@ +# 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. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# <Webpage URL> <string match> +#http://www.example.com/downloads.php numptyphysics-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/numptyphysics-(.*)\.tar\.gz + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/numptyphysics-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +# http://sf.net/numptyphysics/numptyphysics-(.*)\.tar\.gz + +# Uncomment to find new files on GooglePages +# http://example.googlepages.com/foo.html numptyphysics-(.*)\.tar\.gz _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

