Sha256: c5f6b10dbe4ea8c0318dd338853a1da3715da4f0e02f51caec1e4a78feb9372a

Contents?: true

Size: 481 Bytes

Versions: 22

Compression:

Stored size: 481 Bytes

Contents

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

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
phonelib-0.6.5 data/libphonenumber/debian/README.source
phonelib-0.6.4 data/libphonenumber/debian/README.source
phonelib-0.6.3 data/libphonenumber/debian/README.source
phonelib-0.6.2 data/libphonenumber/debian/README.source
phonelib-0.6.1 data/libphonenumber/debian/README.source
phonelib-0.6.0 data/libphonenumber/debian/README.source
phonelib-0.5.6 data/libphonenumber/debian/README.source
phonelib-0.5.5 data/libphonenumber/debian/README.source
phonelib-0.5.4 data/libphonenumber/debian/README.source
phonelib-0.5.2 data/libphonenumber/debian/README.source
phonelib-0.5.1 data/libphonenumber/debian/README.source
phonelib-0.5.0 data/libphonenumber/debian/README.source
phonelib-0.4.9 data/libphonenumber/debian/README.source
phonelib-0.4.8 data/libphonenumber/debian/README.source
phonelib-0.4.7 data/libphonenumber/debian/README.source
phonelib-0.4.6 data/libphonenumber/debian/README.source
phonelib-0.4.5 data/libphonenumber/debian/README.source
phonelib-0.4.4 data/libphonenumber/debian/README.source
phonelib-0.4.3 data/libphonenumber/debian/README.source
phonelib-0.4.2 data/libphonenumber/debian/README.source