diff -Nru tivion-0.0.4/debian/changelog tivion-0.0.4/debian/changelog --- tivion-0.0.4/debian/changelog 2010-03-29 22:40:03.000000000 +0100 +++ tivion-0.0.4/debian/changelog 2010-03-29 23:08:07.000000000 +0100 @@ -1,3 +1,10 @@ +tivion (0.0.4-0ubuntu5~karmic) karmic; urgency=low + + * I do not know how to fix the problem con libstdc++ and the binay + sp-sc-auth maybe it is not free software, so I am removing from .deb. + + -- Ángel Guzmán Maeso Tue, 30 Mar 2010 00:02:47 +0200 + tivion (0.0.4-0ubuntu4~karmic) karmic; urgency=low * Try again fix the launchpad builds. Now needs rename libstdc++.so.5.0.1 to diff -Nru tivion-0.0.4/debian/rules tivion-0.0.4/debian/rules --- tivion-0.0.4/debian/rules 2010-03-29 22:40:03.000000000 +0100 +++ tivion-0.0.4/debian/rules 2010-03-29 23:08:07.000000000 +0100 @@ -71,7 +71,7 @@ cp -r src/data/ $(CURDIR)/debian/tivion/usr/share/tivion ## Installing lib files (Sopcast) - cp -r src/lib/* $(CURDIR)/debian/tivion/usr/share/tivion/lib/ + #cp -r src/lib/* $(CURDIR)/debian/tivion/usr/share/tivion/lib/ ## Installing the locale files cp -r src/lang/* $(CURDIR)/debian/tivion/usr/share/locale/ @@ -93,7 +93,8 @@ dh_testdir dh_testroot dh_installchangelogs - dh_installdocs -A AUTHORS LICENSE README THANKS TODO + # LICENSE dont needed, included on .deb + dh_installdocs -A AUTHORS README THANKS TODO dh_installexamples # dh_install # dh_installmenu @@ -114,7 +115,7 @@ # dh_perl dh_makeshlibs dh_installdeb - LD_LIBRARY_PATH=/lib:debian/tivion/usr/share/tivion/lib dh_shlibdeps -v -a -l /usr/share/tivion/lib:/lib + #LD_LIBRARY_PATH=/lib:debian/tivion/usr/share/tivion/lib dh_shlibdeps -v -a -l /usr/share/tivion/lib:/lib dh_shlibdeps dh_gencontrol dh_md5sums