Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous message
dolik.rce is currently offline  dolik.rce
Messages: 1789
Registered: August 2008
Location: Czech Republic
Ultimate Contributor

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 Smile

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
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: The SoundExample can not recording sounds on WINDOWS
Next Topic: umk cannot be used for *.* named directories
Goto Forum:
  


Current Time: Sat May 11 21:52:02 CEST 2024

Total time taken to generate the page: 0.02146 seconds