File: README.source

package info (click to toggle)
libphonenumber 8.13.51%2Bds-4.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108,016 kB
  • sloc: cpp: 53,546; xml: 50,078; java: 33,392; javascript: 31,267; ansic: 482; jsp: 228; sh: 62; makefile: 33
file content (21 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
NMUs are welcome

Use something like the script below to update from Git

Note: there is no "Build-Depends-Indep" in debian/control because
some of the Java tools need to be built for use during the C++ build.
#!/bin/bash

VERSION=6.3~svn680

echo "*.jar export-ignore" > .gitattributes

git archive --worktree-attributes \
    --format tar \
    --prefix libphonenumber/ \
    -o ../libphonenumber_${VERSION}.orig.tar \
    master

cd ..

bzip2 libphonenumber_${VERSION}.orig.tar