Author: tille Date: 2009-09-11 08:13:41 +0000 (Fri, 11 Sep 2009) New Revision: 3960
Modified: trunk/packages/phylip/trunk/debian/patches/01_src_Makefile.patch trunk/packages/phylip/trunk/debian/patches/01_src_phylip_h trunk/packages/phylip/trunk/debian/phylip.install Log: Comment on patches, fix font file installation Modified: trunk/packages/phylip/trunk/debian/patches/01_src_Makefile.patch =================================================================== --- trunk/packages/phylip/trunk/debian/patches/01_src_Makefile.patch 2009-09-11 08:08:41 UTC (rev 3959) +++ trunk/packages/phylip/trunk/debian/patches/01_src_Makefile.patch 2009-09-11 08:13:41 UTC (rev 3960) @@ -1,3 +1,8 @@ +Author: Andreas Tille <[email protected]> +Forwarded: No +Description: Debian keeps the font files in a different location than normal installer; + distclean target needed by cdbs was missing +License: see debian/copyright --- phylip-3.67.orig/src/Makefile +++ phylip-3.67/src/Makefile @@ -45,6 +45,7 @@ Modified: trunk/packages/phylip/trunk/debian/patches/01_src_phylip_h =================================================================== --- trunk/packages/phylip/trunk/debian/patches/01_src_phylip_h 2009-09-11 08:08:41 UTC (rev 3959) +++ trunk/packages/phylip/trunk/debian/patches/01_src_phylip_h 2009-09-11 08:13:41 UTC (rev 3960) @@ -1,3 +1,7 @@ +Author: Andreas Tille <[email protected]> +Forwarded: No +Description: Debian keeps the font files in a different location than normal installer +License: see debian/copyright --- phylip-3.67.orig/src/phylip.h +++ phylip-3.67/src/phylip.h @@ -72,7 +72,7 @@ Modified: trunk/packages/phylip/trunk/debian/phylip.install =================================================================== --- trunk/packages/phylip/trunk/debian/phylip.install 2009-09-11 08:08:41 UTC (rev 3959) +++ trunk/packages/phylip/trunk/debian/phylip.install 2009-09-11 08:13:41 UTC (rev 3960) @@ -1,2 +1,4 @@ -exe/* usr/lib/phylip/bin +exe/[a-eg-z]* usr/lib/phylip/bin +exe/f[a-mp-z]* usr/lib/phylip/bin +exe/font* usr/share/phylip debian/bin/phylip usr/bin _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
