]> git.sur5r.net Git - i3/i3/blob - PACKAGE-MAINTAINER
Add file PACKAGE-MAINTAINERS with hints for package maintainers
[i3/i3] / PACKAGE-MAINTAINER
1 Dear package maintainer,
2
3 thanks for packaging i3. By doing so, you are improving your distribution and i3 in general.
4
5 Please read the file DEPENDS now, so you know which libraries are necessary and where to
6 get them from if your distribution does not already have packages for them.
7
8 Please make sure the manpage for i3 will be properly created and installed in your package.
9 On debian, this looks like this:
10
11         # Compilation
12         $(MAKE)
13         $(MAKE) -C man
14
15         # Installation
16         $(MAKE) DESTDIR=$(CURDIR)/debian/i3-wm/ install
17         mkdir -p $(CURDIR)/debian/i3-wm/usr/share/man/man1
18         cp man/i3.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1
19
20 If you got any questions, ideas, hints, problems or whatever, please do not
21 hesitate to contact me. I will help you out. Just drop me an E-Mail (find the address at
22 http://michael.stapelberg.de/Kontakt, scroll down to bottom), contact me using the same
23 address in jabber or ask on our IRC channel (#i3 on irc.twice-irc.de).
24
25 Thanks again for your efforts,
26 Michael