Thread
:
"debianization" help for p7zip?
View Single Post
aleksandyr
2007-04-30 , 05:43
Posts: 474 | Thanked: 30 times | Joined on Jan 2006
#
9
Quick debian crash course:
dh_make (note that you'll need to pass it some options: single binary mode works well enough for 95% of all packages) will create that debian/ folder for you and a rules file that will work with "./configure && make && make install" source packages. The rules file contains what options are passed to configure and so forth --- just find the reference to "configure" and add the options you need.
Afterwards,"dpkg-buildpackage -rfakeroot" and voila! Packaged.
Quote & Reply
|
aleksandyr
View Public Profile
Send a private message to aleksandyr
Find all posts by aleksandyr