File: README.source

package info (click to toggle)
inspircd 1.1.22%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,508 kB
  • ctags: 5,529
  • sloc: cpp: 45,489; perl: 2,167; sh: 211; sql: 144; makefile: 122; ansic: 93
file content (25 lines) | stat: -rw-r--r-- 727 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
README.source for inspircd
===========================

This package uses dpatch to manage patches, use
fakeroot debian/rules patch
to get a patched sourcetree after dpkg-source -x and use dpatch-edit-patch to
generate new patches.


Building from SVN:
-----------------
#1 Fetch the source tarball from upstream and extract it.
  i.e. using 'uscan' and 'tar'
#2 Change into the generated directory and pull the debian specific files from
SVN:
svn export svn://svn.debian.org/pkg-irc/packages/inspircd/trunk/debian debian
#3 Run
fakeroot debian/rules source
to generate a new tarball containing only dfsg free content.
#4 Build
dpkg-buildpackage -uc -us -rfakeroot

----
Note: this documentation is copied from iceape package