[Pkg-utopia-commits] r1012 - packages/unstable/avahi/debian
Sjoerd Simons
sjoerd at costa.debian.org
Mon Sep 11 19:33:23 UTC 2006
Author: sjoerd
Date: 2006-09-11 19:33:22 +0000 (Mon, 11 Sep 2006)
New Revision: 1012
Added:
packages/unstable/avahi/debian/clean-la.mk
Modified:
packages/unstable/avahi/debian/changelog
packages/unstable/avahi/debian/rules
Log:
Add clean-la.mk and prepare for unstable
Modified: packages/unstable/avahi/debian/changelog
===================================================================
--- packages/unstable/avahi/debian/changelog 2006-09-11 11:18:04 UTC (rev 1011)
+++ packages/unstable/avahi/debian/changelog 2006-09-11 19:33:22 UTC (rev 1012)
@@ -1,4 +1,4 @@
-avahi (0.6.13-3) UNRELEASED; urgency=low
+avahi (0.6.13-3) unstable; urgency=low
[ Sebastian Dröge ]
* debian/control,
@@ -11,6 +11,8 @@
[ Sjoerd Simons ]
* Make libavahi-compat-libdnssd1 depend on libnss-mdns as it's needed for
proper operation.
+ * debian/clean-la.mk: Copy clean-la.mk from the gnome-pkg-tools packages.
+ Removes dependency_libs from the .la file.
-- Sjoerd Simons <sjoerd at debian.org> Sun, 3 Sep 2006 19:27:13 +0200
Added: packages/unstable/avahi/debian/clean-la.mk
===================================================================
--- packages/unstable/avahi/debian/clean-la.mk (rev 0)
+++ packages/unstable/avahi/debian/clean-la.mk 2006-09-11 19:33:22 UTC (rev 1012)
@@ -0,0 +1,6 @@
+# makefile snippet for removing dependency_libs lines from .la files
+
+$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
+ for file in $(wildcard debian/$(cdbs_curpkg)/usr/lib/*.la); do \
+ sed -i "/dependency_libs/ s/'.*'/''/" $$file ; \
+ done
Modified: packages/unstable/avahi/debian/rules
===================================================================
--- packages/unstable/avahi/debian/rules 2006-09-11 11:18:04 UTC (rev 1011)
+++ packages/unstable/avahi/debian/rules 2006-09-11 19:33:22 UTC (rev 1012)
@@ -3,6 +3,7 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
+include clean-la.mk
# List any files which are not installed
include /usr/share/cdbs/1/rules/utils.mk
More information about the Pkg-utopia-commits
mailing list