File: README.source

package info (click to toggle)
tuxcmd 0.6.70%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 3,612 kB
  • ctags: 2,757
  • sloc: pascal: 49,754; ansic: 2,272; makefile: 106
file content (27 lines) | stat: -rw-r--r-- 707 bytes parent folder | download | duplicates (3)
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
tuxcmd for Debian
------------------

tuxcmd upstream source tarball contains under compat/ two files with
unclear licensing. Thus tuxcmd was repackaged.

To get the orig.tar.gz shipped with debian you need to do the following
steps:

 1. Download upstream source (from project page):

 2. Unpack the source

	tar xjvf tuxcmd-$version.tar.bz2

 3. Change directory into the unpacked sources and remove the two mentioned
    files under compat/

	cd tuxcmd-$version/
	rm compat/{crc,md5}.pas

 4. Change directory and rename it, repack it in new tarball:

	cd ..
	mv tuxcmd-$version tuxcmd-$version+dfsg
	tar cvf tuxcmd_$version+dfsg.orig.tar tuxcmd-$version+dfsg/
	gzip --best tuxcmd_$version+dfsg.orig.tar