Browse Source

Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into block-number

cl-refactor
Vincent Gariepy 11 years ago
parent
commit
80f5abd7bb
  1. 8
      debian/control
  2. 4
      debian/rules

8
debian/control

@ -2,7 +2,7 @@ Source: cpp-ethereum
Section: science Section: science
Priority: extra Priority: extra
Maintainer: Ethereum (Ethereum Project) <ethereum@gavwood.com> Maintainer: Ethereum (Ethereum Project) <ethereum@gavwood.com>
Build-Depends: debhelper (>= 8.0.0), cmake, libgmp-dev, libcryptoppeth-dev, libboost-filesystem1.53-dev, libboost-mpi1.53-dev, libboost1.53-dev, libleveldb-dev, libminiupnpc-dev, qtbase5-dev, qt5-default Build-Depends: debhelper (>= 8.0.0), cmake, libgmp-dev, libboost-thread-dev, libcryptoppeth-dev, libboost-filesystem-dev, libboost-mpi-dev, libboost-dev, libleveldb-dev, libminiupnpc-dev, qtbase5-dev, qt5-default
Standards-Version: 3.9.4 Standards-Version: 3.9.4
Homepage: http://ethereum.org Homepage: http://ethereum.org
#Vcs-Git: git://git.debian.org/collab-maint/cpp-ethereum.git #Vcs-Git: git://git.debian.org/collab-maint/cpp-ethereum.git
@ -11,19 +11,19 @@ Homepage: http://ethereum.org
Package: libethereum Package: libethereum
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libgmp, libcryptoppeth, libboost-filesystem1.53.0, libboost-mpi1.53.0, libleveldb, libminiupnpc, secp256k1eth Depends: ${shlibs:Depends}, ${misc:Depends}
Description: The future of computational social contracts. Description: The future of computational social contracts.
A long description of libethereum. A long description of libethereum.
Package: libethereum-dev Package: libethereum-dev
Section: libdevel Section: libdevel
Architecture: any Architecture: any
Depends: libethereum (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libgmp, libcryptoppeth, libboost-filesystem1.53.0, libboost-mpi1.53.0, libleveldb, libminiupnpc Depends: libethereum (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: The future of computational social contracts. Dev Files. Description: The future of computational social contracts. Dev Files.
A long description of libethereum. Dev Files. A long description of libethereum. Dev Files.
Package: alethzero Package: alethzero
Architecture: any Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libethereum (= ${binary:Version}), qtbase5 Depends: ${shlibs:Depends}, ${misc:Depends}, libethereum (= ${binary:Version})
Description: The Qt-based Ethereum GUI. Description: The Qt-based Ethereum GUI.
A long description of alethzero. A long description of alethzero.

4
debian/rules

@ -31,6 +31,6 @@ override_dh_auto_install:
# Move the libs over to the non-dev package. # Move the libs over to the non-dev package.
mkdir -p $(CURDIR)/debian/libethereum/usr mkdir -p $(CURDIR)/debian/libethereum/usr
mv $(CURDIR)/debian/libethereum-dev/usr/lib $(CURDIR)/debian/libethereum/usr/lib mv $(CURDIR)/debian/libethereum-dev/usr/lib $(CURDIR)/debian/libethereum/usr/lib
mkdir -p $(CURDIR)/debian/alephzero/usr/bin mkdir -p $(CURDIR)/debian/alethzero/usr/bin
mv $(CURDIR)/debian/libethereum-dev/usr/bin/alethzero $(CURDIR)/debian/alethzero/usr/lib mv $(CURDIR)/debian/libethereum-dev/usr/bin/alethzero $(CURDIR)/debian/alethzero/usr/bin

Loading…
Cancel
Save