r8822 - in packages/trunk/pente: . debian

Ryan Niebur ryan52-guest at alioth.debian.org
Sun Feb 15 22:11:57 UTC 2009


Author: ryan52-guest
Date: 2009-02-15 22:11:57 +0000 (Sun, 15 Feb 2009)
New Revision: 8822

Added:
   packages/trunk/pente/debian/
   packages/trunk/pente/debian/changelog
   packages/trunk/pente/debian/control
   packages/trunk/pente/debian/copyright
   packages/trunk/pente/debian/menu
   packages/trunk/pente/debian/rules
Modified:
   packages/trunk/pente/Makefile.in
Log:
[svn-inject] Applying Debian modifications to trunk

Modified: packages/trunk/pente/Makefile.in
===================================================================
--- packages/trunk/pente/Makefile.in	2009-02-15 22:11:43 UTC (rev 8821)
+++ packages/trunk/pente/Makefile.in	2009-02-15 22:11:57 UTC (rev 8822)
@@ -45,7 +45,14 @@
 
 # Various CFLAGS options.  Pick what fits your compiler.
 # I try to guess what will give the best optimization, but I may be wrong.
-CFLAGS = @CFLAGS@ $(INCS)
+# Added by Debian maintainer to support opt and non-opt builds
+CFLAGS = @CFLAGS@ $(INCS) -g -Wall
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+  CFLAGS += -O0
+else
+  CFLAGS += -O2
+endif
+
 # CFLAGS = -ggdb -DDEBUG=1 -Wall $(INCS)
 
 LFLAGS = $(LIBS)


Property changes on: packages/trunk/pente/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/trunk/pente/debian/changelog
===================================================================
--- packages/trunk/pente/debian/changelog	                        (rev 0)
+++ packages/trunk/pente/debian/changelog	2009-02-15 22:11:57 UTC (rev 8822)
@@ -0,0 +1,220 @@
+pente (2.2.5-5.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Add libxt-dev to build-depends (Closes: #347036, #349439).
+
+ -- Luk Claes <luk at debian.org>  Thu, 26 Jan 2006 20:05:05 +0100
+
+pente (2.2.5-5) unstable; urgency=low
+
+  * Fix xlibs-dev build-depends for Xorg transition (closes: #347036)
+  * Update to Standards-Version 3.6.2 (no changes)
+
+ -- Ross Younger <ryounger at chiark.greenend.org.uk>  Thu, 12 Jan 2006 19:11:25 +0000
+
+pente (2.2.5-4) unstable; urgency=low
+
+  * New maintainer (closes: #195686)
+  * Update copyright to refer to common-licenses, to pass lintian.
+  * Bring up to Standards-Version 3.6.1.0:
+    - README contains upstream changelog, so symlink it in
+    - convert this changelog to UTF-8
+  * Add upstream homepage to package description.
+
+ -- Ross Younger <ryounger at chiark.greenend.org.uk>  Sat, 15 Nov 2003 11:06:46 +0000
+
+pente (2.2.5-3) unstable; urgency=low
+
+  * Orphaning this package.
+
+ -- André Dahlqvist <andre at debian.org>  Sun,  1 Jun 2003 17:34:13 +0200
+
+pente (2.2.5-2) unstable; urgency=low
+
+  * It seams like I accidentally dropped DEB_BUILD_OPTIONS at some point.
+    Now it's back and in compliance with latest policy.
+
+ -- André Dahlqvist <andre at debian.org>  Wed, 30 Oct 2002 12:35:49 +0100
+
+pente (2.2.5-1) unstable; urgency=low
+
+  * New upstream release.
+    - Upstream author just merged some documentation changes that I had
+      made.
+
+ -- André Dahlqvist <andre at debian.org>  Sat, 22 Dec 2001 18:57:50 +0100
+
+pente (2.2.3-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #106967)
+    - Now uses the right words for "free software" in French and Italian.
+    - configure script generated with autoconf 2.13 instead of 2.12.
+  * Be paranoid and pass usr/share/man/man6 to dh_installdirs.
+  * Standards-Version: 3.5.6.0. No changes required.
+
+ -- André Dahlqvist <andre at debian.org>  Sun, 29 Jul 2001 13:26:07 +0200
+
+pente (2.2.2-9) unstable; urgency=low
+
+  * Really change DH_COMPAT to 3 this time.
+
+ -- André Dahlqvist <andre at debian.org>  Thu, 26 Jul 2001 02:03:29 +0200
+
+pente (2.2.2-8) unstable; urgency=low
+
+  * Use dh_installman instead of dh_installmanpages.
+  * Change DH_COMPAT from 2 to 3, and build-depend on debhelper 3.
+
+ -- André Dahlqvist <andre at debian.org>  Wed, 13 Jun 2001 20:15:54 +0200
+
+pente (2.2.2-7) unstable; urgency=low
+
+  * Added support for building with debugging symbols through DEB_BUILD_OPTIONS
+    as recommended by policy.
+  * Compiled against xlibs 4.0.3
+  * Standards-version: 3.5.4.0. No changes required.
+
+ -- André Dahlqvist <andre at debian.org>  Mon, 30 Apr 2001 17:02:45 +0200
+
+pente (2.2.2-6) unstable; urgency=low
+
+  * Removed dh_testversion from debian/rules since I have a build dependency
+    debhelper already.
+  * Use my official debian e-mail address in the Maintainer: field.
+
+ -- André Dahlqvist <andre at debian.org>  Sun, 29 Apr 2001 16:34:16 +0200
+
+pente (2.2.2-5) unstable; urgency=medium
+
+  * Something went wrong when the last version was built on the sponsors
+    box, this release should fix it.
+  * This upload is spnosored by Lenart Janos <ocsi at debian.org>.
+
+ -- André Dahlqvist <anedah-9 at sm.luth.se>  Sun, 28 Jan 2001 10:37:48 +0100
+
+pente (2.2.2-4) unstable; urgency=low
+
+  * Fixed the menu entry; it used to always start pente in curses mode.
+  * Changed my e-mail address.
+  * Changed the upstream authors e-mail and webpage address.
+  * Fixed two minor errors in the manpage.
+  * Updated debhelper rules to version 2, and modified Build-Depends
+    accordingly.
+  * Did some other cleanups in debian/rules.
+  * Compiled against XFree86 4.0.2 libraries.
+  * Changed xlib6g-dev in Build-Depends to xlibs-dev.
+  * Minor wording changes in the short description.
+
+ -- André Dahlqvist <anedah-9 at sm.luth.se>  Thu, 11 Jan 2001 20:39:23 +0100
+
+pente (2.2.2-3) unstable; urgency=low
+
+  * New maintainer. Closes: #69642
+  * Also closes a bug that I incorrectly filed. Closes: #72412
+  * Wrote a new description.
+  * Changed libncurses4-dev in Build-Deps to libncurses5-dev.
+  * Standards version 3.2.1.0
+  * Compiled against newer X libs.
+  * Let dh_strip handle the stripping of the executable.
+  * Various other changes to the package source.
+  * Upload on behalf of Andre Dahlqvist <andre at beta.telenordia.se>, I am
+    sponsoring this package until Andre becomes member of the debian project.
+
+ -- Joop Stakenborg <pa3aba at debian.org>  Mon, 25 Sep 2000 21:28:15 +0200
+
+pente (2.2.2-2) unstable; urgency=low
+  
+  * Built with ncurses5, Closes: #55449
+
+ -- Joey Hess <joeyh at debian.org> Fri, 21 Jan 2000 15:37:14 -0800
+  
+pente (2.2.2-1) unstable; urgency=low
+
+  * New upstream, first in 2 years!
+
+ -- Joey Hess <joeyh at debian.org>  Tue, 11 Jan 2000 16:29:10 -0800
+
+pente (2.2.1-7) unstable; urgency=low
+
+  * Build deps.
+
+ -- Joey Hess <joeyh at debian.org>  Sat,  4 Dec 1999 15:12:10 -0800
+
+pente (2.2.1-6) unstable; urgency=low
+
+  * FHS
+
+ -- Joey Hess <joeyh at debian.org>  Mon,  6 Sep 1999 16:22:43 -0700
+
+pente (2.2.1-5) unstable; urgency=low
+
+  * Rebuilt with ncurses 4.
+
+ -- Joey Hess <joeyh at debian.org>  Fri, 30 Oct 1998 14:56:28 -0800
+
+pente (2.2.1-4) unstable; urgency=low
+
+  * Oops, I didn't fix all the spelling mistakes in the last release -
+    lintain caught another one and I've fixed it.
+
+ -- Joey Hess <joeyh at debian.org>  Sat,  7 Mar 1998 22:12:56 -0800
+
+pente (2.2.1-3) unstable; urgency=low
+
+  * Fixed package description spelling (#18934).
+
+ -- Joey Hess <joeyh at debian.org>  Thu,  5 Mar 1998 16:39:36 -0800
+
+pente (2.2.1-2) unstable; urgency=low
+
+  * Updated standards-version and fsf address.
+
+ -- Joey Hess <joeyh at debian.org>  Mon,  9 Feb 1998 13:13:46 -0800
+
+pente (2.2.1-1) unstable; urgency=low
+
+  * New upstream release.
+  * Use debhelper.
+
+ -- Joey Hess <joeyh at debian.org>  Wed,  3 Dec 1997 13:10:56 -0500
+
+pente (2.2.0-1) unstable; urgency=low
+
+  * New upstream release, and pristine source
+  * New style menu file.
+  * Libc6.
+
+ -- Joey Hess <joeyh at debian.org>  Mon,  8 Sep 1997 22:25:23 -0400
+
+pente (2.1.11-4) unstable; urgency=low
+
+  * Added a menu file.
+  * Fixed typo in copyright file.
+  * Routine update of debian/rules:
+    New email address.
+
+ -- Joey Hess <joeyh at debian.org>  Fri, 27 Dec 1996 21:11:58 -0500
+
+pente (2.1.11-3) unstable; urgency=low
+
+  * Routine update of debian/rules (now uses debmake).
+  * Stripped binary.
+
+ -- Joey Hess <joeyh at debian.org>  Sat, 26 Oct 1996 20:33:00 -0400
+
+pente (2.1.11-2) unstable; urgency=low
+
+  * Uses install-fvwm2menu to register with fvwm2.
+
+ -- Joey Hess <joeyh at debian.org>  Fri, 4 Oct 1996 21:39:32 -0400
+
+pente (2.1.11-1) unstable; urgency=low
+
+  * First release.
+
+ -- Joey Hess <joeyh at debian.org>  Mon, 16 Sep 1996 16:58:33 -0400
+
+
+Local variables:
+mode: debian-changelog
+End:

Added: packages/trunk/pente/debian/control
===================================================================
--- packages/trunk/pente/debian/control	                        (rev 0)
+++ packages/trunk/pente/debian/control	2009-02-15 22:11:57 UTC (rev 8822)
@@ -0,0 +1,21 @@
+Source: pente
+Section: games
+Priority: optional
+Build-Depends: debhelper (>= 3.0.0), libncurses5-dev, libx11-dev, x-dev, libxt-dev
+Maintainer: Ross Younger <ryounger at chiark.greenend.org.uk>
+Standards-Version: 3.6.2
+
+Package: pente
+Architecture: any
+Depends: ${shlibs:Depends}
+Description: Five in a row game for X and the console
+ Pente is the English name for the Asian game ni-nuki, which itself
+ is a version of the game go-moku. The game is a variant of the well
+ known five in a row. Placing five stones in a row is one way to win,
+ the other is to capture five pairs of the opponents stones.
+ .
+ Pente can run in three different modes: X, curses or text. You can
+ play against the computer or another human, and there is also support
+ for playing over a network.
+ .
+ Homepage: http://www.igoweb.org/~wms/comp/pente/

Added: packages/trunk/pente/debian/copyright
===================================================================
--- packages/trunk/pente/debian/copyright	                        (rev 0)
+++ packages/trunk/pente/debian/copyright	2009-02-15 22:11:57 UTC (rev 8822)
@@ -0,0 +1,30 @@
+This package was first debianized by Joey Hess <joeyh at debian.org> on
+Mon, 16 Sep 1996 16:58:33 -0400.
+
+The current maintainer is Ross Younger <ryounger at chiark.greenend.org.uk>;
+other maintainers were Joop Stakenborg <pa3aba at debian.org> and André
+Dahlqvist <anedah-9 at sm.luth.se>.
+
+It was downloaded from http://www.igoweb.org/~wms/comp/pente/index.html 
+
+Upstream Author: Bill Shubert <wms at igoweb.org>
+
+Copyright:
+ Copyright (C) 1994-2001 Bill Shubert
+
+ 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
+
+On Debian systems, the complete text of the GNU General Public License
+can be found in `/usr/share/common-licenses/GPL'.

Added: packages/trunk/pente/debian/menu
===================================================================
--- packages/trunk/pente/debian/menu	                        (rev 0)
+++ packages/trunk/pente/debian/menu	2009-02-15 22:11:57 UTC (rev 8822)
@@ -0,0 +1,4 @@
+?package(pente):needs=x11 section=Games/Board title=Pente \
+	command="/usr/games/pente"
+?package(pente):needs=text section=Games/Board title=Pente \
+	command="/usr/games/pente -curses"

Added: packages/trunk/pente/debian/rules
===================================================================
--- packages/trunk/pente/debian/rules	                        (rev 0)
+++ packages/trunk/pente/debian/rules	2009-02-15 22:11:57 UTC (rev 8822)
@@ -0,0 +1,59 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# This file is public domain software, originally written by Joey Hess. 
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# This is the debhelper compatibility version to use.
+export DH_COMPAT=3
+
+build: build-stamp
+build-stamp:
+	dh_testdir
+
+	./configure
+	$(MAKE)
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp
+
+	-$(MAKE) -i clean
+	-rm -rf obj-*-Linux
+	dh_clean Makefile pente pente-*-Linux Makefile-*-Linux config.*
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k
+	dh_installdirs usr/games usr/share/man/man6
+
+	install pente debian/pente/usr/games
+
+# 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_installdocs README
+	dh_installmenu
+	dh_installman man6/pente.6
+	dh_installchangelogs -k README
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install


Property changes on: packages/trunk/pente/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-games-commits mailing list