r15499 - packages/trunk/libphysfs/debian
Patrick Matthäi
pmatthaei at moszumanska.debian.org
Wed Aug 5 17:27:45 UTC 2015
Author: pmatthaei
Date: 2015-08-05 17:27:44 +0000 (Wed, 05 Aug 2015)
New Revision: 15499
Modified:
packages/trunk/libphysfs/debian/changelog
packages/trunk/libphysfs/debian/rules
Log:
* Fix lintian warning static-library-has-unneeded-section.
Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog 2015-08-05 17:21:39 UTC (rev 15498)
+++ packages/trunk/libphysfs/debian/changelog 2015-08-05 17:27:44 UTC (rev 15499)
@@ -8,6 +8,7 @@
* Bump Standards-Version to 3.9.6 (no changes needed).
* Remove deprecated hardening-wrapper.
* Update to DEP5 debian/copyright format.
+ * Fix lintian warning static-library-has-unneeded-section.
-- Patrick Matthäi <pmatthaei at debian.org> Wed, 05 Aug 2015 19:20:02 +0200
Modified: packages/trunk/libphysfs/debian/rules
===================================================================
--- packages/trunk/libphysfs/debian/rules 2015-08-05 17:21:39 UTC (rev 15498)
+++ packages/trunk/libphysfs/debian/rules 2015-08-05 17:27:44 UTC (rev 15499)
@@ -18,5 +18,9 @@
dh_clean
rm -rf $(CURDIR)/docs/
+override_dh_install:
+ strip --remove-section=.comment \
+ $(CURDIR)/debian/libphysfs-dev/usr/lib/$(DEB_HOST_MULTIARCH)/libphysfs.a
+
override_dh_strip:
dh_strip --dbg-package=libphysfs1-dbg
More information about the Pkg-games-commits
mailing list