[Pkg-cli-apps-commits] [SCM] f-spot branch, master, updated. debian/0.6.2-1-1-ge9146ad
Iain Lane
laney at ubuntu.com
Mon May 24 09:37:22 UTC 2010
The following commit has been merged in the master branch:
commit e9146adc78ba99e7cf2b202b52348c2646fa58b7
Author: Iain Lane <laney at ubuntu.com>
Date: Mon May 24 10:37:09 2010 +0100
Don't run dh_makeshlibs
* debian/rules: Don't run dh_makeshilbs as we don't ship any shared
libraries. There are some private ones though, which get picked up and
result in a useless postinst/postrm call to ldconfig. Thanks, lintian.
diff --git a/debian/changelog b/debian/changelog
index 1cacb51..fb91df4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+f-spot (0.6.2-2) UNRELEASED; urgency=low
+
+ * debian/rules: Don't run dh_makeshilbs as we don't ship any shared
+ libraries. There are some private ones though, which get picked up and
+ result in a useless postinst/postrm call to ldconfig. Thanks, lintian.
+
+ -- Iain Lane <laney at ubuntu.com> Mon, 24 May 2010 10:35:57 +0100
+
f-spot (0.6.2-1) unstable; urgency=low
* New upstream release 0.6.2:
diff --git a/debian/rules b/debian/rules
index 3ae9a20..1481987 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,6 +50,9 @@ override_dh_auto_test:
# libs aren't ours to ship
override_dh_makeclilibs:
+# likewise
+override_dh_makeshlibs:
+
get-orig-source:
uscan \
--force-download \
--
f-spot
More information about the Pkg-cli-apps-commits
mailing list