|
|
11 years ago | |
|---|---|---|
| .. | ||
| source | 11 years ago | |
| README.source | 11 years ago | |
| changelog | 11 years ago | |
| compat | 11 years ago | |
| control | 11 years ago | |
| copyright | 11 years ago | |
| libphonenumber6-dev.install | 11 years ago | |
| libphonenumber6-java.jlibs | 11 years ago | |
| libphonenumber6.install | 11 years ago | |
| rules | 11 years ago | |
| watch | 11 years ago | |
NMUs are welcome
Use something like the script below to update from Git
#!/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