You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Keghani Kouzoujian 40f3fe0ca6 Add cmake Mac flag to enable Linux builds at lower cmake versions. 10 years ago
..
patches Debian - Maven build. 11 years ago
source Debian - Maven build. 11 years ago
README.source Tweak debian/README.source further. 11 years ago
changelog Update debian/changelog version number. 11 years ago
compat Modernize debian/ and add multiarch support and hardening flags. 11 years ago
control Add cmake Mac flag to enable Linux builds at lower cmake versions. 10 years ago
copyright Trailing slashes and fixing Vcs-Git to point to https://github.com/googlei18n/libphonenumber.git 11 years ago
libphonenumber7-dev.install Update for libphonenumber7 10 years ago
libphonenumber7-java.jlibs Update for libphonenumber7 10 years ago
libphonenumber7-java.poms Update for libphonenumber7 10 years ago
libphonenumber7.install Update for libphonenumber7 10 years ago
maven.cleanIgnoreRules Debian - Maven build. 11 years ago
maven.ignoreRules Debian - Maven build. 11 years ago
maven.properties Debian - Maven build. 11 years ago
maven.publishedRules Debian - Maven build. 11 years ago
maven.rules Debian - Maven build. 11 years ago
rules Update for libphonenumber7 10 years ago
watch Update debian/watch URL to point to new GitHub project. 11 years ago

README.source

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