forked from I2P_Developers/i2p.i2p
Don't delete debian/copyright during "ant clean".
Instead of deleting debian/copyright with "ant clean", add it to .mtn-ignore. With the current method, the copyright file doesn't end up in the debian source package...
This commit is contained in:
@@ -22,3 +22,4 @@ _jsp\.java$
|
|||||||
~$
|
~$
|
||||||
/build/
|
/build/
|
||||||
/classes/
|
/classes/
|
||||||
|
^debian/copyright
|
||||||
|
@@ -417,7 +417,6 @@
|
|||||||
<delete dir="debian/tmp" />
|
<delete dir="debian/tmp" />
|
||||||
<delete dir="debian/db" />
|
<delete dir="debian/db" />
|
||||||
<delete file="debian/files" />
|
<delete file="debian/files" />
|
||||||
<delete file="debian/copyright" />
|
|
||||||
<delete file="debian/build" />
|
<delete file="debian/build" />
|
||||||
<delete file="debian/substvars"/>
|
<delete file="debian/substvars"/>
|
||||||
</target>
|
</target>
|
||||||
|
Reference in New Issue
Block a user