Author: jsonic-guest Date: 2014-05-04 18:50:20 +0000 (Sun, 04 May 2014) New Revision: 15057
Added: packages/trunk/bubbros/debian/patches/series Modified: packages/trunk/bubbros/debian/changelog packages/trunk/bubbros/debian/control packages/trunk/bubbros/debian/rules Log: Include CDBS’ quilt makefile, add quilt to depends and add debian/patches/series to actually apply patches. Modified: packages/trunk/bubbros/debian/changelog =================================================================== --- packages/trunk/bubbros/debian/changelog 2014-05-04 18:33:29 UTC (rev 15056) +++ packages/trunk/bubbros/debian/changelog 2014-05-04 18:50:20 UTC (rev 15057) @@ -9,6 +9,8 @@ * Update Vcs-* fields to point to anonscm.debian.org. [ Juhani Numminen ] + * Include CDBS’ quilt makefile, add quilt to depends and add + debian/patches/series to actually apply patches. * Add Keywords field to debian/bubbros.desktop, remove unhelpful GenericName. -- Juhani Numminen <[email protected]> Sun, 04 May 2014 21:31:16 +0300 Modified: packages/trunk/bubbros/debian/control =================================================================== --- packages/trunk/bubbros/debian/control 2014-05-04 18:33:29 UTC (rev 15056) +++ packages/trunk/bubbros/debian/control 2014-05-04 18:50:20 UTC (rev 15057) @@ -10,6 +10,7 @@ debhelper (>= 5.0.37.1), devscripts (>= 2.9), python-all (>= 2.3.5-11), + quilt, sharutils Build-Depends-Indep: python-support (>= 0.5.3) Standards-Version: 3.9.3 Added: packages/trunk/bubbros/debian/patches/series =================================================================== --- packages/trunk/bubbros/debian/patches/series (rev 0) +++ packages/trunk/bubbros/debian/patches/series 2014-05-04 18:50:20 UTC (rev 15057) @@ -0,0 +1,5 @@ +remove_shabangs.patch +manpages.patch +disable_runtime_image_building.patch +config_in_homedir.patch +fix_exceptions.patch Modified: packages/trunk/bubbros/debian/rules =================================================================== --- packages/trunk/bubbros/debian/rules 2014-05-04 18:33:29 UTC (rev 15056) +++ packages/trunk/bubbros/debian/rules 2014-05-04 18:50:20 UTC (rev 15057) @@ -1,6 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk # Define some repeatedly used paths DEBDIR=${CURDIR}/debian _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

