diff -Nru rcsoccersim-13.2.2/debian/changelog rcsoccersim-14.0.3/debian/changelog --- rcsoccersim-13.2.2/debian/changelog 2010-05-03 21:12:24.000000000 +0100 +++ rcsoccersim-14.0.3/debian/changelog 2010-05-03 21:12:24.000000000 +0100 @@ -1,5 +1,5 @@ -rcsoccersim (13.2.2-1) jaunty; urgency=low +rcsoccersim (14.0.3-1jaunty) jaunty; urgency=high - * Stable release + * Stable release - -- Hossein Ansari Fri, 31 Jul 2009 12:14:45 +0430 + -- Hossein Ansari Tue, 04 May 2010 00:33:21 +0430 diff -Nru rcsoccersim-13.2.2/debian/compat rcsoccersim-14.0.3/debian/compat --- rcsoccersim-13.2.2/debian/compat 2010-05-03 21:12:24.000000000 +0100 +++ rcsoccersim-14.0.3/debian/compat 2010-05-03 21:12:24.000000000 +0100 @@ -1 +1 @@ -6 +7 diff -Nru rcsoccersim-13.2.2/debian/control rcsoccersim-14.0.3/debian/control --- rcsoccersim-13.2.2/debian/control 2010-05-03 21:12:24.000000000 +0100 +++ rcsoccersim-14.0.3/debian/control 2010-05-03 21:12:24.000000000 +0100 @@ -2,14 +2,13 @@ Section: metapackages Priority: optional Maintainer: Hossein Ansari -Standards-Version: 3.8.0 -Build-Depends: debhelper (>= 6) +Uploaders: Hossein Ansari , Armin Ildermi +Build-Depends: debhelper (>= 7), rcssserver, rcssmonitor, rcsslogplayer +Standards-Version: 3.8.1 Homepage: http://robocup.allafiha.com - Package: rcsoccersim Architecture: any -Depends: ${rcsoccersim:Depends} -Recommends: ${rcsoccersim:Recommends} -Description: Commonly used robocup 2D soccer simulation packages - This Package provides rcssserver & rcsslogplayer & rcssmonitor +Depends: ${shlibs:Depends}, ${misc:Depends}, rcssserver, rcssmonitor, rcsslogplayer +Description: Commonly used robocup 2D soccer simulation packages + This package provides rcssserver & rcssmonitor & rcsslogplayer diff -Nru rcsoccersim-13.2.2/debian/copyright rcsoccersim-14.0.3/debian/copyright --- rcsoccersim-13.2.2/debian/copyright 2010-05-03 21:12:24.000000000 +0100 +++ rcsoccersim-14.0.3/debian/copyright 2010-05-03 21:12:24.000000000 +0100 @@ -1,16 +1,12 @@ -This is ubuntu-restricted-extras, a metapackage to make common -customizations easier. +This package was debianized by Armin Ildermi on +Sat, 05 Dec 2009 13:26:24 +0330. -This package was originally put together by Michael Vogt - +It was downloaded from http://robocup.allafiha.com -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, or (at your option) -any later version. +The Debian packaging is: -You should have received a copy of the GNU General Public License with -your Ubuntu system, in /usr/share/common-licenses/GPL. If not, write -to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, -MA 02110-1301, USA. + Copyright (C) 2009 Armin Ildermi + +and is licensed under the GPL version 3, +see `/usr/share/common-licenses/GPL-3'. diff -Nru rcsoccersim-13.2.2/debian/rules rcsoccersim-14.0.3/debian/rules --- rcsoccersim-13.2.2/debian/rules 2010-05-03 21:12:24.000000000 +0100 +++ rcsoccersim-14.0.3/debian/rules 2010-05-03 21:12:24.000000000 +0100 @@ -1,48 +1,91 @@ #!/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 -clean: + + + + +configure: configure-stamp +configure-stamp: dh_testdir - dh_clean + # Add here commands to configure the package. - rm -rf build-stamp *.old debootstrap-dir + touch configure-stamp -DEB_BUILD_ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) build: build-stamp -build-stamp: rcsoccersim-$(DEB_BUILD_ARCH) - dh_clean - package=rcsoccersim - (printf rcsoccersim:Depends=; perl -pe 's/\n/, /g' rcsoccersim-$(DEB_BUILD_ARCH); echo) >> debian/rcsoccersim.substvars; +build-stamp: configure-stamp + dh_testdir + + # Add here commands to compile the package. + # $(MAKE) + #docbook-to-man debian/rcsoccersim.sgml > rcsoccersim.1 + + touch $@ + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp -install: build-stamp + # Add here commands to clean up after the build process. + # $(MAKE) clean + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/rcsoccersim. + # $(MAKE) DESTDIR=$(CURDIR)/debian/rcsoccersim install + + +# Build architecture-independent files here. +binary-indep: install +# We have nothing to do by default. + +# Build architecture-dependent files here. binary-arch: install - dh_testdir -a - dh_testroot -a - dh_installdocs -a - dh_installchangelogs -a - dh_compress -a - dh_fixperms -a - dh_installdeb -a - dh_gencontrol -a - dh_md5sums -a - dh_builddeb -a - -binary-indep: - dh_testdir -i - dh_testroot -i - dh_installdocs -i - dh_installchangelogs -i - dh_compress -i - dh_fixperms -i - dh_installdeb -i - dh_gencontrol -i - dh_md5sums -i - dh_builddeb -i + 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_python +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms +# dh_perl +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb binary: binary-indep binary-arch - -.PHONY: binary binary-arch binary-indep clean checkroot build +.PHONY: build clean binary-indep binary-arch binary install configure diff -Nru rcsoccersim-13.2.2/debian/.substvars rcsoccersim-14.0.3/debian/.substvars --- rcsoccersim-13.2.2/debian/.substvars 2010-05-03 21:12:24.000000000 +0100 +++ rcsoccersim-14.0.3/debian/.substvars 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -:Recommends=:Recommends=:Recommends=:Recommends=rcsoccersim:Recommends=rcsoccersim:Recommends= \ No newline at end of file diff -Nru rcsoccersim-13.2.2/rcsoccersim-amd64 rcsoccersim-14.0.3/rcsoccersim-amd64 --- rcsoccersim-13.2.2/rcsoccersim-amd64 2009-07-31 07:58:35.000000000 +0100 +++ rcsoccersim-14.0.3/rcsoccersim-amd64 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -rcssserver -rcssmonitor -rcsslogplayer diff -Nru rcsoccersim-13.2.2/rcsoccersim-i386 rcsoccersim-14.0.3/rcsoccersim-i386 --- rcsoccersim-13.2.2/rcsoccersim-i386 2009-07-31 07:58:35.000000000 +0100 +++ rcsoccersim-14.0.3/rcsoccersim-i386 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -rcssserver -rcssmonitor -rcsslogplayer diff -Nru rcsoccersim-13.2.2/rcsoccersim-lpia rcsoccersim-14.0.3/rcsoccersim-lpia --- rcsoccersim-13.2.2/rcsoccersim-lpia 2009-07-31 07:58:35.000000000 +0100 +++ rcsoccersim-14.0.3/rcsoccersim-lpia 1970-01-01 01:00:00.000000000 +0100 @@ -1,3 +0,0 @@ -rcssserver -rcssmonitor -rcsslogplayer