File: README.source

package info (click to toggle)
mudlet 1%3A3.0.0~rc7iota-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 15,864 kB
  • ctags: 6,421
  • sloc: cpp: 66,000; xml: 9,334; ansic: 1,191; sh: 71; makefile: 31
file content (13 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
mudlet for Debian
-----------------
The source code is downloaded from the git repository as a snapshot. There
are several directories which have programs that are shared libraries so
to reduce the size of the package they are removed.

Assuming your directory of the git upstream source is in a directory called
upstream, the following command will make the original tar file:

tar --exclude-vcs --exclude=src/yajl --exclude=src/hunspell --exclude=fonts --transform "s,^upstream/,mudlet-$VERSION/," -cvzf ./mudlet_$VERSION.orig.tar.gz upstream/*