Author: miriam
Date: 2009-01-29 22:57:32 +0000 (Thu, 29 Jan 2009)
New Revision: 8701

Added:
   packages/trunk/peg-e/.pc/
   packages/trunk/peg-e/.pc/.version
   packages/trunk/peg-e/.pc/applied-patches
   packages/trunk/peg-e/debian/
   packages/trunk/peg-e/debian/README.Debian
   packages/trunk/peg-e/debian/changelog
   packages/trunk/peg-e/debian/compat
   packages/trunk/peg-e/debian/control
   packages/trunk/peg-e/debian/copyright
   packages/trunk/peg-e/debian/peg-e.install
   packages/trunk/peg-e/debian/rules
Log:
[svn-inject] Applying Debian modifications to trunk

Added: packages/trunk/peg-e/.pc/.version
===================================================================
--- packages/trunk/peg-e/.pc/.version                           (rev 0)
+++ packages/trunk/peg-e/.pc/.version   2009-01-29 22:57:32 UTC (rev 8701)
@@ -0,0 +1 @@
+2

Added: packages/trunk/peg-e/.pc/applied-patches
===================================================================
--- packages/trunk/peg-e/.pc/applied-patches                            (rev 0)
+++ packages/trunk/peg-e/.pc/applied-patches    2009-01-29 22:57:32 UTC (rev 
8701)
@@ -0,0 +1 @@
+build.patch


Property changes on: packages/trunk/peg-e/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/trunk/peg-e/debian/README.Debian
===================================================================
--- packages/trunk/peg-e/debian/README.Debian                           (rev 0)
+++ packages/trunk/peg-e/debian/README.Debian   2009-01-29 22:57:32 UTC (rev 
8701)
@@ -0,0 +1,6 @@
+peg-e for Debian
+----------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Miriam Ruiz <[email protected]>  Tue, 27 Jan 2009 13:28:40 +0000

Added: packages/trunk/peg-e/debian/changelog
===================================================================
--- packages/trunk/peg-e/debian/changelog                               (rev 0)
+++ packages/trunk/peg-e/debian/changelog       2009-01-29 22:57:32 UTC (rev 
8701)
@@ -0,0 +1,5 @@
+peg-e (1.0.0-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #513535)
+
+ -- Miriam Ruiz <[email protected]>  Tue, 27 Jan 2009 13:28:40 +0000

Added: packages/trunk/peg-e/debian/compat
===================================================================
--- packages/trunk/peg-e/debian/compat                          (rev 0)
+++ packages/trunk/peg-e/debian/compat  2009-01-29 22:57:32 UTC (rev 8701)
@@ -0,0 +1 @@
+7

Added: packages/trunk/peg-e/debian/control
===================================================================
--- packages/trunk/peg-e/debian/control                         (rev 0)
+++ packages/trunk/peg-e/debian/control 2009-01-29 22:57:32 UTC (rev 8701)
@@ -0,0 +1,19 @@
+Source: peg-e
+Section: games
+Priority: extra
+Maintainer: Debian Games Team <[email protected]>
+Uploaders: Miriam Ruiz <[email protected]>
+Build-Depends: debhelper (>= 7), dh-buildinfo,
+ qt4-qmake, libqt4-dev
+Standards-Version: 3.8.0
+Homepage: http://gottcode.org/peg-e/
+
+Package: peg-e
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: peg elimination solitaire game
+ Peg-E is a peg solitaire game in which you jump over pieces in order to
+ remove them from the board, ultimately trying to eliminate all but one.
+ The boards are randomly generated, with 100 levels of difficulty. The game
+ auto-saves, and has undo-redo capability. Pieces can move horizontally,
+ vertically, and diagonally.

Added: packages/trunk/peg-e/debian/copyright
===================================================================
--- packages/trunk/peg-e/debian/copyright                               (rev 0)
+++ packages/trunk/peg-e/debian/copyright       2009-01-29 22:57:32 UTC (rev 
8701)
@@ -0,0 +1,43 @@
+This package was debianized by:
+
+    Miriam Ruiz <[email protected]> on Tue, 27 Jan 2009 13:28:40 +0000
+
+It was downloaded from:
+
+    http://gottcode.org/peg-e/
+
+Upstream Author:
+
+    Graeme Gott <[email protected]>
+
+Copyright:
+
+    Copyright (C) 2009 Graeme Gott <[email protected]>
+
+License:
+
+    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 3 of the License, or
+    (at your option) any later version.
+
+    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 latest version of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+On Debian systems, the complete text of the GNU General Public License
+version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+The Debian packaging is:
+
+    Copyright C) 2009, Miriam Ruiz <[email protected]>
+
+and is licensed under the same license as the program, see above.

Added: packages/trunk/peg-e/debian/peg-e.install
===================================================================
--- packages/trunk/peg-e/debian/peg-e.install                           (rev 0)
+++ packages/trunk/peg-e/debian/peg-e.install   2009-01-29 22:57:32 UTC (rev 
8701)
@@ -0,0 +1,3 @@
+peg-e usr/games/
+icons/peg-e.png usr/share/pixmaps/
+icons/peg-e.desktop usr/share/applications/

Added: packages/trunk/peg-e/debian/rules
===================================================================
--- packages/trunk/peg-e/debian/rules                           (rev 0)
+++ packages/trunk/peg-e/debian/rules   2009-01-29 22:57:32 UTC (rev 8701)
@@ -0,0 +1,74 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+config: config-stamp
+config-stamp:
+       dh_testdir
+#      $(MAKE) -f /usr/share/quilt/quilt.make patch
+       qmake-qt4 PREFIX=/usr
+       touch $@
+
+build: build-stamp
+build-stamp: config-stamp  
+       dh_testdir
+       $(MAKE) \
+               CFLAGS="$(CFLAGS) -DDATADIR=\\\"/usr/share/games/peg-e\\\"" \
+               CXXFLAGS="$(CFLAGS) -DDATADIR=\\\"/usr/share/games/peg-e\\\"" \
+               LFLAGS="-Wl,-z,defs  -Wl,-as-needed -Wl,--no-undefined"
+       touch $@
+
+clean: 
+       dh_testdir
+       dh_testroot
+       rm -f build-stamp config-stamp
+       test ! -e Makefile || $(MAKE) distclean
+#      $(MAKE) -f /usr/share/quilt/quilt.make unpatch
+       dh_clean 
+
+install: build
+       dh_testdir
+       dh_testroot
+       dh_prep  
+       dh_installdirs
+#      $(MAKE) INSTALL_ROOT=$(CURDIR)/debian/peg-e 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_desktop
+       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
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install config


Property changes on: packages/trunk/peg-e/debian/rules
___________________________________________________________________
Name: svn:executable
   + *


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to