Deprecated warnings with deb-inplace

2012-07-11 Thread Thomas Funk
Hi,

I've gotten deprecated warnings for some packages on Xubuntu 12.04
with deb-inplace. It's only for your information because the packages
will be 'soon FTBFS'. But good to know ;-)

Here're the output:
  :
fakeroot dh_installchangelogs -P`cd ..  pwd`/inst-2.6.5
dh_installchangelogs: No compatibility level specified in debian/compat
dh_installchangelogs: This package will soon FTBFS; time to fix it!
dh_installchangelogs: Compatibility levels before 5 are deprecated
(level 1 in use)
fakeroot dh_installdocs -P`cd ..  pwd`/inst-2.6.5
dh_installdocs: No compatibility level specified in debian/compat
dh_installdocs: This package will soon FTBFS; time to fix it!
dh_installdocs: Compatibility levels before 5 are deprecated (level 1 in use)
fakeroot dh_installmenu -P`cd ..  pwd`/inst-2.6.5
dh_installmenu: No compatibility level specified in debian/compat
dh_installmenu: This package will soon FTBFS; time to fix it!
dh_installmenu: Compatibility levels before 5 are deprecated (level 1 in use)
fakeroot dh_link -P`cd ..  pwd`/inst-2.6.5
dh_link: No compatibility level specified in debian/compat
dh_link: This package will soon FTBFS; time to fix it!
dh_link: Compatibility levels before 5 are deprecated (level 1 in use)
fakeroot dh_strip -P`cd ..  pwd`/inst-2.6.5
dh_strip: No compatibility level specified in debian/compat
dh_strip: This package will soon FTBFS; time to fix it!
dh_strip: Compatibility levels before 5 are deprecated (level 1 in use)
fakeroot dh_compress -P`cd ..  pwd`/inst-2.6.5
dh_compress: No compatibility level specified in debian/compat
dh_compress: This package will soon FTBFS; time to fix it!
dh_compress: Compatibility levels before 5 are deprecated (level 1 in use)
fakeroot dh_fixperms -P`cd ..  pwd`/inst-2.6.5
dh_fixperms: No compatibility level specified in debian/compat
dh_fixperms: This package will soon FTBFS; time to fix it!
dh_fixperms: Compatibility levels before 5 are deprecated (level 1 in use)
fakeroot dh_perl -P`cd ..  pwd`/inst-2.6.5
dh_perl: No compatibility level specified in debian/compat
dh_perl: This package will soon FTBFS; time to fix it!
dh_perl: Compatibility levels before 5 are deprecated (level 1 in use)
fakeroot dh_installdeb -P`cd ..  pwd`/inst-2.6.5
dh_installdeb: No compatibility level specified in debian/compat
dh_installdeb: This package will soon FTBFS; time to fix it!
dh_installdeb: Compatibility levels before 5 are deprecated (level 1 in use)
fakeroot dh_shlibdeps -P`cd ..  pwd`/inst-2.6.5
dh_shlibdeps: No compatibility level specified in debian/compat
dh_shlibdeps: This package will soon FTBFS; time to fix it!
dh_shlibdeps: Compatibility levels before 5 are deprecated (level 1 in use)
fakeroot dh_gencontrol -P`cd ..  pwd`/inst-2.6.5
dh_gencontrol: No compatibility level specified in debian/compat
dh_gencontrol: This package will soon FTBFS; time to fix it!
dh_gencontrol: Compatibility levels before 5 are deprecated (level 1 in use)
dpkg-gencontrol: warning: package fvwm: unused substitution variable
${perl:Depends}
fakeroot dh_md5sums -P`cd ..  pwd`/inst-2.6.5
dh_md5sums: No compatibility level specified in debian/compat
dh_md5sums: This package will soon FTBFS; time to fix it!
dh_md5sums: Compatibility levels before 5 are deprecated (level 1 in use)
fakeroot dh_builddeb -P`cd ..  pwd`/inst-2.6.5
dpkg-deb: building package `fvwm' in `../fvwm_2.6.5-0.20120627_i386.deb'.
dh_builddeb: No compatibility level specified in debian/compat
dh_builddeb: This package will soon FTBFS; time to fix it!
dh_builddeb: Compatibility levels before 5 are deprecated (level 1 in use)
dh_builddeb: No compatibility level specified in debian/compat
dh_builddeb: This package will soon FTBFS; time to fix it!
dh_builddeb: Compatibility levels before 5 are deprecated (level 1 in use)
dpkg-genchanges: including full source code in upload
/bin/bash: debsign: command not found
make[1]: [inplace] Error 127 (ignored)
fakeroot dh_clean -P`cd ..  pwd`/inst-2.6.5
dh_clean: No compatibility level specified in debian/compat
dh_clean: This package will soon FTBFS; time to fix it!
dh_clean: Compatibility levels before 5 are deprecated (level 1 in use)
rm -rf `cd ..  pwd`/inst-2.6.5
(cd ..  ls fvwm_2.6.5-0.`date +%Y%m%d`*)
fvwm_2.6.5-0.20120627.dsc   fvwm_2.6.5-0.20120627_i386.deb
fvwm_2.6.5-0.20120627_i386.changes  fvwm_2.6.5-0.20120627.tar.gz
make[1]: Leaving directory `/home/xubuntu/Downloads/fvwm-2.6.5'

Regards,
Thomas



Re: Deprecated warnings with deb-inplace

2012-07-11 Thread Thomas Adam
On 11 July 2012 11:29, Thomas Funk t.funk...@googlemail.com wrote:
 Hi,

 I've gotten deprecated warnings for some packages on Xubuntu 12.04
 with deb-inplace. It's only for your information because the packages
 will be 'soon FTBFS'. But good to know ;-)

This is already well-known.  Go read these archives for removing
debian/ directory.  You'll note that it's not going to happen.

-- Thomas Adam