Hali!
Talatam doksit, ezt irja:
$ apt-get source package/unstable
$ dpkg-source -x package.dsc
$ cd package-version
… inspect required packages (Build-depends in .dsc file) and
install them too. You need the „fakeroot” package also.
$ dpkg-buildpackage -rfakeroot
…or (no sig)
$ dpkg-buildpackage -rfakeroot -us -uc # use „debsign” later if needed
…or (no sig)
$ fakeroot ./debian/rules binary
$ fakeroot ./debian/rules clean
$ cd ..
$ fakeroot dpkg-source -b package-version
…Then to install
$ su -c „dpkg -i packagefile.deb”
Kerdesem az, hogy ha forrasbol forditom es a configure -nak mindenfele kapcsolot adok meg, az hogy kerul bele a csomagba? Elobb configure/make es utanna a csomaggyartas?
koci
legutóbbi hsz