Author: miriam
Date: 2011-11-16 02:49:30 +0000 (Wed, 16 Nov 2011)
New Revision: 12809

Added:
   packages/trunk/phlipple/debian/
   packages/trunk/phlipple/debian/README.source
   packages/trunk/phlipple/debian/changelog
   packages/trunk/phlipple/debian/compat
   packages/trunk/phlipple/debian/control
   packages/trunk/phlipple/debian/copyright
   packages/trunk/phlipple/debian/phlipple.docs
   packages/trunk/phlipple/debian/rules
   packages/trunk/phlipple/debian/source/
   packages/trunk/phlipple/debian/source/format
   packages/trunk/phlipple/debian/source/options
Log:
[svn-inject] Applying Debian modifications (0.8.2-1) to trunk


Property changes on: packages/trunk/phlipple/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/trunk/phlipple/debian/README.source
===================================================================
--- packages/trunk/phlipple/debian/README.source                                
(rev 0)
+++ packages/trunk/phlipple/debian/README.source        2011-11-16 02:49:30 UTC 
(rev 12809)
@@ -0,0 +1 @@
+See /usr/share/doc/quilt/README.source

Added: packages/trunk/phlipple/debian/changelog
===================================================================
--- packages/trunk/phlipple/debian/changelog                            (rev 0)
+++ packages/trunk/phlipple/debian/changelog    2011-11-16 02:49:30 UTC (rev 
12809)
@@ -0,0 +1,5 @@
+phlipple (0.8.2-1) UNRELEASED; urgency=low
+
+  * Initial release.
+
+ -- Miriam Ruiz <little_m...@yahoo.es>  Wed, 16 Nov 2011 02:07:38 +0100

Added: packages/trunk/phlipple/debian/compat
===================================================================
--- packages/trunk/phlipple/debian/compat                               (rev 0)
+++ packages/trunk/phlipple/debian/compat       2011-11-16 02:49:30 UTC (rev 
12809)
@@ -0,0 +1 @@
+7

Added: packages/trunk/phlipple/debian/control
===================================================================
--- packages/trunk/phlipple/debian/control                              (rev 0)
+++ packages/trunk/phlipple/debian/control      2011-11-16 02:49:30 UTC (rev 
12809)
@@ -0,0 +1,37 @@
+Source: phlipple
+Section: games
+Priority: optional
+Maintainer: Debian Games Team <pkg-games-de...@lists.alioth.debian.org>
+Uploaders: Miriam Ruiz <little_m...@yahoo.es>
+Build-Depends: debhelper (>= 7), dh-buildinfo, quilt, autotools-dev,
+ libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev,
+ libglew1.6-dev | libglew1.5-dev
+Standards-Version: 3.9.2
+Homepage: http://phuzzboxmedia.com/games/phlipple
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/phlipple/
+Vcs-Browser: 
http://svn.debian.org/wsvn/pkg-games/packages/trunk/phlipple/?op=log
+
+Package: phlipple
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Suggests: phlipple-dbg (= ${binary:Version})
+Description: reduce 3D shapes to a single square
+ Phlipple is a unique puzzle game. The goal of every level is to reduce
+ a 3D shape to a single square. Elimination of squares is done by flipping
+ edges around just like in a cardboard box. It starts off relatively easy
+ to teach the basics just to later on serve hours of brain tickling fun.
+ It's a great way to train memory as well as orientation in 3D.
+
+Package: phlipple-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: phlipple (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: reduce 3D shapes to a single square - debug
+ Phlipple is a unique puzzle game. The goal of every level is to reduce
+ a 3D shape to a single square. Elimination of squares is done by flipping
+ edges around just like in a cardboard box. It starts off relatively easy
+ to teach the basics just to later on serve hours of brain tickling fun.
+ It's a great way to train memory as well as orientation in 3D.
+ .
+ This package contains the debugging symbols.

Added: packages/trunk/phlipple/debian/copyright
===================================================================
--- packages/trunk/phlipple/debian/copyright                            (rev 0)
+++ packages/trunk/phlipple/debian/copyright    2011-11-16 02:49:30 UTC (rev 
12809)
@@ -0,0 +1,26 @@
+Format: http://dep.debian.net/deps/dep5/
+Upstream-Name: phlipple
+Upstream-Contact: Remigiusz Dybka <remigiusz.dy...@gmail.com>
+Source: http://sourceforge.net/projects/phlipple/
+Debianized-By: Miriam Ruiz <little_m...@yahoo.es>
+Debianized-Date: Wed, 16 Nov 2011 02:07:38 +0100
+
+Files: *
+Copyright: Copyright (C) Remigiusz Dybka 2011 <remigiusz.dy...@gmail.com>
+License: GPL-3+
+
+Files: debian/*
+Copyright: Copyright (C) 2011, Miriam Ruiz <little_m...@yahoo.es>
+License: GPL-3+
+
+License: GPL-3+
+ 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 3 of the License, or
+ (at your option) any later version.
+ .
+ On Debian systems, the complete text of the latest version of the GNU
+ General Public License can be found in `/usr/share/common-licenses/GPL'.
+ .
+ The complete text of version 3 of the GNU General Public License can be
+ found in `/usr/share/common-licenses/GPL-3'.

Added: packages/trunk/phlipple/debian/phlipple.docs
===================================================================
--- packages/trunk/phlipple/debian/phlipple.docs                                
(rev 0)
+++ packages/trunk/phlipple/debian/phlipple.docs        2011-11-16 02:49:30 UTC 
(rev 12809)
@@ -0,0 +1,2 @@
+README
+AUTHORS

Added: packages/trunk/phlipple/debian/rules
===================================================================
--- packages/trunk/phlipple/debian/rules                                (rev 0)
+++ packages/trunk/phlipple/debian/rules        2011-11-16 02:49:30 UTC (rev 
12809)
@@ -0,0 +1,92 @@
+#!/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: config-stamp
+config-stamp: 
+       dh_testdir
+       [ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make patch
+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 \
+               --datarootdir=\$${prefix}/share \
+               --mandir=\$${prefix}/share/man \
+               --infodir=\$${prefix}/share/info \
+               CFLAGS="$(CFLAGS)" \
+               LDFLAGS="-Wl,-z,defs -Wl,--as-needed -Wl,--no-undefined"
+       touch $@
+
+build: build-stamp
+build-stamp: config
+       dh_testdir
+       $(MAKE)
+       touch $@
+
+clean: config
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp config-stamp
+       [ ! -f Makefile ] || $(MAKE) distclean
+       rm -f config.sub config.guess config.cache config.log
+       [ ! -d debian/patches ] || $(MAKE) -f /usr/share/quilt/quilt.make 
unpatch
+       dh_clean
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_prep
+       dh_installdirs
+       $(MAKE) DESTDIR=$(CURDIR)/debian/phlipple install
+
+# Build architecture-independent files here.
+binary-indep: install
+
+# Build architecture-dependent files here.
+binary-arch: 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 --dbg-package=phlipple-dbg
+       dh_compress
+       dh_fixperms
+#      dh_perl
+#      dh_makeshlibs
+       [ ! -e /usr/bin/dh_buildinfo ] || dh_buildinfo
+       dh_installdeb
+       dh_shlibdeps
+       dh_gencontrol
+       dh_md5sums
+       dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: config build clean binary-indep binary-arch binary install 


Property changes on: packages/trunk/phlipple/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/trunk/phlipple/debian/source/format
===================================================================
--- packages/trunk/phlipple/debian/source/format                                
(rev 0)
+++ packages/trunk/phlipple/debian/source/format        2011-11-16 02:49:30 UTC 
(rev 12809)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/trunk/phlipple/debian/source/options
===================================================================
--- packages/trunk/phlipple/debian/source/options                               
(rev 0)
+++ packages/trunk/phlipple/debian/source/options       2011-11-16 02:49:30 UTC 
(rev 12809)
@@ -0,0 +1,5 @@
+# Bzip2 compression for debian.tar
+compression = "bzip2"
+compression-level = 7
+# Do not generate diff for changes in config.(sub|guess)
+extend-diff-ignore = "(^|/)config.(sub|guess)$"


_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to