Revision: 7982
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7982&view=rev
Author:   thjc
Date:     2009-07-10 16:11:43 +0000 (Fri, 10 Jul 2009)

Log Message:
-----------
update stage packaging infor for a 3.1 release

Modified Paths:
--------------
    packages/debian/stage/debian/changelog
    packages/debian/stage/debian/compat
    packages/debian/stage/debian/control
    packages/debian/stage/debian/copyright
    packages/debian/stage/debian/docs
    packages/debian/stage/debian/rules

Added Paths:
-----------
    packages/debian/stage/debian/libstage3-dev.install
    packages/debian/stage/debian/libstage3.install
    packages/debian/stage/debian/stage-player-plugin.install
    packages/debian/stage/debian/stage.install
    packages/debian/stage/debian/watch

Modified: packages/debian/stage/debian/changelog
===================================================================
--- packages/debian/stage/debian/changelog      2009-07-10 16:10:55 UTC (rev 
7981)
+++ packages/debian/stage/debian/changelog      2009-07-10 16:11:43 UTC (rev 
7982)
@@ -1,9 +1,30 @@
-stage (2.1.0-thjc1) feisty; urgency=low
+stage (3.1.0~svn7974-1~ppa1) karmic; urgency=low
 
-  * New upstream version
+  * new upstream release
 
- -- Toby Collett <[email protected]>  Tue,  1 May 2007 09:11:31 +1200
+ -- Toby Collett <[email protected]>  Fri, 10 Jul 2009 16:48:07 +0200
 
+stage (2.0.3-2ubuntu1) intrepid; urgency=low
+
+  * Build-depend on libltdl7-dev.
+
+ -- Luca Falavigna <[email protected]>  Mon, 15 Sep 2008 20:27:27 +0200
+
+stage (2.0.3-2) unstable; urgency=low
+
+  * Depend on 'robot-player' instead of 'player'. Closes: #439804
+  * Add -D_GNU_SOURCE to CFLAGS for amd64 compilation. Closes: #440878
+  * Change make distclean so as to not ignore other errors.
+  * Update address of the FSF in debian/copyright.
+
+ -- Michael Janssen <[email protected]>  Tue, 27 Nov 2007 18:40:29 -0600
+
+stage (2.0.3-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Michael Janssen <[email protected]>  Thu, 17 May 2007 21:45:39 -0500
+
 stage (1.3.5-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/debian/stage/debian/compat
===================================================================
--- packages/debian/stage/debian/compat 2009-07-10 16:10:55 UTC (rev 7981)
+++ packages/debian/stage/debian/compat 2009-07-10 16:11:43 UTC (rev 7982)
@@ -1 +1 @@
-5
+7

Modified: packages/debian/stage/debian/control
===================================================================
--- packages/debian/stage/debian/control        2009-07-10 16:10:55 UTC (rev 
7981)
+++ packages/debian/stage/debian/control        2009-07-10 16:11:43 UTC (rev 
7982)
@@ -1,22 +1,66 @@
 Source: stage
-Section: science
 Priority: extra
-Maintainer: Toby Collett <[email protected]>
-Build-Depends: debhelper (>= 5.0.0), cdbs (>= 0.4), libjpeg62-dev, player (>= 
2.1), libltdl3-dev, pkg-config, libgtk2.0-dev
-Standards-Version: 3.7.2.2
+Maintainer: Ubuntu MOTU Developers <[email protected]>
+Uploaders: Toby Collett <[email protected]>
+XSBC-Original-Maintainer: Michael Janssen <[email protected]>
+Build-Depends: debhelper (>= 7), cdbs, cmake, libplayercore3-dev (>= 3.0), 
libltdl7-dev, libfltk1.1-dev, libpng-dev, libglib2.0-dev, freeglut3-dev
+Standards-Version: 3.8.0
+Section: libs
 
 Package: stage
+Priority: extra
+Section: science
 Architecture: any
-Depends: ${shlibs:Depends}
-Description: Multiple robot simulator
- Stage simulates a population of mobile robots moving in and sensing 
- a two-dimensional bitmapped environment. Various sensor models are 
- provided, including sonar, scanning laser rangefinder, pan-tilt-zoom
- camera with color blob detection and odometry.
+Depends: ${misc:Depends}, libstage3, libstageplugin1, robot-player
+Description: Robot simulation for Player
+ Player/Stage is a framework for controlling, 
+ accessing and simulating robots and sensors.
+ Stage provides the simulation of robots.
  .
- Stage devices present a standard Player interface so few or no 
- changes are required to move between simulation and hardware. Several
- controllers designed in Stage have been demonstrated to work on real 
- robots. 
+ This package includes the sample world files and
+ configurations for the simulator.
+
+Package: libstage3-dev
+Provides: libstage-dev
+Conflicts: libstage-dev
+Section: libdevel
+Architecture: any
+Depends: ${misc:Depends}, libstage3 (= ${binary:Version})
+Description: Robot simulation library - development files
+ Player/Stage is a framework for controlling, 
+ accessing and simulating robots and sensors.  This
+ library provides the simulation component, simulating
+ a variety of devices existing in a world and
+ interacting.  It is used with libstageplugin to
+ simulate a whole system and interact with it in the
+ same way you would interact with real harware.
+ It can also be used alone to run simulations.
  .
- Homepage: http://playerstage.sourceforge.net/
+ This package includes the development files needed
+ for the simulator.
+
+Package: libstage3
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Robot simulation library
+ Player/Stage is a framework for controlling, 
+ accessing and simulating robots and sensors.  This
+ library provides the simulation component, simulating
+ a variety of devices existing in a world and
+ interacting.  It is used with libstageplugin to
+ simulate a whole system and interact with it in the
+ same way you would interact with real harware.
+ It can also be used alone to run simulations.
+
+Package: stage-player-plugin
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Simulation plugin for Player
+ Player/Stage is a framework for controlling, 
+ accessing and simulating robots and sensors.  This
+ library connects the simluation provided by libstage
+ to the Player interfaces used by the robot client
+ programs, providing data similar to the way real
+ devices would provide.

Modified: packages/debian/stage/debian/copyright
===================================================================
--- packages/debian/stage/debian/copyright      2009-07-10 16:10:55 UTC (rev 
7981)
+++ packages/debian/stage/debian/copyright      2009-07-10 16:11:43 UTC (rev 
7982)
@@ -1,17 +1,63 @@
-This package was debianized by Yannick Brosseau <[email protected]> on
-Wed, 10 Dec 2003 15:42:52 -0500.
+This package was debianized by Michael Janssen <[email protected]> on
+Thu, 17 May 2007 18:08:12 -0500.
 
 It was downloaded from http://playerstage.sourceforge.net/
 
-Upstream Authors: Brian Gerkey <[email protected]>
-                  Andrew Howard <[email protected]>
-                  Richard Vaughan <[email protected]>
-                  and others
+Upstream Authors: 
+         Richard Vaughan <[email protected]>
+         Andrew Howard <[email protected]>
+    Brian Gerkey <[email protected]>
+               and other contributors
 
+Copyright: 
+   Copyright (C) 2001-2004 Richard Vaughan, Andrew Howard and Brian
+   Gerkey for the Player/Stage Project
+   http://playerstage.sourceforge.net
 
-Copyright:
+License:
 
-You are free to distribute this software under the terms of
-the GNU General Public License.
-On Debian systems, the complete text of the GNU General Public
-License can be found in the file `/usr/share/common-licenses/GPL'.
\ No newline at end of file
+All files except the files in the replace/ directory hold the following:
+
+    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
+               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'.
+
+The files in the replace/ directory hold the following: 
+
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Library General Public License as
+   published by the Free Software Foundation; either version 2 of the
+   License, or (at your option) any later version.
+
+   The GNU C Library 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
+   Library General Public License for more details.
+
+   You should have received a copy of the GNU Library General Public
+   License along with the GNU C Library; see the file COPYING.LIB.  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 Library General Public
+License can be found in `/usr/share/common-licenses/LGPL`
+
+The Debian packaging is (C) 2007, Michael Janssen <[email protected]> and
+is licensed under the GPL, see above.
+
+

Modified: packages/debian/stage/debian/docs
===================================================================
--- packages/debian/stage/debian/docs   2009-07-10 16:10:55 UTC (rev 7981)
+++ packages/debian/stage/debian/docs   2009-07-10 16:11:43 UTC (rev 7982)
@@ -1,2 +1,7 @@
-NEWS
-README
+AUTHORS.txt
+COPYING.txt
+INSTALL.txt
+README.txt
+RELEASE.txt
+todo.txt
+

Added: packages/debian/stage/debian/libstage3-dev.install
===================================================================
--- packages/debian/stage/debian/libstage3-dev.install                          
(rev 0)
+++ packages/debian/stage/debian/libstage3-dev.install  2009-07-10 16:11:43 UTC 
(rev 7982)
@@ -0,0 +1,3 @@
+usr/include
+usr/lib/libstage.so
+usr/lib/pkgconfig/stage.pc

Added: packages/debian/stage/debian/libstage3.install
===================================================================
--- packages/debian/stage/debian/libstage3.install                              
(rev 0)
+++ packages/debian/stage/debian/libstage3.install      2009-07-10 16:11:43 UTC 
(rev 7982)
@@ -0,0 +1 @@
+usr/lib/libstage.so.*

Modified: packages/debian/stage/debian/rules
===================================================================
--- packages/debian/stage/debian/rules  2009-07-10 16:10:55 UTC (rev 7981)
+++ packages/debian/stage/debian/rules  2009-07-10 16:11:43 UTC (rev 7982)
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/class/cmake.mk
 

Added: packages/debian/stage/debian/stage-player-plugin.install
===================================================================
--- packages/debian/stage/debian/stage-player-plugin.install                    
        (rev 0)
+++ packages/debian/stage/debian/stage-player-plugin.install    2009-07-10 
16:11:43 UTC (rev 7982)
@@ -0,0 +1,3 @@
+usr/lib/stageplugin.so
+
+


Property changes on: packages/debian/stage/debian/stage-player-plugin.install
___________________________________________________________________
Added: svn:mergeinfo
   + 

Added: packages/debian/stage/debian/stage.install
===================================================================
--- packages/debian/stage/debian/stage.install                          (rev 0)
+++ packages/debian/stage/debian/stage.install  2009-07-10 16:11:43 UTC (rev 
7982)
@@ -0,0 +1,2 @@
+usr/bin
+usr/share

Added: packages/debian/stage/debian/watch
===================================================================
--- packages/debian/stage/debian/watch                          (rev 0)
+++ packages/debian/stage/debian/watch  2009-07-10 16:11:43 UTC (rev 7982)
@@ -0,0 +1,22 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage 
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php stage-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/stage-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/stage-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+http://sf.net/playerstage/stage-(.*)\.tar\.gz
+
+


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to