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.
 
 
 
 
 
penmetsaa c4cd5e0321
Update URL for libphonenumber on GitHub. (#2362)
6 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 Update URL for libphonenumber on GitHub. (#2362) 6 years ago
copyright Update URL for libphonenumber on GitHub. (#2362) 6 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 URL for libphonenumber on GitHub. (#2362) 6 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