• Home
Name Date Size #Lines LOC

..--

patches/06-May-2025-1613

source/06-May-2025-21

README.sourceD06-May-2025481 2214

changelogD06-May-2025168 63

compatD06-May-20252

controlD06-May-20252.8 KiB7672

copyrightD06-May-20253.3 KiB7566

libphonenumber7-dev.installD06-May-202549 43

libphonenumber7-java.jlibsD06-May-202534 21

libphonenumber7-java.pomsD06-May-20251.9 KiB4039

libphonenumber7.installD06-May-202520 21

maven.cleanIgnoreRulesD06-May-2025832 1816

maven.ignoreRulesD06-May-20251.1 KiB2422

maven.propertiesD06-May-2025100 53

maven.publishedRulesD06-May-2025929 2018

maven.rulesD06-May-20251.6 KiB3230

rulesD06-May-20252.8 KiB9036

watchD06-May-2025107 43

README.source

1NMUs are welcome
2
3Use something like the script below to update from Git
4
5Note: 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.
7#!/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
22