File: README.source

package info (click to toggle)
kvirc 4%3A5.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 31,704 kB
  • sloc: cpp: 230,732; perl: 2,106; pascal: 1,000; sh: 841; ansic: 244; makefile: 61; python: 54; xml: 19
file content (21 lines) | stat: -rw-r--r-- 1,175 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Please note, that KVIrc is now maintained in a Git repository with
git-buildpackage layout. Thus using gbp-clone/gbp-pull (or plain git) and
git-buildpackage is strongly recommended.

--

If you want to build the latest development versions, of both KVIrc upstream and
Debian packaging, follow these instructions:
0- export KVIRC_REV=$(svn info https://svn.kvirc.de/svn/trunk/kvirc 2>/dev/null | grep -m 1 Rev | cut -d" " -f2)
1- svn export -r ${KVIRC_REV} https://svn.kvirc.de/svn/trunk/kvirc kvirc-4.2.0~svn$KVIRC_REV
2- tar cvjf kvirc_4.2.0~svn$KVIRC_REV.orig.tar.bz2 kvirc-4.2.0~svn$KVIRC_REV/ --exclude '*.svnignore'
3- cd kvirc-4.2.0~svn$KVIRC_REV
4- wget --quiet -O - "http://git.debian.org/?p=pkg-kde/kde-extras/kvirc.git;a=snapshot;h=HEAD;sf=tgz" | \
   tar xz --strip-components=1 --wildcards kvirc-HEAD-*/debian
5- Edit debian/changelog (create a new changelog entry for the latest SVN
   revision and state your changes).
6- dpkg-buildpackage (you might want to consider building in a clean chroot)
7- unset KVIRC_REV

If you want to build a certain upstream revision, please add the -r parameter
to the svn invocation. See `svn help export' for further details.