debian/0000755000000000000000000000000011446143305007167 5ustar debian/watch0000644000000000000000000000013611445365051010223 0ustar version=3 http://code.google.com/p/gmchess/downloads/list .*/pidgin-gmchess-*\.*(.*)\.tar\.gz debian/docs0000644000000000000000000000001411445357776010057 0ustar network.txt debian/copyright0000644000000000000000000000246011445370226011127 0ustar This work was packaged for Debian by: Aron Xu on Sun, 19 Sep 2010 18:03:38 +0800 It was downloaded from http://code.google.com/p/gmchess/ Upstream Author: lerosua xihes Copyright: Copyright (C) 2010 lerosua & xihes 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 version 2 for more details. You should have received a copy of the GNU General Public License version 2 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 version 2 can be found in `/usr/share/common-licenses/GPL-2'. The Debian packaging is copyright 2010, Aron Xu and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/changelog0000644000000000000000000000023411445372676011056 0ustar pidgin-gmchess (0.02-1) unstable; urgency=low * Initial release (Closes: #597396) -- Aron Xu Sun, 19 Sep 2010 18:03:38 +0800 debian/control0000644000000000000000000000105711446027764010607 0ustar Source: pidgin-gmchess Section: net Priority: optional Maintainer: Aron Xu Build-Depends: debhelper (>= 7.0.50~), pidgin-dev (>=2.6.0) Standards-Version: 3.9.1 Homepage: http://code.google.com/p/gmchess/ Package: pidgin-gmchess Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, gmchess (>= 0.29.1) Description: pidgin integration with gmchess pidgin-gmchess is a plugin for pidgin which provides integration with gmchess. . It enables players of gmchess play Chinese chess (Xiangqi) over the Internet with pidgin. debian/source/0000755000000000000000000000000011445364315010474 5ustar debian/source/format0000644000000000000000000000001411445363434011703 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000136211445371740010256 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DESTDIR=debian/pidgin-gmchess %: dh $@ override_dh_auto_config: override_dh_auto_install: install -m 755 -d ${DESTDIR}/usr/lib/pidgin/ ${DESTDIR}/usr/share/icons/hicolor/22x22/apps/ install -m 755 gmchess-network.so ${DESTDIR}/usr/lib/pidgin/ install -m 644 gmchess.png ${DESTDIR}/usr/share/icons/hicolor/22x22/apps/ debian/compat0000644000000000000000000000000211445357776010407 0ustar 7