Author: manuel Date: 2011-05-20 12:42:11 +0000 (Fri, 20 May 2011) New Revision: 6848
Modified: trunk/packages/prank/trunk/debian/patches/fix-broken-clean-target.patch trunk/packages/prank/trunk/debian/patches/manpage-for-prank.patch Log: Added DEP-3 headers to patches Modified: trunk/packages/prank/trunk/debian/patches/fix-broken-clean-target.patch =================================================================== --- trunk/packages/prank/trunk/debian/patches/fix-broken-clean-target.patch 2011-05-20 09:59:32 UTC (rev 6847) +++ trunk/packages/prank/trunk/debian/patches/fix-broken-clean-target.patch 2011-05-20 12:42:11 UTC (rev 6848) @@ -1,3 +1,8 @@ +Description: Small Makefile bugfixes + This patch fixes a syntactic error in the Makefile and removes the compiled + binary when the clean target is called. +Author: Manuel Prinz <[email protected]> +Last-Update: 2011-05-20 --- a/Makefile +++ b/Makefile @@ -107,9 +107,10 @@ Modified: trunk/packages/prank/trunk/debian/patches/manpage-for-prank.patch =================================================================== --- trunk/packages/prank/trunk/debian/patches/manpage-for-prank.patch 2011-05-20 09:59:32 UTC (rev 6847) +++ trunk/packages/prank/trunk/debian/patches/manpage-for-prank.patch 2011-05-20 12:42:11 UTC (rev 6848) @@ -1,3 +1,8 @@ +Description: Add a man page for prank + This patch adds a man page in POD format. The Makefile is updated to build the + manpage and remove it in the clean target. +Author: Manuel Prinz <[email protected]> +Last-Update: 2011-05-20 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
