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