Update of /cvsroot/playerstage/code/packages/debian/player/debian
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30346/debian/player/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/player/debian/rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** rules       16 Nov 2004 05:38:17 -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 --disable-cmvision --disable-linuxwifi 
--disable-libplayerc-py
- 
- 
- build: build-stamp
- 
- build-stamp:  config.status
-       dh_testdir
- 
-       # Add here commands to compile the package.
-       $(MAKE)
-       #/usr/bin/docbook-to-man debian/player.sgml > player.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/player.
-       $(MAKE) install DESTDIR=$(CURDIR)/debian/player
  
  
- # 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/player/debian/control,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** control     16 Nov 2004 05:38:17 -0000      1.1
--- control     2 May 2007 20:39:53 -0000       1.2
***************
*** 2,8 ****
  Section: science
  Priority: extra
! Maintainer: Yannick Brosseau <[EMAIL PROTECTED]>
! Build-Depends: debhelper (>= 4.0.0), librtk-dev (>=2.3.0)
! Standards-Version: 3.6.0
  
  Package: player
--- 2,8 ----
  Section: science
  Priority: extra
! Maintainer: Toby Collett <[EMAIL PROTECTED]>
! Build-Depends: debhelper (>= 5.0.0), cdbs (>= 0.4), libltdl3-dev, 
libjpeg62-dev, libgnomecanvas2-dev, libgdk-pixbuf-dev, libgsl0-dev, swig, 
python-dev, libboost-signals-dev, libboost-thread-dev, libdc1394-13-dev, 
linux-headers-generic, libcv-dev, libcvaux-dev, libhighgui-dev, libusb-dev, 
libssl-dev, libglut3-dev, libmagick++9-dev
! Standards-Version: 3.7.2.2
  
  Package: player
***************
*** 19,21 ****
   Player supports a wide variety of mobile robots and accessories.
   .
!  Homepage: http://playerstage.sourceforge.net/
\ No newline at end of file
--- 19,21 ----
   Player supports a wide variety of mobile robots and accessories.
   .
!  Homepage: http://playerstage.sourceforge.net/

Index: compat
===================================================================
RCS file: /cvsroot/playerstage/code/packages/debian/player/debian/compat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** compat      16 Nov 2004 05:38:17 -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/player/debian/changelog,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** changelog   16 Nov 2004 05:38:17 -0000      1.1
--- changelog   2 May 2007 20:39:53 -0000       1.2
***************
*** 1,8 ****
  player (1.6-1) unstable; urgency=low
  
    * New upstream version
    * Add depends on wish for tkviewer
  
!  -- Yannick Brosseau <[EMAIL PROTECTED]>  Fri, 12 Nov 2004 22:54:16 -0500
  
  player (1.5-1) unstable; urgency=low
--- 1,18 ----
+ player (2.1.0-thjc1) feisty; urgency=low
+ 
+   * New upstream version
+ 
+  -- Toby Collett <[EMAIL PROTECTED]>  Tue,  1 May 2007 09:11:31 +1200
+ 
  player (1.6-1) unstable; urgency=low
  
+   [ Yannick Brosseau ]
    * New upstream version
    * Add depends on wish for tkviewer
  
!   [ Toby Collett ]
!   * 
! 
!  -- Toby Collett <[EMAIL PROTECTED]>  Tue,  1 May 2007 09:10:39 +1200
  
  player (1.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