--- gnome-hearts-0.3.orig/debian/control +++ gnome-hearts-0.3/debian/control @@ -0,0 +1,38 @@ +# This file is autogenerated. DO NOT EDIT! +# +# Modifications should be made to debian/control.in instead. +# This file is regenerated automatically in the clean target. + +Source: gnome-hearts +Section: games +Priority: optional +Maintainer: Sander Marechal +Build-Depends: cdbs, + debhelper (>= 5.0), + libgtk2.0-dev (>= 2.8.0), + libgnome2-dev (>= 2.10), + libgnomeui-dev (>= 2.10), + libglade2-dev, + gettext, + gnome-pkg-tools, + librsvg2-dev (>= 2.7), + python-dev (>= 2.4), + libxml-parser-perl, + scrollkeeper, + intltool (>= 0.29), + python-support (>= 0.4) +Uploaders: Debian GNOME Maintainers , Josselin Mouette , Loic Minier , Sebastian Dröge +Standards-Version: 3.8.0 + +Package: gnome-hearts +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + gnome-cards-data (>= 1:2.20), + librsvg2-common +Recommends: gnome-games-extra-data +Description: The classic hearts card game for the GNOME desktop + Hearts is an implementation of the classic card game for the GNOME desktop, + featuring configurable rulesets and editable computer opponents to + satisfy widely diverging playing styles. --- gnome-hearts-0.3.orig/debian/control.in +++ gnome-hearts-0.3/debian/control.in @@ -0,0 +1,33 @@ +Source: gnome-hearts +Section: games +Priority: optional +Maintainer: Sander Marechal +Build-Depends: cdbs, + debhelper (>= 5.0), + libgtk2.0-dev (>= 2.8.0), + libgnome2-dev (>= 2.10), + libgnomeui-dev (>= 2.10), + libglade2-dev, + gettext, + gnome-pkg-tools, + librsvg2-dev (>= 2.7), + python-dev (>= 2.4), + libxml-parser-perl, + scrollkeeper, + intltool (>= 0.29), + python-support (>= 0.4) +Uploaders: @GNOME_TEAM@ +Standards-Version: 3.8.0 + +Package: gnome-hearts +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${python:Depends}, + gnome-cards-data (>= 1:2.20), + librsvg2-common +Recommends: gnome-games-extra-data +Description: The classic hearts card game for the GNOME desktop + Hearts is an implementation of the classic card game for the GNOME desktop, + featuring configurable rulesets and editable computer opponents to + satisfy widely diverging playing styles. --- gnome-hearts-0.3.orig/debian/rules +++ gnome-hearts-0.3/debian/rules @@ -0,0 +1,16 @@ +#!/usr/bin/make -f +# Sample debian/rules that uses cdbs. Originaly written by Robert Millan. +# This file is public domain. + +GNOME_DOWNLOAD_URL = http://www.jejik.com/files/gnome-hearts/$(GNOME_TARBALL) + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/rules/utils.mk +include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk + +binary-post-install/gnome-hearts:: + mv debian/gnome-hearts/usr/bin debian/gnome-hearts/usr/games + dh_pysupport -p$(cdbs_curpkg) -V`pyversions -dv` --- gnome-hearts-0.3.orig/debian/changelog +++ gnome-hearts-0.3/debian/changelog @@ -0,0 +1,133 @@ +gnome-hearts (0.3-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Drop gnome-cards patch to use upstream card + configuration. (Closes: #660668) + + -- Neil Williams Sun, 08 Jul 2012 16:42:25 -0600 + +gnome-hearts (0.3-2) unstable; urgency=low + + * Build-depend on intltool to fix FTBFS. + + -- Josselin Mouette Mon, 28 Jul 2008 12:01:15 +0200 + +gnome-hearts (0.3-1) unstable; urgency=low + + [ Sander Marechal ] + * New upstream release + - Three new AI opponents + - Bugfixes in the existing AI and scoring + - Transation updates + + [ Josselin Mouette ] + * Remove versioned build-dependency on scrollkeeper. Closes: #490830. + + -- Sander Marechal Thu, 24 Jul 2008 21:52:33 +0200 + +gnome-hearts (0.2.1-1) unstable; urgency=low + + [ Sander Marechal ] + * New upstream release + - 01_gnome_cards_data.patch: path to gnome-cards-data cards fixed upstream + - 02_fix_pythondir.patch is fixed upstream + - 03_shared_link.patch is fixed upstream + - 04_fix_desktop.patch is fixed upstream + + [ Sebastian Dröge ] + * Update Standards-Version to 3.7.3, no additional changes needed. + + -- Sebastian Dröge Tue, 11 Mar 2008 14:51:44 +0100 + +gnome-hearts (0.2-1) unstable; urgency=low + + [ Sander Marechal ] + * New upstream release. Closes: #425670, #420861. + - Big rewrite of the C code + - Uses Python instead of Lua for AI scripts + - Many bugfixes and translation updates + * Dependency on Lua replaced with Python + * Recreated 01_gnome_cards_data.patch for the new upstream source + + [ Josselin Mouette ] + * 02_fix_pythondir.patch: install the private python modules in a + private directory. + * Call dh_pysupport; build-depend on python-support 0.4. + * Don't hardcode the 2.4 version of python. + * 03_shared_link.patch: link to python dynamically. + * 01_gnome_cards_data.patch: + + Fix the path to the cards in gnome-cards-data. + + Don't remove the picture, it's useless to do it in the patch. + + -- Josselin Mouette Tue, 23 Oct 2007 11:49:44 +0200 + +gnome-hearts (0.1.3-4) unstable; urgency=low + + * 01_gnome_cards_data.patch: use the new path for cards. + * Depend on gnome-cards-data 2.20. + + -- Josselin Mouette Sat, 29 Sep 2007 03:40:20 +0200 + +gnome-hearts (0.1.3-3) unstable; urgency=high + + * Add a get-orig-source target to retrieve the upstream tarball. + * Depend on librsvg2-common for SVG support; closes: #421372. + * Wrap build-deps and deps. + * Urgency high for RC bugfix. + + -- Loic Minier Mon, 30 Apr 2007 13:52:21 +0200 + +gnome-hearts (0.1.3-2) unstable; urgency=high + + [ Sander Marechal ] + * Fixed the 01_gnome_cards_data.patch. Closes: #402715 + + [ Loic Minier ] + * Urgency high for RC fix. + + -- Loic Minier Wed, 13 Dec 2006 00:29:47 +0100 + +gnome-hearts (0.1.3-1) unstable; urgency=low + + * New upstream release. Closes: #396043. + - Fixes crashes when card style or background cannot be loaded + - Updated the translations + * Backed out the bonded.png style again. The new upstream release will + not crash when a style cannot be found but load another available + card style instead. This removes the sng dependency and the conflict + with gnome-cards-data << 1:2.16 + + -- Sander Marechal Sat, 11 Nov 2006 18:05:00 +0100 + +gnome-hearts (0.1.2-2) unstable; urgency=high + + * Add CDBS' utils. + * Update patch 01_gnome_cards_data to use bonded.svg as the default card set + instead of bonded.png; depend on gnome-cards-data >= 1:2.16; partially + fixes #396043. + * Extract bonded.png from older gnome-cards-data and install it where + expected for backwards compatibility with end-user configs; build-depend + on sng; conflict with gnome-cards-data << 1:2.16; partially fixes #396043. + + -- Loic Minier Mon, 30 Oct 2006 09:58:17 +0100 + +gnome-hearts (0.1.2-1) unstable; urgency=low + + * New upstream release: + - Fixes a crash in the Luis AI + - Updated the translations + * Add watch file. + * Update copyright URL. + + -- Sander Marechal > Thu, 7 Sep 2006 00:54:19 +0200 + +gnome-hearts (0.1.1-1) unstable; urgency=low + + [ Sander Marechal ] + * Initial release. Closes: #370036, + + [ Josselin Mouette ] + * Move the executable to /usr/games. + + -- Josselin Mouette Mon, 3 Jul 2006 19:50:22 +0200 + --- gnome-hearts-0.3.orig/debian/compat +++ gnome-hearts-0.3/debian/compat @@ -0,0 +1 @@ +5 --- gnome-hearts-0.3.orig/debian/watch +++ gnome-hearts-0.3/debian/watch @@ -0,0 +1,3 @@ +version=3 + +http://www.jejik.com/files/gnome-hearts/gnome-hearts-(.*)\.tar\.gz --- gnome-hearts-0.3.orig/debian/copyright +++ gnome-hearts-0.3/debian/copyright @@ -0,0 +1,75 @@ +This package was debianized by Sander Marechal on +Fri, 2 Jun 2006 19:36:41 +0200. + +It was downloaded from http://www.gnome-hearts.org/download/ + +Package: Copyright 2006-2008, Sander Marechal +Unstream: Copyright 2006-2008, Sander Marechal + +Package license and upstream source code 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 2 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 GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. + +Upstream documentation license: + + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free Documentation + License (GFDL), Version 1.1 or any later version published + by the Free Software Foundation with no Invariant Sections, + no Front-Cover Texts, and no Back-Cover Texts. You can find + a copy of the GFDL the file COPYING-DOCS distributed with + this package. + + DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED + UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE + WITH THE FURTHER UNDERSTANDING THAT: + + 1. DOCUMENT IS PROVIDED ON AN "AS IS" BASIS, + WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR + IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES + THAT THE DOCUMENT OR MODIFIED VERSION OF THE + DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR + A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE + RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE + OF THE DOCUMENT OR MODIFIED VERSION OF THE + DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR + MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT, + YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY + CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY + SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER + OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS + LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED + VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER + EXCEPT UNDER THIS DISCLAIMER; AND + + 2. UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL + THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE), + CONTRACT, OR OTHERWISE, SHALL THE AUTHOR, + INITIAL WRITER, ANY CONTRIBUTOR, OR ANY + DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION + OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH + PARTIES, BE LIABLE TO ANY PERSON FOR ANY + DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR + CONSEQUENTIAL DAMAGES OF ANY CHARACTER + INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS + OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR + MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR + LOSSES ARISING OUT OF OR RELATING TO USE OF THE + DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT, + EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF + THE POSSIBILITY OF SUCH DAMAGES.