Corrected a few things in debian packaging, almost there

This commit is contained in:
Thomas Touhey 2016-05-18 20:52:27 +02:00
parent 9a1b8ae5d2
commit 252e3df9bc
9 changed files with 9 additions and 12 deletions

View File

@ -1,14 +1,10 @@
Source: libmonochrome
Priority: extra
Section: libs
Package: cfx-libmonochrome-dev
Version: 1.1
Architecture: all
Maintainer: Thomas Touhey <thomas@touhey.fr>
Build-Depends: sh3eb-elf-gcc-4.9 (=4.9.2), sh3eb-elf-binutils-4.9 (=4.9.2)
Uploader: Thomas Touhey <thomas@touhey.fr>
Standards-Version: 3.9.6
Vcs-Browser: http://git.planet-casio.com/cakeisalie5/libmonochrome.git
Depends: sh3eb-elf-gcc-4.9 (=4.9.2), sh3eb-elf-binutils-4.9 (=4.9.2)
Section: libs
Priority: optional
Homepage: http://git.planet-casio.com/cakeisalie5/libmonochrome
Package: cfx-libmonochrome-dev
Architecture: all
Depends: sh3eb-elf-gcc, sh3eb-elf-binutils
Description: Fast and efficient drawing static library for CASIO fx calculators.

View File

@ -51,11 +51,11 @@ binary-arch:
## Create arch-independent binary packages in the parent directory
binary-indep:
cd all && tar cf ../data.tar.gz *
cd all && tar cf ../data.tar.gz ./*
rm -f md5sums
cd $(ARCH) && for i in $$(find * -type f); \
do md5sum "$$i" >> ../md5sums; done
tar cf control.tar.gz control md5sums
tar cf control.tar.gz ./control ./md5sums
ar rc ../$(PKG)_$(VERSION)_$(ARCH).deb data.tar.gz control.tar.gz \
debian-binary
rm data.tar.gz control.tar.gz md5sums

1
debian Symbolic link
View File

@ -0,0 +1 @@
DEBIAN