Dear maintainer,
I've uploaded an NMU for shapelib (versioned as 1.2.10-4.2). The diff
is attached to this message.
Cheers,
gregor, from the Munich BSP
diff -u shapelib-1.2.10/debian/rules shapelib-1.2.10/debian/rules
--- shapelib-1.2.10/debian/rules
+++ shapelib-1.2.10/debian/rules
@@ -46,7 +46,7 @@
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || $(MAKE) clean
- rm shprewind
+ rm -f shprewind
dh_clean
diff -u shapelib-1.2.10/debian/control shapelib-1.2.10/debian/control
--- shapelib-1.2.10/debian/control
+++ shapelib-1.2.10/debian/control
@@ -8,7 +8,7 @@
Package: shapelib
Section: graphics
Architecture: any
-Depends: libshp1 (= ${Source-Version})
+Depends: libshp1 (= ${binary:Version}), ${shlibs:Depends}
Description: C API for reading and writing ArcView Shapefiles
The Shapefile format is a new working and interchange format
promulagated by ESRI (http://www.esri.com/) for simple vector
@@ -21,7 +21,7 @@
Package: libshp-dev
Section: libdevel
Architecture: any
-Depends: libshp1 (= ${Source-Version})
+Depends: libshp1 (= ${binary:Version})
Description: C API for reading and writing ArcView Shapefiles
The Shapefile format is a new working and interchange format
promulagated by ESRI (http://www.esri.com/) for simple vector
diff -u shapelib-1.2.10/debian/changelog shapelib-1.2.10/debian/changelog
--- shapelib-1.2.10/debian/changelog
+++ shapelib-1.2.10/debian/changelog
@@ -1,3 +1,15 @@
+shapelib (1.2.10-4.2) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix "missing-dependency-on-libc needed by ./usr/bin/dbfadd and 7 others
+ ..." by adding ${shlibs:Depends} to Depends (closes: #553256).
+ * debian/control: replace ${Source-Version} with ${binary:Version}, thanks
+ lintian.
+ * debian/rules: use "rm -f" for removing shprewind in clean target,
+ otherwise the package fails to build twice in a row.
+
+ -- gregor herrmann <[email protected]> Sat, 28 Nov 2009 14:26:03 +0100
+
shapelib (1.2.10-4.1) unstable; urgency=low
* Non-maintainer upload.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]