Author: goneri-guest Date: 2007-11-06 16:47:24 +0000 (Tue, 06 Nov 2007) New Revision: 4579
Modified: packages/trunk/ode/debian/changelog packages/trunk/ode/debian/control packages/trunk/ode/debian/copyright packages/trunk/ode/debian/libode0-dev.links packages/trunk/ode/debian/rules Log: + * use binary-indep, dpkg-buildpackage -B doesn't build binary indep + package anymore + * add Vcs-Browser + * Renamed “XS-Vcs-Svn” to “Vcs-Svn”, now officially supported by dpkg. + * move homepage from the description to the new Homepage field Modified: packages/trunk/ode/debian/changelog =================================================================== --- packages/trunk/ode/debian/changelog 2007-11-06 16:45:44 UTC (rev 4578) +++ packages/trunk/ode/debian/changelog 2007-11-06 16:47:24 UTC (rev 4579) @@ -1,6 +1,11 @@ ode (1:0.9.dfsg-1) unstable; urgency=low - * New upstream release + * New upstream release + * use binary-indep, dpkg-buildpackage -B doesn't build binary indep + package anymore + * add Vcs-Browser + * Renamed “XS-Vcs-Svn” to “Vcs-Svn”, now officially supported by dpkg. + * move homepage from the description to the new Homepage field -- Gonéri Le Bouder <[EMAIL PROTECTED]> Wed, 24 Oct 2007 21:32:27 +0200 Modified: packages/trunk/ode/debian/control =================================================================== --- packages/trunk/ode/debian/control 2007-11-06 16:45:44 UTC (rev 4578) +++ packages/trunk/ode/debian/control 2007-11-06 16:47:24 UTC (rev 4579) @@ -6,7 +6,9 @@ Build-Depends: debhelper (>> 5.0.0), quilt, docbook-to-man, libglu1-mesa-dev, libgl1-mesa-dev Standards-Version: 3.7.2 -XS-Vcs-Svn: ssh://svn.debian.org/svn/pkg-games/packages/trunk/ode/ +Vcs-Svn: ssh://svn.debian.org/svn/pkg-games/packages/trunk/ode/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/ode/?op=log +Homepage: http://www.ode.org/ Package: libode0debian1 Section: libs @@ -20,8 +22,6 @@ collision detection. . This package provides the shared libraries. - . - Homepage: http://www.ode.org/ Package: libode0-dev Section: libdevel @@ -38,8 +38,6 @@ collision detection. . This package provides the header files and static libraries. - . - Homepage: http://www.ode.org/ Package: libode-doc Section: doc @@ -53,5 +51,3 @@ collision detection. . This package provides the documentation files. - . - Homepage: http://www.ode.org/ Modified: packages/trunk/ode/debian/copyright =================================================================== --- packages/trunk/ode/debian/copyright 2007-11-06 16:45:44 UTC (rev 4578) +++ packages/trunk/ode/debian/copyright 2007-11-06 16:47:24 UTC (rev 4579) @@ -17,7 +17,7 @@ ---------------------------------------------------------- Open Dynamics Engine -Copyright (c) 2001-2006, Russell L. Smith. +Copyright (c) 2001-2007, Russell L. Smith. All rights reserved. Redistribution and use in source and binary forms, with or without Modified: packages/trunk/ode/debian/libode0-dev.links =================================================================== --- packages/trunk/ode/debian/libode0-dev.links 2007-11-06 16:45:44 UTC (rev 4578) +++ packages/trunk/ode/debian/libode0-dev.links 2007-11-06 16:47:24 UTC (rev 4579) @@ -1 +1 @@ -usr/lib/libode.so.0debian1.8.0 usr/lib/libode.so +usr/lib/libode.so.0debian1.9.0 usr/lib/libode.so Modified: packages/trunk/ode/debian/rules =================================================================== --- packages/trunk/ode/debian/rules 2007-11-06 16:45:44 UTC (rev 4578) +++ packages/trunk/ode/debian/rules 2007-11-06 16:47:24 UTC (rev 4579) @@ -76,28 +76,37 @@ debian/ode-config.1 # Build architecture-independent files here. -binary-indep: build install -# We have nothing to do by default. +binary-indep: + dh_testdir -i + dh_testroot -i + dh_installdocs -i + dh_install -i + dh_installchangelogs -i CHANGELOG.txt + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i # Build architecture-dependent files here. binary-arch: build install - dh_testdir - dh_testroot + dh_testdir -a + dh_testroot -a + dh_installdocs -a + dh_installman -a -plibode0-dev debian/ode-config.1 + dh_install -a + dh_installchangelogs -a CHANGELOG.txt + dh_link -a + dh_strip -a + dh_compress -a + dh_fixperms -a + dh_shlibdeps -a + dh_makeshlibs -a -V 'libode0debian1 (>= 1:0.8.dfsg-3)' + dh_installdeb -a + dh_gencontrol -a + dh_md5sums -a + dh_builddeb -a - dh_installdocs - dh_installman -plibode0-dev debian/ode-config.1 - dh_install - dh_installchangelogs CHANGELOG.txt - dh_link - dh_strip - dh_compress - dh_fixperms - dh_shlibdeps - dh_makeshlibs -V 'libode0debian1 (>= 1:0.8.dfsg-3)' - dh_installdeb - dh_gencontrol - dh_md5sums - dh_builddeb - binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install configure _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

