blob: 9a08df075387c3a0b3ac573c4d8f52bd0b1d0df7 [file] [log] [blame]
Daniel Pocockc283e5d2014-08-21 15:46:48 +00001NMUs are welcome
2
Daniel Pocockc283e5d2014-08-21 15:46:48 +00003Use something like the script below to update from Git
4
Daniel Pocock9fdc7172014-08-26 11:43:42 +00005Note: there is no "Build-Depends-Indep" in debian/control because
6some of the Java tools need to be built for use during the C++ build.
Daniel Pocockc283e5d2014-08-21 15:46:48 +00007#!/bin/bash
8
9VERSION=6.3~svn680
10
11echo "*.jar export-ignore" > .gitattributes
12
13git archive --worktree-attributes \
14 --format tar \
15 --prefix libphonenumber/ \
16 -o ../libphonenumber_${VERSION}.orig.tar \
17 master
18
19cd ..
20
21bzip2 libphonenumber_${VERSION}.orig.tar