Remove debian stuff
Debian doesn't use this but has their own config for this.
This commit is contained in:
parent
92b3bcb185
commit
721fade148
21
README.md
21
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.
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
osmpbf (1.3.3) UNRELEASED; urgency=low
|
||||
|
||||
* unreleased
|
||||
|
||||
-- Jochen Topf <jochen@topf.org> Sat, 15 Mar 2014 16:10:12 +0100
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
include/osmpbf/fileformat.pb.h
|
||||
include/osmpbf/osmformat.pb.h
|
||||
|
|
@ -1 +0,0 @@
|
|||
9
|
||||
|
|
@ -1,50 +0,0 @@
|
|||
Source: osmpbf
|
||||
Maintainer: Jochen Topf <jochen@topf.org>
|
||||
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.
|
||||
|
||||
|
|
@ -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 <scott@sacrosby.com>
|
||||
|
||||
Files: *
|
||||
Copyright: © 2010, Scott A. Crosby <scott@sacrosby.com>
|
||||
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 <http://www.gnu.org/licenses/>
|
||||
.
|
||||
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 <gio@debian.org>
|
||||
© 2011-2013, David Paleino <dapal@debian.org>
|
||||
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 <http://www.gnu.org/licenses/>
|
||||
.
|
||||
On Debian systems, the complete text of the GNU General Public License
|
||||
version 3 can be found in "/usr/share/common-licenses/GPL-3".
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
src/fileformat.proto
|
||||
src/osmformat.proto
|
||||
README
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
usr/include/
|
||||
usr/lib/
|
||||
|
|
@ -1 +0,0 @@
|
|||
osmpbf.jar usr/share/java
|
||||
|
|
@ -1 +0,0 @@
|
|||
usr/bin/
|
||||
|
|
@ -1 +0,0 @@
|
|||
tools/osmpbf-outline.1
|
||||
|
|
@ -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
|
||||
|
|
@ -1 +0,0 @@
|
|||
3.0 (native)
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
version=3
|
||||
http://githubredir.debian.net/github/scrosby/OSM-binary/v(\d+.*)\.tar\.gz
|
||||
Loading…
Reference in New Issue