Author: sgevatter Date: 2013-09-17 22:27:34 +0000 (Tue, 17 Sep 2013) New Revision: 14581
Added: packages/trunk/bubbros/debian/source/ packages/trunk/bubbros/debian/source/format Modified: packages/trunk/bubbros/debian/changelog packages/trunk/bubbros/debian/control packages/trunk/bubbros/debian/rules Log: * Switch to dpkg-source 3.0 (quilt) format and bump Standards-Version. * Change python-all-dev dependency to python-all. Modified: packages/trunk/bubbros/debian/changelog =================================================================== --- packages/trunk/bubbros/debian/changelog 2013-09-17 22:15:10 UTC (rev 14580) +++ packages/trunk/bubbros/debian/changelog 2013-09-17 22:27:34 UTC (rev 14581) @@ -2,11 +2,13 @@ [ Siegfried-Angel Gevatter Pujals ] * Add patches/fix_exceptions.patch, by Ben Finney (Closes: #585187). + * Switch to dpkg-source 3.0 (quilt) format and bump Standards-Version. + * Change python-all-dev dependency to python-all. [ Evgeni Golov ] * Update Vcs-* fields to point to anonscm.debian.org. - -- Siegfried-Angel Gevatter Pujals <[email protected]> Wed, 18 Sep 2013 00:12:25 +0200 + -- Siegfried-Angel Gevatter Pujals <[email protected]> Wed, 18 Sep 2013 00:23:04 +0200 bubbros (1.6-2) unstable; urgency=low Modified: packages/trunk/bubbros/debian/control =================================================================== --- packages/trunk/bubbros/debian/control 2013-09-17 22:15:10 UTC (rev 14580) +++ packages/trunk/bubbros/debian/control 2013-09-17 22:27:34 UTC (rev 14581) @@ -9,13 +9,14 @@ Build-Depends: cdbs (>= 0.4.49), debhelper (>= 5.0.37.1), devscripts (>= 2.9), - python-all-dev (>= 2.3.5-11), + python-all (>= 2.3.5-11), sharutils Build-Depends-Indep: python-support (>= 0.5.3) -Standards-Version: 3.8.3 +Standards-Version: 3.9.3 Package: bubbros Architecture: all +Pre-Depends: dpkg (>= 1.15.6~) Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, Modified: packages/trunk/bubbros/debian/rules =================================================================== --- packages/trunk/bubbros/debian/rules 2013-09-17 22:15:10 UTC (rev 14580) +++ packages/trunk/bubbros/debian/rules 2013-09-17 22:27:34 UTC (rev 14581) @@ -1,7 +1,6 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk # Define some repeatedly used paths DEBDIR=${CURDIR}/debian Added: packages/trunk/bubbros/debian/source/format =================================================================== --- packages/trunk/bubbros/debian/source/format (rev 0) +++ packages/trunk/bubbros/debian/source/format 2013-09-17 22:27:34 UTC (rev 14581) @@ -0,0 +1 @@ +3.0 (quilt) _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

