From 8c1a0959417dc5ca169ee284837baae6589ccd67 Mon Sep 17 00:00:00 2001 From: Marko Simovic Date: Tue, 4 Mar 2014 02:58:58 +0000 Subject: [PATCH] Removed obsolete debian packaging files --- debian/README.Debian | 6 ---- debian/README.source | 9 ------ debian/changelog | 23 -------------- debian/compat | 1 - debian/control | 29 ----------------- debian/copyright | 24 -------------- debian/docs | 3 -- debian/rules | 36 --------------------- package.sh | 8 ----- release.sh | 74 -------------------------------------------- 10 files changed, 213 deletions(-) delete mode 100644 debian/README.Debian delete mode 100644 debian/README.source delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/docs delete mode 100755 debian/rules delete mode 100755 package.sh delete mode 100755 release.sh diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index d9ffd1e35..000000000 --- a/debian/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -cpp-ethereum for Debian ------------------------ - - - - -- Gav > Mon, 03 Feb 2014 14:50:20 +0000 diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 5d002af70..000000000 --- a/debian/README.source +++ /dev/null @@ -1,9 +0,0 @@ -cpp-ethereum for Debian ------------------------ - - - - - - diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index d29dd1850..000000000 --- a/debian/changelog +++ /dev/null @@ -1,23 +0,0 @@ -cpp-ethereum (0.1.0-1) saucy; urgency=low - - * Various improvements moving towards PoC-2. - - -- Ethereum (Ethereum Project) Fri, 07 Feb 2014 00:48:26 +0000 - -cpp-ethereum (0.1-3) saucy; urgency=low - - * Packaging stuff. - - -- Ethereum (Ethereum Project) Thu, 06 Feb 2014 14:13:00 +0000 - -cpp-ethereum (0.1-2) saucy; urgency=low - - * Fix Qt dep. - - -- Gav Wood Mon, 06 Feb 2014 11:35:20 +0000 - -cpp-ethereum (0.1-1) saucy; urgency=low - - * Initial release. - - -- Gav Wood Mon, 03 Feb 2014 14:50:20 +0000 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 45a4fb75d..000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -8 diff --git a/debian/control b/debian/control deleted file mode 100644 index b6c99a864..000000000 --- a/debian/control +++ /dev/null @@ -1,29 +0,0 @@ -Source: cpp-ethereum -Section: science -Priority: extra -Maintainer: Ethereum (Ethereum Project) -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 -Homepage: http://ethereum.org -#Vcs-Git: git://git.debian.org/collab-maint/cpp-ethereum.git -#Vcs-Browser: http://git.debian.org/?p=collab-maint/cpp-ethereum.git;a=summary - -Package: libethereum -Section: libdevel -Architecture: any -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} -Description: The future of computational social contracts. Dev Files. - A long description of libethereum. Dev Files. - -Package: alethzero -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libethereum (= ${binary:Version}) -Description: The Qt-based Ethereum GUI. - A long description of alethzero. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index fbbdb321d..000000000 --- a/debian/copyright +++ /dev/null @@ -1,24 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: cpp-ethereum -Source: github.com/ethereum/cpp-ethereum - -Files: * -Copyright: 2014 Gav Wood -License: MIT - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in - all copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN - THE SOFTWARE. diff --git a/debian/docs b/debian/docs deleted file mode 100644 index f31b08fec..000000000 --- a/debian/docs +++ /dev/null @@ -1,3 +0,0 @@ -CodingStandards.txt -README.md -TODO diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 83f79d114..000000000 --- a/debian/rules +++ /dev/null @@ -1,36 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. -# -# Modified to make a template file for a multi-binary package with separated -# build-arch and build-indep targets by Bill Allombert 2001 - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -# This has to be exported to make some magic below work. -export DH_OPTIONS - - -%: - dh $@ - -override_dh_auto_configure: - cmake -DCMAKE_INSTALL_PREFIX=$(CURDIR)/debian/libethereum-dev/usr . - -override_dh_auto_build: - $(MAKE) -j8 - -override_dh_auto_install: - $(MAKE) 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/alethzero/usr/bin - mv $(CURDIR)/debian/libethereum-dev/usr/bin/alethzero $(CURDIR)/debian/alethzero/usr/bin - diff --git a/package.sh b/package.sh deleted file mode 100755 index fb778a4d4..000000000 --- a/package.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/bash - -set -e -rm -f ../cpp-ethereum_*_source.changes -debuild -S -sa -cd .. -dput -f ppa:ethereum/ethereum cpp-ethereum_*_source.changes - diff --git a/release.sh b/release.sh deleted file mode 100755 index 712e2540a..000000000 --- a/release.sh +++ /dev/null @@ -1,74 +0,0 @@ -#!/bin/bash - -dist="saucy" -version=$(grep "define ETH_VERSION" libethereum/Common.h | cut -d ' ' -f 3) -branch="$(git branch | grep \* | cut -c 3-)" - -if [[ ! "$1" == "" ]]; then - version=$1 -fi - -if [[ ! "$3" == "" ]]; then - if [[ ! "$4" == "" ]]; then - dist=$4 - fi - if [[ "$2" == "-i" ]]; then - # increment current debian release only - # new version ./release VERSION -i MESSAGE DIST - debchange -i -p "$3" -D "$dist" - git commit -a -m "$3" - else - # new version ./release VERSION DEB-VERSION MESSAGE DIST - debchange -v $version-$2 -p "$3" -D "$dist" - git commit -a -m "$3" - fi -fi - -opwd=`pwd` -cd /tmp - -echo Checking out... -git clone $opwd -cd cpp-ethereum -git checkout "$branch" - -archdir="cpp-ethereum-$version" -archfile="$archdir.tar.bz2" - -echo Making BuildInfo... -mkdir build -cd build -cmake .. -cd .. -cp build/BuildInfo.h . -rm -rf build - -echo Cleaning backup files... -find . | grep \~ | xargs rm -f - -echo Cleaning others... -rm release.sh - -echo Cleaning versioning... -rm -rf .git .gitignore - -echo Renaming directory... -cd .. -rm -rf $archdir -mv cpp-ethereum $archdir - -echo Creating archive... -tar c $archdir | bzip2 -- > $archfile -shasum $archfile - -[[ ! "$version" == "" ]] && ln -sf $archfile "cpp-ethereum_$version.orig.tar.bz2" - -echo Packaging... -cd "$archdir" -./package.sh - -echo Cleaning up... -rm -rf /tmp/$archdir -mv /tmp/$archfile ~ - -echo Done.