[Pkg-osm-commits] [SCM] osmpbf branch, debian, updated. debian/1.1-1-7-g023dd52

David Paleino dapal at debian.org
Mon Nov 14 10:24:29 UTC 2011


The following commit has been merged in the debian branch:
commit 023dd526c261561cfdb4f81ed05ef93139f3f378
Author: David Paleino <dapal at debian.org>
Date:   Mon Nov 14 11:23:28 2011 +0100

    Provide additional libosmpbf-dev and osmpbf-bin packages

diff --git a/debian/changelog b/debian/changelog
index 5200346..7eeb70e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,9 @@ osmpbf (1.2.1-1) UNRELEASED; urgency=low
   * Added myself to Uploaders
   * Added debian/watch file
   * Fix build.xml to point to the correct protobuf-java.jar
+  * Provide additional libosmpbf-dev and osmpbf-bin packages
 
- -- David Paleino <dapal at debian.org>  Mon, 14 Nov 2011 11:16:09 +0100
+ -- David Paleino <dapal at debian.org>  Mon, 14 Nov 2011 11:22:56 +0100
 
 osmpbf (1.1-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 23fa51c..e3dddfc 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,33 @@ Package: libosmpbf-java
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Java access library for OpenStreetMap PBF file format
- Osmpbf is a Java library to read and write OpenStreetMap PBF files.
+ Osmpbf is a Java/C library to read and write OpenStreetMap PBF files.
  PBF (Protocol buffer Binary Format) is the new file format to describe
  OpenStreetMap data, intended to replace the old XML-based one. The PBF
  format uses Google Protocol Buffers as low-level storage.
+ .
+ This package provides a Java library.
+
+Package: libosmpbf-dev
+Architecture: any
+Depends: ${shlibs:Depends}, ${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 the new file format to describe
+ OpenStreetMap data, intended to replace the old XML-based one. The PBF
+ format 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
+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 the new file format to describe
+ OpenStreetMap data, intended to replace the old XML-based one. The PBF
+ format uses Google Protocol Buffers as low-level storage.
+ .
+ This package provides various tools to deal with OpenStreetMap PBF file
+ format.
diff --git a/debian/libosmpbf-dev.install b/debian/libosmpbf-dev.install
new file mode 100644
index 0000000..bf05562
--- /dev/null
+++ b/debian/libosmpbf-dev.install
@@ -0,0 +1 @@
+usr/include/
diff --git a/debian/osmpbf-bin.install b/debian/osmpbf-bin.install
new file mode 100644
index 0000000..c703cf8
--- /dev/null
+++ b/debian/osmpbf-bin.install
@@ -0,0 +1 @@
+usr/bin/
diff --git a/debian/osmpbf-bin.manpages b/debian/osmpbf-bin.manpages
new file mode 100644
index 0000000..e82c242
--- /dev/null
+++ b/debian/osmpbf-bin.manpages
@@ -0,0 +1 @@
+tools/osmpbf-outline.1
diff --git a/debian/rules b/debian/rules
index 1cda5de..dadf43c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,12 @@
 %:
 	dh $@ 
 
+override_dh_auto_build:
+	dh_auto_build
+	dh_auto_build -Dsrc
+	dh_auto_build -Dtools
+
+override_dh_auto_install:
+	dh_auto_install
+	dh_auto_install -Dsrc
+	dh_auto_install -Dtools

-- 
Java library to access OpenStreetMap PDF file format



More information about the Pkg-osm-commits mailing list