Here's the patch I'm about to upload into the DELAYED/2 queue. -- Kind regards, Loong Jin
diff --git a/debian/changelog b/debian/changelog index c36115e..3cb5d0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +libkarma (0.1.2-2.3) unstable; urgency=low + + * Non-maintainer upload + * Rebuild for CLR 4.0 transition (Closes: #656379) + * Drop deprecated cli.make include + + -- Chow Loong Jin <[email protected]> Thu, 19 Jan 2012 04:59:04 +0800 + libkarma (0.1.2-2.2) unstable; urgency=low * Non-maintainer upload. diff --git a/debian/rules b/debian/rules index 2eeddb8..06e9642 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f --include /usr/share/cli-common/cli.make - LDFLAGS+=-Wl,--as-needed export LDFLAGS @@ -11,5 +9,9 @@ override_dh_auto_build: override_dh_auto_install: dh_auto_install -- MCS=$(shell which mono-csc) +binary: binary-arch binary-indep +%-indep: + dh $@ --with=cli + %: dh $@
signature.asc
Description: OpenPGP digital signature

