DELTA 1313 0 334 SVN!--- fontconfig.old/debian/changelog Tue Nov 13 22:06:36 2007 +++ /opt/emdebian/trunk/f/fontconfig/trunk/fontconfig-2.4.91/debian/changelog Wed Nov 14 18:03:40 2007 @@ -1,3 +1,9 @@ +fontconfig (2.4.91-1em1) unstable; urgency=low + + * New emdebian release. + + -- Neil Williams Wed, 14 Nov 2007 18:03:40 +0000 + fontconfig (2.4.91-1) unstable; urgency=low * Upstream release of 2.5 RC1 ENDREP DELTA 1313 347 939 SVN1{g8=CY)e--- fontconfig.old/debian/control Tue Nov 13 22:06:36 2007 +++ /opt/emdebian/trunk/f/fontconfig/trunk/fontconfig-2.4.91/debian/control Wed Nov 14 18:03:46It is designed to locate @@ -41,21, - only for use in the installation system. - Package: libfontconfig1-dev Section: libdevel Architecture: any @@ -99,3 +84,5 @@ fontconfig-related issues. It should be installed when experiencing crashes involving fontconfig so that a better backtrace is provided in the bug report. + + ENDREP DELTA SVN3533--- fontconfig.old/debian/files Wed Nov 14 18:12:21 2007 +++ /opt/emdebian/trunk/f/fontconfig/trunk/fontconfig-2.4.91/debian/files Wed Nov 14 18:17:55 2007 @@ -0,0 +1,5 @@ +fontconfig-config_2.4.91-1em1_all.deb libs optional +libfontconfig1_2.4.91-1em1_arm.deb libs optional +fontconfig_2.4.91-1em1_arm.deb utils optional +libfontconfig1-dev_2.4.91-1em1_arm.deb libdevel optional +libfontconfig1-dbg_2.4.91-1em1_arm.deb libdevel extra ENDREP DELTA SVN)+))--- fontconfig.old/debian/fontconfig-config.postrm.debhelper Wed Nov 14 18:12:21 2007 +++ /opt/emdebian/trunk/f/fontconfig/trunk/fontconfig-2.4.91/debian/fontconfig-config.postrm.debhelper Wed Nov 14 18:17:34 2007 @@ -0,0 +1,6 @@ +# Automatically added by dh_installdebconf +if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then + . /usr/share/debconf/confmodule + db_purge +fi +# End automatically added section ENDREP DELTA SVN--- fontconfig.old/debian/fontconfig-config.substvars Wed Nov 14 18:12:21 2007 +++ /opt/emdebian/trunk/f/fontconfig/trunk/fontconfig-2.4.91/debian/fontconfig-config.substvars Wed Nov 14 18:17:37 2007 @@ -0,0 +1 @@ +misc:Depends=debconf (>= 0.5) | debconf-2.0 ENDREP DELTA SVNhjhh--- fontconfig.old/debian/fontconfig.substvars Wed Nov 14 18:12:21 2007 +++ /opt/emdebian/trunk/f/fontconfig/trunk/fontconfig-2.4.91/debian/fontconfig.substvars Wed Nov 14 18:17:50 2007 @@ -0,0 +1 @@ +shlibs:Depends=libc6 (>= 2.6.1-1), libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.3.5), libgcc1 (>= 1:4.2.1), libxml2 (>= 2.6.27), zlib1g (>= 1:1.2.3.3.dfsg-1) ENDREP DELTA SVN--- fontconfig.old/debian/libfontconfig1-dev.install Tue Nov 13 22:06:36 2007 +++ /opt/emdebian/trunk/f/fontconfig/trunk/fontconfig-2.4.91/debian/libfontconfig1-dev.install Wed Nov 14 18:12:18 2007 @@ -2,4 +2,3 @@ debian/tmp/usr/lib/pkgconfig/fontconfig.pc debian/tmp/usr/lib/libfontconfig*.a debian/tmp/usr/lib/libfontconfig*.so -doc/fontconfig-devel /usr/share/doc/libfontconfig1-dev/ ENDREP DELTA SVN_a__--- fontconfig.old/debian/libfontconfig1.postinst.debhelper Wed Nov 14 18:12:21 2007 +++ /opt/emdebian/trunk/f/fontconfig/trunk/fontconfig-2.4.91/debian/libfontconfig1.postinst.debhelper Wed Nov 14 18:17:49 2007 @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "configure" ]; then + ldconfig +fi +# End automatically added section ENDREP DELTA SVNXZXX--- fontconfig.old/debian/libfontconfig1.postrm.debhelper Wed Nov 14 18:12:21 2007 +++ /opt/emdebian/trunk/f/fontconfig/trunk/fontconfig-2.4.91/debian/libfontconfig1.postrm.debhelper Wed Nov 14 18:17:49 2007 @@ -0,0 +1,5 @@ +# Automatically added by dh_makeshlibs +if [ "$1" = "remove" ]; then + ldconfig +fi +# End automatically added section ENDREP DELTA SVNUWUU--- fontconfig.old/debian/libfontconfig1.substvars Wed Nov 14 18:12:21 2007 +++ /opt/emdebian/trunk/f/fontconfig/trunk/fontconfig-2.4.91/debian/libfontconfig1.substvars Wed Nov 14 18:17:52 2007 @@ -0,0 +1 @@ +shlibs:Depends=libc6 (>= 2.6.1-1), libfreetype6 (>= 2.3.5), libgcc1 (>= 1:4.2.1), libxml2 (>= 2.6.27), zlib1g (>= 1:1.2.3.3.dfsg-1) ENDREP DELTA 1313 1299 637 SVN@sL*2)RF_aJ--- fontconfig.old/debian/rules Tue Nov 13 22:06:36 2007 +++ /opt/emdebian/trunk/f/fontconfig/trunk/fontconfig-2.4.91/debian/rules Wed Nov 14 18:18:25 2007 @@ -5,14 +5,22GNU_TYPE=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) +ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE)) +WITHARCH=--with-arch=$(DEB_HOST_GNU_TYPE) +else +WITHARCH= +endif +DEB_CONFIGURE_EXTRA_FLAGS := $(WITHARCH)34ENDREP DELTA SVNWYWW--- fontconfig.old/debian/xcontrol Wed Nov 14 18:03:46 2007 +++ /opt/emdebian/trunk/f/fontconfig/trunk/fontconfig-2.4.91/debian/xcontrol Wed Nov 14 18:08:38 2007 @@ -0,0 +1 @@ +Build-Cross-Depends: libfreetype6-dev ENDREP id: j-2134.0-676.r2134/4921 type: file count: 0 text: 2134 3024 368 351 1e8050ad1dc13db7f515373c0daa9bef f949ac7784fb7c3d595b89a64f6a0fba0d3ac75e 2133-1n9/_k cpath: /current/target/trunk/f/fontconfig/trunk/emdebian-libfontconfig1.postinst.debhelper.patch copyroot: 676 /current id: l-2134.0-676.r2134/5200 type: file count: 0 text: 2134 3405 361 344 589d44e2dc3d1a928370726b1f542570 fa16e10f340e4e2fe40ef1d46fe7bb5e8e604eaf 2133-1n9/_m cpath: /current/target/trunk/f/fontconfig/trunk/emdebian-libfontconfig1.postrm.debhelper.patch copyroot: 676 /current id: 9-1313.0-676.r2134/5477 type: file pred: 9-1313.0-676.r1354/361 count: 2 text: 2134 457 522 1915 626f88d58d1e3048b11dca77f09e63bb 83b2f705211e0513916fc6cb54b8fe3d84e1a51b 2133-1n9/_8 cpath: /current/target/trunk/f/fontconfig/trunk/emdebian-control.patch copyroot: 676 /current id: h-2134.0-676.r2134/5759 type: file count: 0 text: 2134 2604 407 390 ef43fed8db3e9a5cd6609648912b5719 768caffa9076c5386e1bc85d6a6aa7efad28a3e4 2133-1n9/_i cpath: /current/target/trunk/f/fontconfig/trunk/emdebian-libfontconfig1-dev.install.patch copyroot: 676 /current id: 6-1313.0-676.r2134/6031 type: file pred: 6-1313.0-676.r1354/642 count: 2 text: 2134 0 433 415 81008b5a23fbc71c3e584819462b3fe7 5348ff9198fd592d7f7fa9597d85887f092ce768 2133-1n9/_7 cpath: /current/target/trunk/f/fontconfig/trunk/emdebian-changelog.patch copyroot: 676 /current id: f-2134.0-676.r2134/6312 type: file count: 0 text: 2134 2214 377 360 eb6f48047bbbd2678cbeb8d6c401dc42 bbfa36449833b9d914654e4cb6f2da32b0973631 2133-1n9/_g cpath: /current/target/trunk/f/fontconfig/trunk/emdebian-fontconfig.substvars.patch copyroot: 676 /current id: b-1313.0-676.r2134/6578 type: file pred: b-1313.0-676.r1354/922 count: 2 text: 2134 4150 499 1523 0d6a1148fd11037925414dda1dfc71ab 99d939963d7dd7a4a0670c22dcc8d48577f19f30 2133-1n9/_p cpath: /current/target/trunk/f/fontconfig/trunk/emdebian-rules.patch copyroot: 676 /current id: d-2134.0-676.r2134/6859 type: file count: 0 text: 2134 1925 276 259 f31ef0e7bfcd1b47f76e19f11f143bb5 4fe01ae1a13c8beeda583b1aa1a54420c14f672e 2133-1n9/_e cpath: /current/target/trunk/f/fontconfig/trunk/emdebian-fontconfig-config.substvars.patch copyroot: 676 /current id: n-2134.0-676.r2134/7132 type: file count: 0 text: 2134 3779 358 341 08f996b1eff39727c99f691b71570918 a9ea047539ce40847eb87df74edbb40d8cedde2f 2133-1n9/_o cpath: /current/target/trunk/f/fontconfig/trunk/emdebian-libfontconfig1.substvars.patch copyroot: 676 /current id: 9-2134.0-676.r2134/7402 type: file count: 0 text: 2134 1005 452 435 2d947d8de36d9998dee91e7542bff896 b93d9f14d80563a1e7ddb7330a53480a18e2ddc8 2133-1n9/_a cpath: /current/target/trunk/f/fontconfig/trunk/emdebian-files.patch copyroot: 676 /current id: q-2134.0-676.r2134/7653 type: file count: 0 text: 2134 4676 232 215 f8b14113599d2b127ec29925d9ed3221 bed2c41c99d4ecb6d7c65cbef355efee79f6db02 2133-1n9/_r cpath: /current/target/trunk/f/fontconfig/trunk/emdebian-xcontrol.patch copyroot: 676 /current id: b-2134.0-676.r2134/7907 type: file count: 0 text: 2134 1470 442 425 9e73ac2133aac54cbaa975dd44b40c8e d27a6f1e1c0262b0a799aaa36f2b5c6b0086a0ca 2133-1n9/_c cpath: /current/target/trunk/f/fontconfig/trunk/emdebian-fontconfig-config.postrm.debhelper.patch copyroot: 676 /current PLAIN K 29 debian-patch-010-fccase.patch V 29 file 6-1356.0-676.r1356/38674 K 39 debian-patch-015-fc-case-Makefile.patch V 29 file 9-1356.0-676.r1356/38403 K 29 debian-patch-020-fclang.patch V 29 file b-1356.0-676.r1356/37323 K 38 debian-patch-025-fclang-Makefile.patch V 29 file d-1356.0-676.r1356/37589 K 34 debian-patch-030-fcglyphname.patch V 29 file f-1356.0-676.r1356/38133 K 39 debian-patch-035-fcglyph-Makefile.patch V 29 file h-1356.0-676.r1356/37860 K 29 debian-patch-040-fcarch.patch V 29 file j-1356.0-676.r1356/36788 K 38 debian-patch-046-fcarch-Makefile.patch V 29 file l-1356.0-676.r1356/37051 K 24 emdebian-changelog.patch V 28 file 6-1313.0-676.r2134/6031 K 22 emdebian-control.patch V 28 file 9-1313.0-676.r2134/5477 K 20 emdebian-files.patch V 28 file 9-2134.0-676.r2134/7402 K 49 emdebian-fontconfig-config.postrm.debhelper.patch V 28 file b-2134.0-676.r2134/7907 K 42 emdebian-fontconfig-config.substvars.patch V 28 file d-2134.0-676.r2134/6859 K 35 emdebian-fontconfig.substvars.patch V 28 file f-2134.0-676.r2134/6312 K 41 emdebian-libfontconfig1-dev.install.patch V 28 file h-2134.0-676.r2134/5759 K 48 emdebian-libfontconfig1.postinst.debhelper.patch V 28 file j-2134.0-676.r2134/4921 K 46 emdebian-libfontconfig1.postrm.debhelper.patch V 28 file l-2134.0-676.r2134/5200 K 39 emdebian-libfontconfig1.substvars.patch V 28 file n-2134.0-676.r2134/7132 K 20 emdebian-rules.patch V 28 file b-1313.0-676.r2134/6578 K 23 emdebian-xcontrol.patch V 28 file q-2134.0-676.r2134/7653 K 33 fontconfig_2.4.2-1.2em1_arm.build V 28 file 6-1355.0-676.r1355/9006 END ENDREP id: 9-1073.0-676.r2134/9769 type: dir pred: 9-1073.0-676.r1356/39811 count: 5 text: 2134 8187 1569 1569 e8eb9784bcb170a40a09637689d83387 props: 1073 0 28 0 3fc486176e5b9f48b472153d77acd68b cpath: /current/target/trunk/f/fontconfig/trunk copyroot: 676 /current PLAIN K 8 branches V 26 dir 6-1073.0-676.r1073/210 K 4 tags V 26 dir 8-1073.0-676.r1073/331 K 5 trunk V 27 dir 9-1073.0-676.r2134/9769 END ENDREP id: 4-1073.0-676.r2134/10176 type: dir pred: 4-1073.0-676.r1356/40218 count: 5 text: 2134 10030 133 133 fa58bc23e7f7839c40c3c491ab140082 cpath: /current/target/trunk/f/fontconfig copyroot: 676 /current PLAIN K 4 file V 27 dir 4-1077.0-676.r2026/6288 K 9 findutils V 27 dir 4-833.0-676.r2112/20704 K 10 fontconfig V 28 dir 4-1073.0-676.r2134/10176 K 8 freetype V 26 dir 4-585.0-676.r1357/3560 END ENDREP id: 7-571.0-676.r2134/10580 type: dir pred: 7-571.0-676.r2112/21105 count: 31 text: 2134 10379 188 188 a147adb5b69931af028b88b18b8d8948 cpath: /current/target/trunk/f copyroot: 676 /current PLAIN K 1 a V 26 dir 3-561.0-676.r2039/2612 K 1 b V 26 dir 3-566.0-676.r2097/3440 K 1 c V 26 dir 3-571.0-676.r2094/2935 K 1 d V 26 dir 5-571.0-676.r2107/9152 K 1 e V 26 dir 6-571.0-676.r2110/6651 K 1 f V 27 dir 7-571.0-676.r2134/10580 K 1 g V 26 dir 3-569.0-676.r2113/5646 K 1 h V 25 dir 8-571.0-676.r790/4195 K 1 i V 26 dir 9-571.0-676.r2117/1539 K 1 j V 24 dir a-571.0-101.r571/579 K 1 k V 24 dir b-571.0-101.r571/676 K 1 l V 26 dir c-571.0-676.r2130/8341 K 1 m V 27 dir d-571.0-676.r2121/10903 K 1 n V 26 dir 3-567.0-676.r2124/9721 K 1 o V 26 dir e-571.0-676.r1911/4630 K 1 p V 26 dir f-571.0-676.r1958/3398 K 1 q V 26 dir g-571.0-676.r768/13383 K 1 r V 26 dir 8-564.0-676.r1712/7834 K 1 s V 26 dir 3-565.0-676.r1928/1402 K 1 t V 26 dir h-571.0-676.r1976/5239 K 1 u V 26 dir i-571.0-676.r1973/2539 K 1 v V 24 dir j-571.0-676.r907/771 K 1 w V 26 dir k-571.0-676.r1639/2073 K 1 x V 28 dir l-571.0-676.r1967/101989 K 1 y V 25 dir m-571.0-101.r571/1750 K 1 z V 26 dir b-567.0-676.r2054/1269 END ENDREP id: b-102.0-676.r2134/11772 type: dir pred: b-102.0-676.r2130/9533 count: 651 text: 2134 10771 988 988 67e9d5d8cabc1a39242d0083cdb6d903 cpath: /current/target/trunk copyroot: 676 /current PLAIN K 8 branches V 23 dir 8-102.0-101.r102/93 K 4 tags V 24 dir a-102.0-101.r102/190 K 5 trunk V 27 dir b-102.0-676.r2134/11772 END ENDREP id: 7-102.0-676.r2134/12102 type: dir pred: 7-102.0-676.r2130/9860 count: 651 text: 2134 11961 128 128 710b00b9dd9682d3af5ebc49103005db cpath: /current/target copyroot: 676 /current PLAIN K 6 README V 25 file 1-712.0-676.r712/262 K 8 emdebian V 26 dir 1-679.0-676.r2066/3857 K 4 host V 26 dir 1-102.0-676.r2105/3934 K 6 target V 27 dir 7-102.0-676.r2134/12102 K 7 website V 24 dir 0-1.0-682.r2133/5003 END ENDREP id: 0-100.0-676.r2134/12516 type: dir pred: 0-100.0-676.r2133/5419 count: 1489 text: 2134 12285 218 218 fcbfb0cb0bbbdd7fd63087130d872a05 cpath: /current copyroot: 676 /current PLAIN K 7 current V 27 dir 0-100.0-676.r2134/12516 K 10 superceded V 21 dir 0-593.0.r683/2256 END ENDREP id: 0.0.r2134/12798 type: dir pred: 0.0.r2133/5698 count: 2134 text: 2134 12693 92 92 6b01d394792d7b740a41f736479d6f7e cpath: / copyroot: 0 / _9.0-676.t2133-1n9 add-file true false /current/target/trunk/f/fontconfig/trunk/emdebian-files.patch _h.0-676.t2133-1n9 add-file true false /current/target/trunk/f/fontconfig/trunk/emdebian-libfontconfig1-dev.install.patch 6-1313.0-676.t2133-1n9 modify-file true false /current/target/trunk/f/fontconfig/trunk/emdebian-changelog.patch _f.0-676.t2133-1n9 add-file true false /current/target/trunk/f/fontconfig/trunk/emdebian-fontconfig.substvars.patch _q.0-676.t2133-1n9 add-file true false /current/target/trunk/f/fontconfig/trunk/emdebian-xcontrol.patch _d.0-676.t2133-1n9 add-file true false /current/target/trunk/f/fontconfig/trunk/emdebian-fontconfig-config.substvars.patch b-1313.0-676.t2133-1n9 modify-file true false /current/target/trunk/f/fontconfig/trunk/emdebian-rules.patch _b.0-676.t2133-1n9 add-file true false /current/target/trunk/f/fontconfig/trunk/emdebian-fontconfig-config.postrm.debhelper.patch _j.0-676.t2133-1n9 add-file true false /current/target/trunk/f/fontconfig/trunk/emdebian-libfontconfig1.postinst.debhelper.patch _n.0-676.t2133-1n9 add-file true false /current/target/trunk/f/fontconfig/trunk/emdebian-libfontconfig1.substvars.patch 9-1313.0-676.t2133-1n9 modify-file true false /current/target/trunk/f/fontconfig/trunk/emdebian-control.patch _l.0-676.t2133-1n9 add-file true false /current/target/trunk/f/fontconfig/trunk/emdebian-libfontconfig1.postrm.debhelper.patch 12798 12941