forked from I2P_Developers/i2p.i2p
Add get-orig-source rule as required by Ubuntu, see https://wiki.ubuntu.com/UbuntuDevelopment/CodeReviews#NewPackage
This commit is contained in:
6
debian/rules
vendored
6
debian/rules
vendored
@@ -1,5 +1,8 @@
|
|||||||
#!/usr/bin/make -f
|
#!/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:
|
build:
|
||||||
ant preppkg-linux-only
|
ant preppkg-linux-only
|
||||||
mkdir -p debian/tmp/usr/lib
|
mkdir -p debian/tmp/usr/lib
|
||||||
@@ -32,3 +35,6 @@ clean:
|
|||||||
rm -rf debian/tmp/
|
rm -rf debian/tmp/
|
||||||
ant distclean
|
ant distclean
|
||||||
@exit 0
|
@exit 0
|
||||||
|
|
||||||
|
get-orig-source:
|
||||||
|
wget ${SOURCEURL}
|
||||||
|
Reference in New Issue
Block a user