From 721fade148c314a48e39806731712d5b84a5c3cf Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Sat, 2 Jan 2021 20:46:56 +0100 Subject: [PATCH] Remove debian stuff Debian doesn't use this but has their own config for this. --- README.md | 21 --------------- debian/changelog | 5 ---- debian/clean | 2 -- debian/compat | 1 - debian/control | 50 ----------------------------------- debian/copyright | 42 ----------------------------- debian/libosmpbf-dev.docs | 3 --- debian/libosmpbf-dev.install | 2 -- debian/libosmpbf-java.install | 1 - debian/osmpbf-bin.install | 1 - debian/osmpbf-bin.manpages | 1 - debian/rules | 39 --------------------------- debian/source/format | 1 - debian/watch | 2 -- 14 files changed, 171 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/clean delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/libosmpbf-dev.docs delete mode 100644 debian/libosmpbf-dev.install delete mode 100644 debian/libosmpbf-java.install delete mode 100644 debian/osmpbf-bin.install delete mode 100644 debian/osmpbf-bin.manpages delete mode 100755 debian/rules delete mode 100644 debian/source/format delete mode 100644 debian/watch diff --git a/README.md b/README.md index 6a257ee..839d2e7 100644 --- a/README.md +++ b/README.md @@ -74,27 +74,6 @@ and link with: ``` -## Debian/Ubuntu Packages - -To build the Debian/Ubuntu packages: - -```sh -debuild -I -us -uc -``` - -To install the Debian/Ubuntu packages: - -```sh -sudo dpkg --install ../libosmpbf-dev_*.deb -sudo dpkg --install ../libosmpbf-java_*.deb -sudo dpkg --install ../osmpbf-bin_*.deb -``` - -To clean up after: -```sh -debclean -``` - ## License The .proto definition files and osmpbf.h are licensed under the MIT license. diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 7aaafd0..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -osmpbf (1.3.3) UNRELEASED; urgency=low - - * unreleased - - -- Jochen Topf Sat, 15 Mar 2014 16:10:12 +0100 diff --git a/debian/clean b/debian/clean deleted file mode 100644 index 13d6ffc..0000000 --- a/debian/clean +++ /dev/null @@ -1,2 +0,0 @@ -include/osmpbf/fileformat.pb.h -include/osmpbf/osmformat.pb.h diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index ba47c65..0000000 --- a/debian/control +++ /dev/null @@ -1,50 +0,0 @@ -Source: osmpbf -Maintainer: Jochen Topf -Section: java -Priority: optional -Build-Depends: debhelper (>= 9), - protobuf-compiler, - libprotobuf-java, - ant, - default-jdk, - libprotobuf-dev, - maven-repo-helper -Standards-Version: 3.9.5 -Homepage: http://github.com/scrosby/OSM-binary - -Package: libosmpbf-java -Architecture: all -Depends: ${misc:Depends} -Description: Java access library for OpenStreetMap PBF file format - Osmpbf is a Java/C library to read and write OpenStreetMap PBF files. - PBF (Protocol buffer Binary Format) is a binary file format for OpenStreetMap - data that uses Google Protocol Buffers as low-level storage. - . - This package provides a Java library. - -Package: libosmpbf-dev -Architecture: any -Section: libdevel -Depends: libprotobuf-dev, - ${misc:Depends} -Description: C headers for OpenStreetMap PBF file format - Osmpbf is a Java/C library to read and write OpenStreetMap PBF files. - PBF (Protocol buffer Binary Format) is a binary file format for OpenStreetMap - data that uses Google Protocol Buffers as low-level storage. - . - This package provides the C headers to be used in third-party - applications. - -Package: osmpbf-bin -Architecture: any -Section: utils -Depends: ${shlibs:Depends}, - ${misc:Depends} -Description: OpenStreetMap PBF file format library - tools - Osmpbf is a Java/C library to read and write OpenStreetMap PBF files. - PBF (Protocol buffer Binary Format) is a binary file format for OpenStreetMap - data that uses Google Protocol Buffers as low-level storage. - . - This package provides various tools to deal with OpenStreetMap PBF file - format. - diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 3ee781d..0000000 --- a/debian/copyright +++ /dev/null @@ -1,42 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Source: http://github.com/scrosby/OSM-binary -Upstream-Contact: Scott A. Crosby - -Files: * -Copyright: © 2010, Scott A. Crosby -License: LGPL-3+ - This package is free software; you can redistribute it and/or modify - it under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - . - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Lesser General Public License for more details. - . - You should have received a copy of the GNU Lesser General Public License - along with this program. If not, see - . - On Debian systems, the complete text of the GNU Lesser General Public License - version 3 can be found in "/usr/share/common-licenses/LGPL-3". - -Files: debian/* -Copyright: © 2010-2012, Giovanni Mascellani - © 2011-2013, David Paleino -License: GPL-3+ - 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 - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - . - This package is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see - . - On Debian systems, the complete text of the GNU General Public License - version 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/libosmpbf-dev.docs b/debian/libosmpbf-dev.docs deleted file mode 100644 index fb7cedf..0000000 --- a/debian/libosmpbf-dev.docs +++ /dev/null @@ -1,3 +0,0 @@ -src/fileformat.proto -src/osmformat.proto -README diff --git a/debian/libosmpbf-dev.install b/debian/libosmpbf-dev.install deleted file mode 100644 index f6ad287..0000000 --- a/debian/libosmpbf-dev.install +++ /dev/null @@ -1,2 +0,0 @@ -usr/include/ -usr/lib/ diff --git a/debian/libosmpbf-java.install b/debian/libosmpbf-java.install deleted file mode 100644 index 8f04649..0000000 --- a/debian/libosmpbf-java.install +++ /dev/null @@ -1 +0,0 @@ -osmpbf.jar usr/share/java diff --git a/debian/osmpbf-bin.install b/debian/osmpbf-bin.install deleted file mode 100644 index c703cf8..0000000 --- a/debian/osmpbf-bin.install +++ /dev/null @@ -1 +0,0 @@ -usr/bin/ diff --git a/debian/osmpbf-bin.manpages b/debian/osmpbf-bin.manpages deleted file mode 100644 index e82c242..0000000 --- a/debian/osmpbf-bin.manpages +++ /dev/null @@ -1 +0,0 @@ -tools/osmpbf-outline.1 diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 5492959..0000000 --- a/debian/rules +++ /dev/null @@ -1,39 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -CXXFLAGS += $(CPPFLAGS) - -%: - dh $@ --buildsystem makefile --parallel - -override_dh_auto_clean: - dh_auto_clean --buildsystem ant - dh_auto_clean -Dsrc - dh_auto_clean -Dtools - mh_clean - -override_dh_auto_configure: - dh_auto_configure --buildsystem ant - dh_auto_configure -Dsrc - dh_auto_configure -Dtools - -override_dh_auto_build: - dh_auto_build --buildsystem ant - dh_auto_build -Dsrc - dh_auto_build -Dtools - -override_dh_auto_install: - dh_auto_install --buildsystem ant - dh_auto_install -Dsrc -- PREFIX=/usr - dh_auto_install -Dtools -- PREFIX=/usr - -override_dh_installchangelogs: - dh_installchangelogs -- ReleaseNotes.txt - -override_dh_install: - dh_install - mh_installjar -plibosmpbf-java -l pom.xml osmpbf.jar - mh_installpom -plibosmpbf-java pom.xml diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 89ae9db..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native) diff --git a/debian/watch b/debian/watch deleted file mode 100644 index dabf08d..0000000 --- a/debian/watch +++ /dev/null @@ -1,2 +0,0 @@ -version=3 -http://githubredir.debian.net/github/scrosby/OSM-binary/v(\d+.*)\.tar\.gz