• Home
Name Date Size #Lines LOC

..--

patches/12-May-2024-1613

source/12-May-2024-21

README.sourceD12-May-2024481 2214

changelogD12-May-2024168 63

compatD12-May-20242

controlD12-May-20242.8 KiB7672

copyrightD12-May-20243.3 KiB7566

libphonenumber7-dev.installD12-May-202449 43

libphonenumber7-java.jlibsD12-May-202434 21

libphonenumber7-java.pomsD12-May-20241.9 KiB4039

libphonenumber7.installD12-May-202420 21

maven.cleanIgnoreRulesD12-May-2024832 1816

maven.ignoreRulesD12-May-20241.1 KiB2422

maven.propertiesD12-May-2024100 53

maven.publishedRulesD12-May-2024929 2018

maven.rulesD12-May-20241.6 KiB3230

rulesD12-May-20242.8 KiB9036

watchD12-May-2024107 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