I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit af541662 authored by HungryHobo's avatar HungryHobo
Browse files

Add get-orig-source rule as required by Ubuntu, see...

Add get-orig-source rule as required by Ubuntu, see https://wiki.ubuntu.com/UbuntuDevelopment/CodeReviews#NewPackage
parent 3e2c5302
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/make -f
VERSION=`grep String\ VERSION core/java/src/net/i2p/CoreVersion.java | cut -d\" -f2`
SOURCEURL=http://mirror.i2p2.de/i2psource_${VERSION}.tar.bz2
build:
ant preppkg-linux-only
mkdir -p debian/tmp/usr/lib
......@@ -32,3 +35,6 @@ clean:
rm -rf debian/tmp/
ant distclean
@exit 0
get-orig-source:
wget ${SOURCEURL}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment