Package: release.debian.org Severity: normal User: [email protected] Usertags: unblock
Please unblock package fte It fixes an unhandled symlink-to-dir conversion dating back to the lenny -> squeeze release cycle ... #774938 unblock fte/0.50.2b6-2 Andreas
diff -Nru fte-0.50.2b6/debian/changelog fte-0.50.2b6/debian/changelog --- fte-0.50.2b6/debian/changelog 2011-08-14 11:39:48.000000000 +0200 +++ fte-0.50.2b6/debian/changelog 2015-01-09 12:09:10.000000000 +0100 @@ -1,3 +1,12 @@ +fte (0.50.2b6-2) unstable; urgency=medium + + * QA upload. + * Fix unhandled symlink-to-directory conversion dating back to to the + lenny -> squeeze upgrade. (Closes: #774938) + * d/rules: Run dh_installdeb before dh_gencontrol. + + -- Andreas Beckmann <[email protected]> Fri, 09 Jan 2015 12:09:10 +0100 + fte (0.50.2b6-1) unstable; urgency=low * QA upload. diff -Nru fte-0.50.2b6/debian/control fte-0.50.2b6/debian/control --- fte-0.50.2b6/debian/control 2011-08-14 10:40:23.000000000 +0200 +++ fte-0.50.2b6/debian/control 2015-01-09 11:54:20.000000000 +0100 @@ -43,6 +43,7 @@ Package: fte-xwindow Architecture: any +Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, fte (= ${binary:Version}) Provides: editor Replaces: fte (<< 0.49.2-1) @@ -57,6 +58,7 @@ Package: fte-console Architecture: i386 ia64 alpha amd64 armeb armel hppa m32r m68k mips mipsel powerpc ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc +Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, fte (= ${binary:Version}) Provides: editor Conflicts: suidmanager (<< 0.50) @@ -71,6 +73,7 @@ Package: fte-terminal Architecture: any +Pre-Depends: ${misc:Pre-Depends} Depends: ${shlibs:Depends}, ${misc:Depends}, fte (= ${binary:Version}) Provides: editor Description: Text editor for programmers - version for terminals diff -Nru fte-0.50.2b6/debian/fte-console.maintscript fte-0.50.2b6/debian/fte-console.maintscript --- fte-0.50.2b6/debian/fte-console.maintscript 1970-01-01 01:00:00.000000000 +0100 +++ fte-0.50.2b6/debian/fte-console.maintscript 2015-01-09 11:48:01.000000000 +0100 @@ -0,0 +1 @@ +symlink_to_dir /usr/share/doc/fte-console fte 0.50.2b6-2~ diff -Nru fte-0.50.2b6/debian/fte-terminal.maintscript fte-0.50.2b6/debian/fte-terminal.maintscript --- fte-0.50.2b6/debian/fte-terminal.maintscript 1970-01-01 01:00:00.000000000 +0100 +++ fte-0.50.2b6/debian/fte-terminal.maintscript 2015-01-09 11:48:34.000000000 +0100 @@ -0,0 +1 @@ +symlink_to_dir /usr/share/doc/fte-terminal fte 0.50.2b6-2~ diff -Nru fte-0.50.2b6/debian/fte-xwindow.maintscript fte-0.50.2b6/debian/fte-xwindow.maintscript --- fte-0.50.2b6/debian/fte-xwindow.maintscript 1970-01-01 01:00:00.000000000 +0100 +++ fte-0.50.2b6/debian/fte-xwindow.maintscript 2015-01-09 11:49:42.000000000 +0100 @@ -0,0 +1 @@ +symlink_to_dir /usr/share/doc/fte-xwindow fte 0.50.2b6-2~ diff -Nru fte-0.50.2b6/debian/rules fte-0.50.2b6/debian/rules --- fte-0.50.2b6/debian/rules 2011-08-14 11:26:00.000000000 +0200 +++ fte-0.50.2b6/debian/rules 2015-01-09 12:00:49.000000000 +0100 @@ -33,8 +33,8 @@ dh_installchangelogs -i dh_compress -i dh_fixperms -i - dh_gencontrol -i dh_installdeb -i + dh_gencontrol -i dh_md5sums -i dh_builddeb -i @@ -61,8 +61,8 @@ dh_fixperms -a dh_makeshlibs -a dh_shlibdeps -a - dh_gencontrol -a dh_installdeb -a + dh_gencontrol -a dh_md5sums -a dh_builddeb -a

