forked from I2P_Developers/i2p.i2p
Add changelog to .deb
This commit is contained in:
5
debian/rules
vendored
5
debian/rules
vendored
@@ -24,6 +24,7 @@ build:
|
|||||||
rm debian/tmp/usr/lib/i2p/a
|
rm debian/tmp/usr/lib/i2p/a
|
||||||
touch debian/build
|
touch debian/build
|
||||||
mkdir -p debian/tmp/usr/share/doc/i2p
|
mkdir -p debian/tmp/usr/share/doc/i2p
|
||||||
|
|
||||||
# Create the Debian copyright file, move the licenses dir,
|
# Create the Debian copyright file, move the licenses dir,
|
||||||
# and delete all license files that are already in /usr/share/common-licenses/
|
# and delete all license files that are already in /usr/share/common-licenses/
|
||||||
cat debian/copyright.part1 LICENSE.txt > debian/tmp/usr/share/doc/i2p/copyright
|
cat debian/copyright.part1 LICENSE.txt > debian/tmp/usr/share/doc/i2p/copyright
|
||||||
@@ -33,6 +34,10 @@ build:
|
|||||||
rm debian/tmp/usr/share/doc/i2p/licenses/LICENSE-GPLv2.txt
|
rm debian/tmp/usr/share/doc/i2p/licenses/LICENSE-GPLv2.txt
|
||||||
rm debian/tmp/usr/share/doc/i2p/licenses/LICENSE-LGPLv2.1.txt
|
rm debian/tmp/usr/share/doc/i2p/licenses/LICENSE-LGPLv2.1.txt
|
||||||
|
|
||||||
|
# changelog
|
||||||
|
gzip -9c history.txt > debian/tmp/usr/share/doc/i2p/changelog.gz
|
||||||
|
gzip -9c debian/changelog > debian/tmp/usr/share/doc/i2p/changelog.Debian.gz
|
||||||
|
|
||||||
binary: build
|
binary: build
|
||||||
mkdir -p debian/tmp/DEBIAN
|
mkdir -p debian/tmp/DEBIAN
|
||||||
dpkg-gencontrol
|
dpkg-gencontrol
|
||||||
|
Reference in New Issue
Block a user