Update of /cvsroot/playerstage/code/packages/debian/stage/debian
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30346/debian/stage/debian

Modified Files:
        changelog compat control rules 
Log Message:
updated debian packaging for player and stage to use cdbs and work with pbuilder
updated ready for 2.1.0 release


Index: rules
===================================================================
RCS file: /cvsroot/playerstage/code/packages/debian/stage/debian/rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** rules       16 Nov 2004 05:35:54 -0000      1.1
--- rules       2 May 2007 20:39:53 -0000       1.2
***************
*** 1,107 ****
  #!/usr/bin/make -f
- # -*- makefile -*-
- # Sample debian/rules that uses debhelper.
- # GNU copyright 1997 to 1999 by Joey Hess.
- 
- # Uncomment this to turn on verbose mode.
- #export DH_VERBOSE=1
- 
- 
- # These are used for cross-compiling and for saving the configure script
- # from having to guess our platform (since we know it already)
- DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
- DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
- 
- 
- CFLAGS = -Wall -g
- 
- ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-       CFLAGS += -O0
- else
-       CFLAGS += -O2
- endif
- ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-       INSTALL_PROGRAM += -s
- endif
- 
- config.status: configure
-       dh_testdir
-       # Add here commands to configure the package.
-       CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) 
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man 
--infodir=\$${prefix}/share/info
- 
- 
- build: build-stamp
- 
- build-stamp:  config.status
-       dh_testdir
- 
-       # Add here commands to compile the package.
-       $(MAKE)
-       #/usr/bin/docbook-to-man debian/stage.sgml > stage.1
- 
-       touch build-stamp
- 
- clean:
-       dh_testdir
-       dh_testroot
-       rm -f build-stamp 
- 
-       # Add here commands to clean up after the build process.
-       -$(MAKE) distclean
- ifneq "$(wildcard /usr/share/misc/config.sub)" ""
-       cp -f /usr/share/misc/config.sub config.sub
- endif
- ifneq "$(wildcard /usr/share/misc/config.guess)" ""
-       cp -f /usr/share/misc/config.guess config.guess
- endif
- 
- 
-       dh_clean 
- 
- install: build
-       dh_testdir
-       dh_testroot
-       dh_clean -k 
-       dh_installdirs
- 
-       # Add here commands to install the package into debian/stage.
-       $(MAKE) install DESTDIR=$(CURDIR)/debian/stage
  
  
- # 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 ChangeLog
-       dh_installdocs
-       dh_installexamples
- #     dh_install
- #     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_python
- #     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 
--- 1,5 ----
  #!/usr/bin/make -f
  
+ include /usr/share/cdbs/1/rules/debhelper.mk
+ include /usr/share/cdbs/1/class/autotools.mk
  

Index: control
===================================================================
RCS file: /cvsroot/playerstage/code/packages/debian/stage/debian/control,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** control     16 Nov 2004 05:35:54 -0000      1.1
--- control     2 May 2007 20:39:53 -0000       1.2
***************
*** 2,13 ****
  Section: science
  Priority: extra
! Maintainer: Yannick Brosseau <[EMAIL PROTECTED]>
! Build-Depends: debhelper (>= 4.0.0), player (>= 1.6), librtk-dev (>=2.3.0)
! Standards-Version: 3.6.0 
  
  Package: stage
  Architecture: any
! Suggests: player (>= 1.6)
! Depends: ${shlibs:Depends}, tcl8.3 | tcl8.4 | tclsh
  Description: Multiple robot simulator
   Stage simulates a population of mobile robots moving in and sensing 
--- 2,12 ----
  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
  
  Package: stage
  Architecture: any
! Depends: ${shlibs:Depends}
  Description: Multiple robot simulator
   Stage simulates a population of mobile robots moving in and sensing 
***************
*** 21,23 ****
   robots. 
   .
!  Homepage: http://playerstage.sourceforge.net/
\ No newline at end of file
--- 20,22 ----
   robots. 
   .
!  Homepage: http://playerstage.sourceforge.net/

Index: compat
===================================================================
RCS file: /cvsroot/playerstage/code/packages/debian/stage/debian/compat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** compat      16 Nov 2004 05:35:54 -0000      1.1
--- compat      2 May 2007 20:39:53 -0000       1.2
***************
*** 1 ****
! 4
--- 1 ----
! 5

Index: changelog
===================================================================
RCS file: /cvsroot/playerstage/code/packages/debian/stage/debian/changelog,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** changelog   16 Nov 2004 05:35:54 -0000      1.1
--- changelog   2 May 2007 20:39:53 -0000       1.2
***************
*** 1,2 ****
--- 1,8 ----
+ stage (2.1.0-thjc1) feisty; urgency=low
+ 
+   * New upstream version
+ 
+  -- Toby Collett <[EMAIL PROTECTED]>  Tue,  1 May 2007 09:11:31 +1200
+ 
  stage (1.3.5-1) unstable; urgency=low
  


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to