Name Date Size

..25-Oct-20244 KiB

changelogH A D25-Oct-2024168

compatH A D25-Oct-20242

controlH A D25-Oct-20242.8 KiB

copyrightH A D25-Oct-20243.3 KiB

libphonenumber7-dev.installH A D25-Oct-202449

libphonenumber7-java.jlibsH A D25-Oct-202434

libphonenumber7-java.pomsH A D25-Oct-20241.9 KiB

libphonenumber7.installH A D25-Oct-202420

maven.cleanIgnoreRulesH A D25-Oct-2024832

maven.ignoreRulesH A D25-Oct-20241.1 KiB

maven.propertiesH A D25-Oct-2024100

maven.publishedRulesH A D25-Oct-2024929

maven.rulesH A D25-Oct-20241.6 KiB

patches/H25-Oct-20244 KiB

README.sourceH A D25-Oct-2024481

rulesH A D25-Oct-20242.8 KiB

source/H25-Oct-20244 KiB

watchH A D25-Oct-2024107

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