Author: bddebian-guest Date: 2007-10-29 02:47:14 +0000 (Mon, 29 Oct 2007) New Revision: 4486
Modified: packages/trunk/pathological/debian/changelog packages/trunk/pathological/debian/control packages/trunk/pathological/debian/rules Log: * Make distclean not ignore errors * Make debhelper b-d, not b-d-i. (Used in clean target). Modified: packages/trunk/pathological/debian/changelog =================================================================== --- packages/trunk/pathological/debian/changelog 2007-10-29 02:29:36 UTC (rev 4485) +++ packages/trunk/pathological/debian/changelog 2007-10-29 02:47:14 UTC (rev 4486) @@ -16,6 +16,8 @@ * Bump debhelper build-dep to match compat * Remove deprecated Encoding from desktop file and make more HIG compliant * Add watch file + * Make distclean not ignore errors + * Make debhelper b-d, not b-d-i. (Used in clean target). -- Alexander Schmehl <[EMAIL PROTECTED]> Wed, 11 Jul 2007 11:04:31 +0300 Modified: packages/trunk/pathological/debian/control =================================================================== --- packages/trunk/pathological/debian/control 2007-10-29 02:29:36 UTC (rev 4485) +++ packages/trunk/pathological/debian/control 2007-10-29 02:47:14 UTC (rev 4486) @@ -3,7 +3,8 @@ Priority: optional Maintainer: Debian Games Team <[EMAIL PROTECTED]> Uploaders: Alexander Schmehl <[EMAIL PROTECTED]> -Build-Depends-Indep: debhelper (>> 5.0.0), netpbm +Build-Depends: debhelper (>> 5.0.0) +Build-Depends-Indep: netpbm Standards-Version: 3.7.2 Homepage: http://pathological.sourceforge.net/ XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/pathological/ Modified: packages/trunk/pathological/debian/rules =================================================================== --- packages/trunk/pathological/debian/rules 2007-10-29 02:29:36 UTC (rev 4485) +++ packages/trunk/pathological/debian/rules 2007-10-29 02:47:14 UTC (rev 4486) @@ -28,7 +28,7 @@ dh_testroot rm -f configure-stamp - -$(MAKE) clean + [ ! -f Makefile ] || $(MAKE) clean dh_clean _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

