Comment 17 for bug 1100622

Revision history for this message
robegue (r087r70) wrote :

Hi Knut,

no you can't. If/when I have time I may upload the i386 package as well. But you can easily do it yourself: just take the original package, then do

mkdir temp
cd temp
dpkg-deb -x ../package.deb . #note the final mark
dpkg-deb -e ../package.deb #without mark

Now edit the package content: remove ktelnetservice and kmailservice files (also man files), change version.

Rebuilding:

dpkg-deb -b . ../newpackage.deb #note the initial mark

dpkg -i ../newpackage.deb

enjoy!