Update of /cvsroot/playerstage/code/packages/debian/gazebo/debian
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10097/gazebo/debian
Added Files:
README.Debian changelog compat control copyright docs files
gazebo.substvars rules
Log Message:
added debian package for svn gazebo, will need ubuntu gutsy ot debian unstable
to build
--- NEW FILE: files ---
gazebo_0.8-thjc1_i386.deb science extra
--- NEW FILE: control ---
Source: gazebo
Section: science
Priority: extra
Maintainer: Toby Collett <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 5.0.0), player (>= 2.1), libogre-dev (>= 1.4),
scons, pkg-config, libxml2-dev, libode0-dev, python-dev, libois-dev,
libboost-dev, libltdl3-dev
Standards-Version: 3.7.2.2
Package: gazebo
Architecture: any
Depends: ${shlibs:Depends}
Description: A 3d simulator for the player project
Homepage: http://playerstage.sourceforge.net/
--- NEW FILE: copyright ---
This package was debianized by Yannick Brosseau <[EMAIL PROTECTED]> on
Wed, 10 Dec 2003 15:42:52 -0500.
It was downloaded from http://playerstage.sourceforge.net/
Upstream Authors: Brian Gerkey <[EMAIL PROTECTED]>
Andrew Howard <[EMAIL PROTECTED]>
Nik Melchior <[EMAIL PROTECTED]>
Gabe Sibley <[EMAIL PROTECTED]>
John Sweeney <[EMAIL PROTECTED]>
Richard Vaughan <[EMAIL PROTECTED]>
and others
Copyright:
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'.
--- NEW FILE: changelog ---
gazebo (0.8-thjc1) feisty; urgency=low
* intial build from gazebo svn
-- Toby Collett <[EMAIL PROTECTED]> Thu, 17 May 2007 14:29:52 +1200
--- NEW FILE: rules ---
#!/usr/bin/make -f
SCONS_FLAGS=DESTDIR=$(CURDIR)/debian/gazebo prefix=/usr
configure: configure-stamp
configure-stamp:
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
build: build-stamp
build-stamp: configure-stamp
dh_testdir
# Add here commands to compile the package.
#$(MAKE)
scons $(SCONS_FLAGS)
touch $@
clean:
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
#-$(MAKE) clean
scons $(SCONS_FLAGS) --clean
rm -rf .sconf_temp
find -name '*.pyc' -exec rm -f {} \;
find -name '.sconsign' -exec rm -f {} \;
find -name '*.o' -exec rm -f {} \;
dh_clean
install: build
dh_testdir
dh_testroot
dh_clean -k
dh_installdirs
# Add here commands to install the package into debian/tmp
#$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
scons $(SCONS_FLAGS) install
find $(CURDIR)/debian/gazebo -name '.sconsign' -exec rm -f {} \;
# 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_installchangelogs
# dh_installdocs
# dh_installexamples
# dh_install --sourcedir=debian/tmp
# dh_installmenu
# dh_installdebconf
# dh_installlogrotate
# dh_installemacsen
# dh_installpam
# dh_installmime
# dh_installinit
# dh_installcron
# dh_installinfo
# dh_installman
dh_link
dh_strip
dh_compress
dh_fixperms
# dh_perl
# dh_pycentral
dh_makeshlibs
dh_installdeb
dh_shlibdeps
dh_gencontrol
dh_md5sums
dh_builddeb
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
--- NEW FILE: docs ---
README
TODO
--- NEW FILE: compat ---
5
--- NEW FILE: gazebo.substvars ---
shlibs:Depends=libc6 (>= 2.5-0ubuntu1), libgcc1 (>= 1:4.1.2), libltdl3 (>=
1.5.2-2), libode0debian1 (>= 1:0.8.dfsg-3), libogre14, libois1, libstdc++6 (>=
4.1.2), libxml2 (>= 2.6.27), player
--- NEW FILE: README.Debian ---
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit