File: step303.slog

package info (click to toggle)
debmake-doc 1.17-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 24,612 kB
  • sloc: makefile: 768; sh: 690; ansic: 114; python: 99; sed: 16
file content (28 lines) | stat: -rw-r--r-- 757 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
 $ vim debhello-1.8/debian/hello.desktop
 ... hack, hack, hack, ...
 $ cat debhello-1.8/debian/hello.desktop
[Desktop Entry]
Name=Hello
Name[ja]=こんにちは
Comment=Greetings
Comment[ja]=挨拶
Type=Application
Keywords=hello
Exec=hello
Terminal=true
Icon=hello.png
Categories=Utility;
 $ gimp debhello-1.8/debian/hello.png
 ... hack, hack, hack, ...
 $ vim debhello-1.8/debian/source/options
 ... hack, hack, hack, ...
 $ cat debhello-1.8/debian/source/options
# Since PNG is binary file, you need this.  See dpkg-source(1)
include-binaries
 $ vim debhello-1.8/debian/install
 ... hack, hack, hack, ...
 $ cat debhello-1.8/debian/install
debian/hello.1 usr/share/man/man1
debian/hello.desktop usr/share/applications
debian/hello.png usr/share/pixmaps