From 10777b5bb63f8f540503f29bb96221b804e44fa8 Mon Sep 17 00:00:00 2001 From: Ivan Borzenkov Date: Mon, 3 Mar 2014 20:36:48 +0400 Subject: [PATCH] correct deb package --- debian/control | 6 +++--- debian/rules | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index a54315c18..81e4c3b30 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: cpp-ethereum Section: science Priority: extra Maintainer: Ethereum (Ethereum Project) -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, libcryptoppeth-dev, libboost-filesystem-dev, libboost-mpi-dev, libboost-dev, libleveldb-dev, libminiupnpc-dev, qtbase5-dev, qt5-default Standards-Version: 3.9.4 Homepage: http://ethereum.org #Vcs-Git: git://git.debian.org/collab-maint/cpp-ethereum.git @@ -11,14 +11,14 @@ Homepage: http://ethereum.org Package: libethereum Section: libdevel 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. A long description of libethereum. Package: libethereum-dev Section: libdevel 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. A long description of libethereum. Dev Files. diff --git a/debian/rules b/debian/rules index 5ffe813ee..611e815c1 100755 --- a/debian/rules +++ b/debian/rules @@ -31,6 +31,6 @@ override_dh_auto_install: # Move the libs over to the non-dev package. mkdir -p $(CURDIR)/debian/libethereum/usr 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