r8266 - packages/trunk/sabre/debian
Evgeni Golov
sargentd-guest at alioth.debian.org
Tue Oct 14 11:19:23 UTC 2008
Author: sargentd-guest
Date: 2008-10-14 11:19:23 +0000 (Tue, 14 Oct 2008)
New Revision: 8266
Modified:
packages/trunk/sabre/debian/changelog
packages/trunk/sabre/debian/rules
Log:
Remove .pc dir from quilt on clean
Modified: packages/trunk/sabre/debian/changelog
===================================================================
--- packages/trunk/sabre/debian/changelog 2008-10-14 11:11:30 UTC (rev 8265)
+++ packages/trunk/sabre/debian/changelog 2008-10-14 11:19:23 UTC (rev 8266)
@@ -2,8 +2,10 @@
* debian/sabre.postinst:
+ Call dpkg-statoverride with --force (Closes: #501958).
+ * debian/rules:
+ + Remove .pc dir from quilt on clean.
- -- Evgeni Golov <sargentd at die-welt.net> Sun, 12 Oct 2008 14:19:52 +0200
+ -- Evgeni Golov <sargentd at die-welt.net> Tue, 14 Oct 2008 13:17:46 +0200
sabre (0.2.4b-25) unstable; urgency=low
Modified: packages/trunk/sabre/debian/rules
===================================================================
--- packages/trunk/sabre/debian/rules 2008-10-14 11:11:30 UTC (rev 8265)
+++ packages/trunk/sabre/debian/rules 2008-10-14 11:19:23 UTC (rev 8266)
@@ -49,6 +49,7 @@
[ ! -f Makefile ] || make distclean
find . -name Makefile | xargs -r rm -f
QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
+ rm -rf .pc/
dh_clean
binary-indep: build install
More information about the Pkg-games-commits
mailing list