changed deb file from osmpbf-dev to libosmpbf-dev
This commit is contained in:
parent
c7dce29491
commit
64f587f2eb
|
|
@ -1,4 +1,4 @@
|
|||
osmpbf-dev (0.1) maverick; urgency=low
|
||||
libosmpbf-dev (0.1) maverick; urgency=low
|
||||
|
||||
* Initial debian package
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
Source: osmpbf-dev
|
||||
Source: libosmpbf-dev
|
||||
Section: libdevel
|
||||
Priority: optional
|
||||
Maintainer: Jochen Topf <jochen@topf.org>
|
||||
|
|
@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 7), libprotobuf-dev, protobuf-compiler
|
|||
Standards-Version: 3.9.1
|
||||
Homepage: http://wiki.openstreetmap.org/wiki/PBF_Format
|
||||
|
||||
Package: osmpbf-dev
|
||||
Package: libosmpbf-dev
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: Library for reading OSM PBF files.
|
||||
|
|
|
|||
|
|
@ -43,8 +43,8 @@ install: build
|
|||
dh_prep
|
||||
dh_installdirs
|
||||
|
||||
# Add here commands to install the package into debian/osmpbf-dev.
|
||||
$(MAKE) -C src DESTDIR=$(CURDIR)/debian/osmpbf-dev install
|
||||
# Add here commands to install the package into debian/libosmpbf-dev.
|
||||
$(MAKE) -C src DESTDIR=$(CURDIR)/debian/libosmpbf-dev install
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
|
|
|
|||
Loading…
Reference in New Issue