From 654371cb6a0556a7d3f5f5f981ed2af6cdda65a9 Mon Sep 17 00:00:00 2001 From: hagen Date: Wed, 25 Nov 2015 07:54:45 +0000 Subject: [PATCH] fix debian/ directory --- debian/changelog | 11 ++---- debian/control | 10 +++--- debian/copyright | 58 +++++++++++++++--------------- debian/patches/rename-binary.patch | 30 ++++++---------- debian/watch | 2 +- 5 files changed, 48 insertions(+), 63 deletions(-) diff --git a/debian/changelog b/debian/changelog index 23e93bd4..0b1e1871 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,6 @@ -i2pd (20140919-2) unstable; urgency=low +i2pd (2.1.0-1) unstable; urgency=low - * updated to latest sources + * updated to version 2.1.0/0.9.23 + * updated deps -- hagen Fri, 19 Sep 2014 05:16:12 +0000 - -i2pd (20140919-1) unstable; urgency=low - - * Initial release (Closes: #nnnn) - - -- hagen Mon, 19 Sep 2014 00:00:00 +0000 diff --git a/debian/control b/debian/control index 98312c87..fc347044 100644 --- a/debian/control +++ b/debian/control @@ -3,17 +3,17 @@ Section: net Priority: extra Maintainer: hagen Build-Depends: debhelper (>= 8.0.0), dpkg-dev (>= 1.16.1~), - cmake (>= 2.8), gcc (>= 4.6) | clang (>= 3.3), + gcc (>= 4.6) | clang (>= 3.3), libboost-regex-dev, libboost-system-dev (>= 1.46), libboost-date-time-dev, libboost-filesystem-dev, libboost-program-options-dev, - libcrypto++-dev + libssl-dev Standards-Version: 3.9.3 -Homepage: https://github.com/PrivacySolutions/i2pd -Vcs-Git: git://github.com/PrivacySolutions/i2pd.git -Vcs-Browser: https://github.com/PrivacySolutions/i2pd.git +Homepage: https://github.com/PurpleI2P/i2pd +Vcs-Git: git://github.com/PurpleI2P/i2pd.git +Vcs-Browser: https://github.com/PurpleI2P/i2pd.git Package: i2pd Architecture: any diff --git a/debian/copyright b/debian/copyright index 01fef78e..00fdac77 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,38 +3,38 @@ Upstream-Name: i2pd Source: https://github.com/PurpleI2P Files: * -Copyright: 2013-2014 PurpleI2P +Copyright: 2013-2015 PurpleI2P License: BSD-3-clause -Copyright (c) 2013-2015, The PurpleI2P Project - -All rights reserved. - -Redistribution and use in source and binary forms, with or without modification, are -permitted provided that the following conditions are met: - -1. Redistributions of source code must retain the above copyright notice, this list of -conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright notice, this list of -conditions and the following disclaimer in the documentation and/or other materials -provided with the distribution. - -3. Neither the name of the copyright holder nor the names of its contributors may be used -to endorse or promote products derived from this software without specific prior written -permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY -EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, -EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF -SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR -TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + Copyright (c) 2013-2015, The PurpleI2P Project + . + All rights reserved. + . + Redistribution and use in source and binary forms, with or without modification, are + permitted provided that the following conditions are met: + . + 1. Redistributions of source code must retain the above copyright notice, this list of + conditions and the following disclaimer. + . + 2. Redistributions in binary form must reproduce the above copyright notice, this list of + conditions and the following disclaimer in the documentation and/or other materials + provided with the distribution. + . + 3. Neither the name of the copyright holder nor the names of its contributors may be used + to endorse or promote products derived from this software without specific prior written + permission. + . + THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY + EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE + COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF + SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR + TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS + SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: debian/* -Copyright: 2014 hagen +Copyright: 2014-2015 hagen License: GPL-2.0+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/debian/patches/rename-binary.patch b/debian/patches/rename-binary.patch index 70973dec..7b55e474 100644 --- a/debian/patches/rename-binary.patch +++ b/debian/patches/rename-binary.patch @@ -1,23 +1,13 @@ +diff --git a/Makefile b/Makefile +index f65d7a1..6f998bf 100644 --- a/Makefile +++ b/Makefile -@@ -10,9 +10,9 @@ - include Makefile.linux - endif +@@ -3,7 +3,7 @@ SHLIB := libi2pd.so + ARLIB := libi2pd.a + SHLIB_CLIENT := libi2pdclient.so + ARLIB_CLIENT := libi2pdclient.a +-I2PD := i2p ++I2PD := i2pd + GREP := fgrep + DEPS := obj/make.dep --all: obj i2p -+all: obj i2pd - --i2p: $(OBJECTS:obj/%=obj/%) -+i2pd: $(OBJECTS:obj/%=obj/%) - $(CXX) -o $@ $^ $(LDFLAGS) $(LIBS) - - .SUFFIXES: -@@ -25,7 +25,7 @@ - mkdir -p obj - - clean: -- rm -fr obj i2p -+ rm -fr obj i2pd - - .PHONY: all - .PHONY: clean diff --git a/debian/watch b/debian/watch index f3faedd2..55cda021 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 opts=filenamemangle=s/.+\/v?(\d\S*)\.tar\.gz/i2pd-$1\.tar\.gz/ \ - https://github.com/PrivacySolutions/i2pd/tags .*/v?(\d\S*)\.tar\.gz + https://github.com/PurpleI2P/i2pd/tags .*/v?(\d\S*)\.tar\.gz