changed deb file from osmpbf-dev to libosmpbf-dev

This commit is contained in:
Jochen Topf 2011-04-14 12:07:25 +02:00
parent c7dce29491
commit 64f587f2eb
3 changed files with 5 additions and 5 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
osmpbf-dev (0.1) maverick; urgency=low
libosmpbf-dev (0.1) maverick; urgency=low
* Initial debian package

4
debian/control vendored
View File

@ -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.

4
debian/rules vendored
View File

@ -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.