|
|
6 years ago | |
|---|---|---|
| .. | ||
| patches | 11 years ago | |
| source | 11 years ago | |
| README.source | 11 years ago | |
| changelog | 11 years ago | |
| compat | 11 years ago | |
| control | 6 years ago | |
| copyright | 6 years ago | |
| libphonenumber7-dev.install | 10 years ago | |
| libphonenumber7-java.jlibs | 10 years ago | |
| libphonenumber7-java.poms | 10 years ago | |
| libphonenumber7.install | 10 years ago | |
| maven.cleanIgnoreRules | 11 years ago | |
| maven.ignoreRules | 11 years ago | |
| maven.properties | 11 years ago | |
| maven.publishedRules | 11 years ago | |
| maven.rules | 11 years ago | |
| rules | 10 years ago | |
| watch | 6 years ago | |
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