Home » U++ Library support » U++ Library : Other (not classified elsewhere) » how to use umk without theide?
Re: how to use umk without theide? [message #40465 is a reply to message #40463] |
Mon, 05 August 2013 12:26  |
|
bonami wrote on Mon, 05 August 2013 10:47 | I now have difficulty writing debian/rules for my package.
I just learnt to create debian packages for autotool-generated projects.
Are there any guides for this please?
|
IMHO the best source of information is Debian Policy Manual. It is very extensive and contains all the information you might need 
There is many different ways to do the things when it comes to debian packaging, so it is hard tell what is best for you. I personally prefer to use Makefile with common targets (build, install, clean) and minimallistic debian/rules:#!/usr/bin/make -f
%:
dh $@
Honza
|
|
|
Goto Forum:
Current Time: Sun Jul 06 05:17:59 CEST 2025
Total time taken to generate the page: 0.03536 seconds
|